Her, Andre wrote:
All,
I have ported a web application normally running on NT4 / ISS /Jrun to a
tomcat 3.3.2.
The results are mixed.
servlets seems top work OK but some of them do a call to a perl script.
The perl script is well called but
the environment LD_LIBRARY_PATH is not set, so loading of modules and
library fails.
I have tried every thing I could think of, even including a
$ENV{'LD_LIBRARY_PATH'} = "/usr/lib:/usr/local/lib:/usr/local/perl/lib";
in the perl script, but still fails loading libraries *.so !!
Any idea someone !?
Many thanks in advances
Regards
Andre
Andre Her
BlarenbergLaan,2
2800 Mechelen
Belgium
Tel : +32 (0)15 78 6887
Fax: +32 (0)15 78 5405
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This worked for me from the command line when I had similar problem with
my postgresql database.
su - postgres
LD_LIBRARY_PATH=/usr/local/pgsql/lib
export LD_LIBRARY_PATH
PATH=/usr/local/pgsql/bin:$PATH
export PATH
regards,
Phil
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]