create_rts: "Cannot find or open library file: -l java"; AIX
- Article Type: General
- Product: Aleph
- Product Version: 20
Description:
(On our AIX server) when we try to do create_rts, after the SP and third-party products install, we get:
>>create_rts
create rts
ld: 0706-006 Cannot find or open library file: -l java
ld:open(): A file or directory in the path name does not exist.
ld: 0706-006 Cannot find or open library file: -l jvm
ld:open(): A file or directory in the path name does not exist.
mv: 0653-401 Cannot rename /exlibris/aleph/a20_1/aleph/exe/rts32x to /exlibris/aleph/a20_1/aleph/exe/rts32:
A file or directory in the path name does not exist.
(Note: The create_rts was working after the SP and before the third-party products install.)
Resolution:
I did the following change to java_library_list....
Added:
-L$JAVA_HOME/jre/lib/ppc/j9vm
removed:
-ljava
This should be done for production as well.
the publishing should be checked if the customer uses it.
- Article last edited: 10/8/2013