cancel
Showing results for 
Search instead for 
Did you mean: 

NW4 testdrive on linux, fedora core 6

Former Member
0 Kudos

Hi, I'm trying to run NW4 testdrive for linux on fedora core 6, but it complains about

libc.o.6 but that package are installed , perhaps NW4 won't run on FC6 at all ?

any comments?

br

Patrik

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If needed internet acces to this machine is available.

David_White
Associate
Associate
0 Kudos

Having same issue on SUSE 10.3. Let me know if you find the solution. The /lib directory does contain the libc.so.6 module and the compatibility libs are installed.

Former Member
0 Kudos

Error message

[root@saplnx SAP]# ./install.sh

rm: cannot remove `/usr/lib/java': Is a directory

ln: creating symbolic link `/usr/lib/java/usr' to `/usr': File exists

The package sapj2ee-srv-sapdb-6.40-2 is already installed.

The package sapdb-7.5-2 is already installed.

The package sapdb-db-log-7.5-2 is already installed.

The package sapdb-db-files-7.5-2 is already installed.

Device eth0:0

inet used for hostname nw4host

Hostname nw4host already configured.

setenv: Too many arguments.

rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

/sapdb/programs/bin/xuser: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory

[: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

could not write db password file for nw4adm

Creation of .XUSER.62 failed.

lib files seems to exist

ldd /sapdb/programs/bin/xuser linux-gate.so.1 => (0x001c4000) libdl.so.2 => /lib/libdl.so.2 (0x4190c000) librt.so.1 => /lib/librt.so.1 (0x41b8a000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x42bb8000) libpthread.so.0 => /lib/libpthread.so.0 (0x41912000) libstdc+-libc6.2-2.so.3 => /usr/lib/libstdc+-libc6.2-2.so.3 (0x00b4d000) libm.so.6 => /lib/libm.so.6 (0x418e3000) libc.so.6 => /lib/libc.so.6 (0x417a4000) /lib/ld-linux.so.2 (0x4fdd5000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x41b95000)

any Ideas?