in reply to Re: Perl, DBI, Oracle, Apache
in thread Perl, DBI, Oracle, Apache

I do have the path set in the /etc/profile and in the httpd.conf file to allow the webserver to be able to access it. And the file is still there. If I run the standard script servername/printenv It does show the LD_LIBRARY_PATH still there. The file is also there and available to all users.

--BigJoe

Learn patience, you must.
Young PerlMonk, craves Not these things.
Use the source Luke.

Replies are listed 'Best First'.
Re: Re: Re: Perl, DBI, Oracle, Apache
by BigJoe (Curate) on Apr 24, 2001 at 23:31 UTC
    This is the print out of the /cgi-bin/printenv on the machine
    DOCUMENT_ROOT="/var/www/html" GATEWAY_INTERFACE="CGI/1.1" HTTP_ACCEPT="image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, appl +ication/vnd.ms-powerpoint, application/vnd.ms-excel, application/mswo +rd, */*" HTTP_ACCEPT_ENCODING="gzip, deflate" HTTP_ACCEPT_LANGUAGE="en-us" HTTP_CONNECTION="Keep-Alive" HTTP_HOST="172.16.8.19" HTTP_USER_AGENT="Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" LD_LIBRARY_PATH="/usr/local/OraHome/lib" ORACLE_HOME="/usr/local/OraHome" PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin" QUERY_STRING="" REMOTE_ADDR="172.16.X.XX" REMOTE_PORT="4978" REQUEST_METHOD="GET" REQUEST_URI="/cgi-bin/printenv" SCRIPT_FILENAME="/var/www/cgi-bin/printenv" SCRIPT_NAME="/cgi-bin/printenv" SERVER_ADDR="172.16.8.19" SERVER_ADMIN="root@localhost" SERVER_NAME="havoc" SERVER_PORT="80" SERVER_PROTOCOL="HTTP/1.1" SERVER_SIGNATURE="Apache/1.3.12 Server at havoc Port 80 \n" SERVER_SOFTWARE="Apache/1.3.12 (Unix) (Red Hat/Linux) mod_ssl/2.6.6 Op +enSSL/0.9.5a mod_perl/1.24"


    --BigJoe

    Learn patience, you must.
    Young PerlMonk, craves Not these things.
    Use the source Luke.