in reply to Re^2: sysopen function call
in thread sysopen function call
If it is running as a CGI app, but not doing what it should, then it is a permission problem between the user your web server runs your application as and the user you use to test from the command line. Maybe your system is using SELinux or something else that interferes, or your webserver is running in a chroot jail.
open should work for you in your use case, but you don't show any code so it's hard to tell where it fails to do so for you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: sysopen function call
by rpike (Scribe) on Sep 08, 2010 at 14:24 UTC | |
by mr_mischief (Monsignor) on Sep 08, 2010 at 15:12 UTC |