Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

32 bit native library not found when installing application for weblogic.

967165Oct 23 2012 — edited Oct 31 2012
Hi all,
when I tried to install the MDF application for weblogic, I have encounterred an error saying that the Not Found: natvie path: the 32 bit native library path has not been installed. Possible problem: product installed with 64-bit JDK/JRE and not a 32-bit. (i work on VM with solaris 10 as its os)

the output i got when doing #isainfo -v are:
64-bit amd64 applications .....
32-bit i386 applications ....

so I believed it does have 32-bit.

I have installed jdk-6u37-solaris-i586.sh and jdk-6u37-solaris-x64.sh and link to JAVA_HOME directory (i have removed the old jdk version before installing the new one). I have also checked the 32-bit library on the system at /usr/lib/32 and /usr/ccs/lib. I did not see any lib folder of i386 in /usr/ccs/lib so just copy from jdk that i install. in the /usr/lib/32, it linked to /usr/lib (what i mean here is when i click on /usr/lib/32, it came back to /usr/lib). so I linked it to i386 lib folder from jdk that i installed in Java_home. I then ran the mdf application again; it's still saying that 32-bit library not found. I dont know what to try next..and I need help...

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 28 2012
Added on Oct 23 2012
7 comments
402 views