NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Difference in implementation of Linux implementation or bug (ICAclient)?



Hi,

I was trying to test Citrix ICAclient 11.100 for Linux in NetBSD 5.1
i386 under Qemu.
However it's not running automatically. 'ldd wfica' shows that only
two libraries were
found even when all needed libraries are available in system. Either
under Linux
emulation provided with suse package or in base Xorg.

When testing on OpenBSD I was able to install that client too (it
doesn't matter which
folder you choose for install). But all libraries were detected automatically:

$ pwd
/usr/local/emul/fedora/usr/local/ICAClient
$ ldd wfica
wfica:
        libXaw.so.7 => /usr/X11R6/lib/libXaw.so.7 (0x4adcb000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x50e93000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x517d9000)
        libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x55fb0000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x53f9d000)
        libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x48977000)
        libdl.so.2 => /lib/libdl.so.2 (0x4d1e5000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x4a19f000)
        libc.so.6 => /lib/libc.so.6 (0x544eb000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x4fb25000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x54638000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x568fb000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x4fa53000)
        /lib/ld-linux.so.2 (0x4f97a000)
$

On NetBSD I must create symbolic links for most of them pointing to /usr/lib.
I'm worried about future confusion for some native apps on NetBSD if I start
with that approach as linking those libraries to /emul/linux proper
subdirectories
doesn't help with detection.

Isn't that emulation layer supposed to try first directories in
/emul/linux and if nothing
is find system wide directories to detect libraries needed for apps?

Thanks a lot


Home | Main Index | Thread Index | Old Index