Login  Register

Re: java.lang.UnsatisfiedLinkError: njni11 (No such file or directory)

Posted by big on Aug 16, 2021; 6:09pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/java-lang-UnsatisfiedLinkError-njni11-No-such-file-or-directory-tp10103p10110.html

Hi,
For the shell session I have:
$ 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

Which seem correct for me unless if I'm mistaken. How to know if they are really correct?

I think that the problem is $PERL5LIB and  $LD_LIBRARY_PATH. Because for two different scripts , that is autoconfig.sh and adbldxml.pl  we have the same error: njni11 (No such file or directory).

Regards.