$PERL5LIB and $LD_LIBRARY_PATH
Hi,
On 11.2.0.4 , on AIX
How to know if my $PERL5LIB and $LD_LIBRARY_PATH variables are correct?
$ echo $PERL5LIB
/u01/product/oracle/distrib/ora11204/0116/db_1/perl/lib/5.10.0:/u01/product/oracle/distrib/ora11204/0116/db_1/perl/lib/site_perl/5.10.0:/u01/product/oracle/distrib/ora11204/0116/db_1/appsutil/perl
echo $LD_LIBRARY_PATH
/u01/product/oracle/distrib/ora11204/0116/db_1/lib:/usr/dt/lib:/lib:/usr/lib:/u01/product/oracle/distrib/ora11204/0116/db_1/webdb/lib
I have the following error:
java.lang.UnsatisfiedLinkError: njni11 (No such file or directory)
And in 1400415.1 metalink note it is asked to verify if they are correct.
Thanks and regards.