tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: wfica search only /usr/lib
Hello and Thanks for your answer
i think me libc.so.6 are to old !?
wfica wan't Glibc2.4 and i have libc2.3.5
Please whats here the best turnaround?
ls -la /usr/pkg/emul/linux/lib/libc*
-rwxr-xr-x 1 root wheel 1409643 Jul 11 11:08
/usr/pkg/emul/linux/lib/ libc-2.3.5.so
lrwxr-xr-x 1 root wheel 13 Jul 11 11:08
/usr/pkg/emul/linux/lib/ libc.so.6 -> libc-2.3.5.so
after mod. "LD_PRELOAD" wfica.sh with following.
# cat /usr/pkg/lib/ICAClient/wfica.sh
#!/bin/sh
ICAROOT=/usr/pkg/lib/ICAClient
export ICAROOT
LD_PRELOAD=/usr/pkg/lib/libasound.so.2
export LD_PRELOAD
LD_PRELOAD1=/usr/pkg/emul/linux/lib/tls/libc.so.6
export LD_PRELOAD1
$ICAROOT/wfica -log -file $1
D530# ./wfica.sh
/usr/pkg/lib/ICAClient/wfica: /lib/libc.so.6: version `GLIBC_2.4' not
found (required by /usr/pkg/lib/ICAClient/wfica)
ls -la /usr/pkg/emul/linux/lib/libc*
-rwxr-xr-x 1 root wheel 1409643 Jul 11 11:08
/usr/pkg/emul/linux/lib/ libc-2.3.5.so
lrwxr-xr-x 1 root wheel 13 Jul 11 11:08
/usr/pkg/emul/linux/lib/ libc.so.6 -> libc-2.3.5.so
Regards for any Help
Mauri
Am 26.07.2012 19:39, schrieb David Laight:
> On Thu, Jul 26, 2012 at 03:12:55PM +0200, Maurizio Caloro wrote:
>> Try to use Citrix Receiver 12.x and have following question
>> i know that all Pakages installed in "/usr/pkg/lib".
>>
>> X86_D530# ldd /usr/pkg/lib/ICAClient/wfica
> Run 'objdump -p /usr/pkg/lib/ICAClient/wfica' and look at the
> NEEDED and RPATH entries to work out where it will be looking for
> libraries.
>
> And/or run 'ktrace /usr/pkg/lib/ICAClient/wfica; kdump' to
> see exactly which filenames are tried.
>
> David
>
Home |
Main Index |
Thread Index |
Old Index