You need to set LD_LIBRARY_PATH env variable to /InterShop4/Sybase/lib.
This needs to be done in the httpd.conf file, like so:
SetEnv LD_LIBRARY_PATH /InterShop4/Sybase/lib
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpep...@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-lin...@isug.com
COnvoluted syntax. Use:
$ENV{SYBASE} = '/InterShop/Sybase';
instead.
Check to see what environment variables are set when you run the script
from the command line.
Then make sure that you duplicate this either in the script or in the
httpd.conf file. Note that LD_LIBRARY_PATH can NOT be set in the script
itself - it needs to be set in the parent process (httpd in this case).