Hi,

the output of ldd -r .libs/libccid.so

libdl.so.2 => /lib/libdl.so.2 (0x40023000)
       libusb-0.1.so.4 => /usr/lib/libusb-0.1.so.4 (0x40026000)
       libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
       /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
undefined symbol: log_xxd       (.libs/libccid.so)
undefined symbol: log_msg       (.libs/libccid.so)

and the link to the "ugly" patch is

http://archives.neohapsis.com/archives/dev/muscle/2004-q4/0055.html
Cheers
Joe.


On 12/1/06, Ludovic Rousseau <[EMAIL PROTECTED]> wrote:

On 01/12/06, Joseph Antony <[EMAIL PROTECTED]> wrote:
> Hi,

hello,

> My setup
> Redhat 9.0 (2.4.20-8)
> libusb-0.1.12
> ccid-1.1.0
>
> Running ./configure (I had to do
> PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure) says
> that
> "checking for usb_get_string_simple... yes"
> But, make fails as
> /root/ccid-1.1.0/src/parse.c:135: undefined reference to
> `usb_get_string_simple'

Only parse fails the link.
What is the output of:
$ cd ccid-1.1.0/src
$ ldd -r .libs/libccid.so

> I found an "ugly" patch thread as a fix to this. But, is that the only
way
> out. Or am I missing something here. Kindly guide me here.

What is this "ugly" patch?

Bye

--
Dr. Ludovic Rousseau
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to