How to pass environment variables to cgi executables
Posted: Thu Jun 21, 2007 11:08 am
Hi,
Is there any way to pass environment variables to cgi executables?
I want to set up proper LD_LIBRARY_PATH environment variables before
invoking the cgi executables.
Here is my cgi executables, and how I plan to call it.
Please help.
FYI. If you need further details, you can check out the background for the request at http://article.gmane.org/gmane.comp.sea ... neral/4704
Thanks
Is there any way to pass environment variables to cgi executables?
I want to set up proper LD_LIBRARY_PATH environment variables before
invoking the cgi executables.
Here is my cgi executables, and how I plan to call it.
Code: Select all
$ file omega
omega: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), not stripped
<FORM NAME=P METHOD=GET ACTION="omega">FYI. If you need further details, you can check out the background for the request at http://article.gmane.org/gmane.comp.sea ... neral/4704
Thanks