Make sure you have the path to Oracle libs in your LD_LIBRARY_PATH for the user which is executing this script, so if it's executed by the server, then it's probably user nobody, so append it to the nobody's environment, or make it global.
Ilya -----Original Message----- From: Kevin Quash [contractor] To: [EMAIL PROTECTED] Sent: 4/18/02 9:59 AM Subject: Re: Please Help I running perl5 under SUNOS 5.6 I have DBI installed Here is my error message: --------------------------------------------------------------- install_driver(Oracle) failed: Can't load '/home/csc/sps/perl/lib/site_perl/5.005/sun4- solaris/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: /home/csc/sps/perl/bin/perl: fatal: relocation error: file /home/csc/sps/perl/lib/site_perl/5.005/sun4- solaris/auto/DBD/Oracle/Oracle.so: symbol nauk5akerberos: referenced symbol not found at /home/csc/sps/perl/lib/5.00502/sun4-solaris/DynaLoader.pm line 168. ------------------------------------------------------------------ thanks,