Can you check if you have /afs1/ora920/lib32 directory. With 32 bith versions lib belongs to 64 bit versions while lib32 to 32bit. Also are you sure you use 32bit version as I see many 64 bot versions there according to ldd output. Unfortunatelly I use 64bit so I can't check how it is set in 32bit world right now.
After I saw the output of the ldd command I was not sure I am using the 32bit version I downloaded the 32bit package and I reinstall the module. At the moment de backups are running fine.
ble1
4 Operator
•
14.4K Posts
0
April 25th, 2007 07:00
ble1
4 Operator
•
14.4K Posts
0
April 25th, 2007 03:00
ble1
4 Operator
•
14.4K Posts
0
April 25th, 2007 03:00
nsrhti
46 Posts
0
April 25th, 2007 03:00
nsrhti
46 Posts
0
April 25th, 2007 04:00
(/lib and /usr/lib are separated directories on Sol10)
Default configuration file (/var/ld/ld.config) not found
Default Library Path (ELF): /lib:/usr/lib (system default)
Trusted Directories (ELF): /lib/secure:/usr/lib/secure (system default)
crle output on failing server (solaris 9)
( /lib is a link to /usr/lib)
Default configuration file (/var/ld/ld.config) not found
Default Library Path (ELF): /usr/lib (system default)
Trusted Directories (ELF): /usr/lib/secure (system default)
nsrhti
46 Posts
0
April 25th, 2007 06:00
What do you mean with "32bit will need relink from lib32 in that case"
I link to the default libnwora.so. I know there is a 64bit version of this library, but I am using the 32bit.
nsrhti
46 Posts
0
April 25th, 2007 06:00
ble1
4 Operator
•
14.4K Posts
0
April 25th, 2007 06:00
ble1
4 Operator
•
14.4K Posts
0
April 25th, 2007 06:00
axavier1
76 Posts
0
April 25th, 2007 07:00
if you run ldd /usr/lib/libnwora.so all libraries was found ? in nsrnmo script did you set LD_LIBRARY_PATH with all libraries directories ?
nsrhti
46 Posts
0
April 25th, 2007 07:00
libsocket.so.1 => /usr/lib/64/libsocket.so.1
libnsl.so.1 => /usr/lib/64/libnsl.so.1
libdl.so.1 => /usr/lib/64/libdl.so.1
libgen.so.1 => /usr/lib/64/libgen.so.1
libkvm.so.1 => /usr/lib/64/libkvm.so.1
libelf.so.1 => /usr/lib/64/libelf.so.1
libadm.so.1 => /usr/lib/64/libadm.so.1
libpthread.so.1 => /usr/lib/64/libpthread.so.1
librt.so.1 => /usr/lib/64/librt.so.1
libc.so.1 => /usr/lib/64/libc.so.1
libmp.so.2 => /usr/lib/64/libmp.so.2
libaio.so.1 => /usr/lib/64/libaio.so.1
libmd5.so.1 => /usr/lib/64/libmd5.so.1
libthread.so.1 => /usr/lib/64/libthread.so.1
/usr/platform/SUNW,Sun-Fire/lib/sparcv9/libc_psr.so.1
/usr/platform/SUNW,Sun-Fire/lib/sparcv9/libmd5_psr.so.1
I also have set
LD_LIBRARY_PATH=/lib:/usr/lib:/afs1/ora920/lib:$LD_LIBRARY_PATH
in the nsrnmo file, but still the same problem
ble1
4 Operator
•
14.4K Posts
0
April 25th, 2007 08:00
Correct.
axavier1
76 Posts
0
April 25th, 2007 08:00
try to install nmo for solaris 32 if I remember the nmo arch it should be the same of the database.
nsrhti
46 Posts
0
April 26th, 2007 00:00
I downloaded the 32bit package and I reinstall the module.
At the moment de backups are running fine.
Thanks for the help en input.
Carlo
nsrhti
46 Posts
0
April 26th, 2007 00:00
Thanks for the reaction.