|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: [Muscle] compiling pcsc-lite for mips
From: Ludovic Rousseau (ludovic.rousseau
gmail.com)
Date: Wed Jan 18 2006 - 09:18:38 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18/01/06, Ivan Korzakow <ivan.korzakow
gmail.com> wrote:
> >
> > What is the output of "ldd -r libmusclecard/src/.libs/libmusclecard.so"?
> >
>
> I can not issue ldd on my PC because i'm cross compiling. On the
> target, here is the result :
>
> ldd /lib/libmusclecard.so.1.0.0
> ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000)
> libc.so.0 => /lib/libc.so.0 (0x2aaed000)
> ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000)
> libpcsclite.so.1 => libpcsclite.so.1 (0x00000000)
> libgcc_s.so.1 => libgcc_s.so.1 (0x00000000)
> libc.so.0 => libc.so.0 (0x00000000)
> libdl.so.0 => libdl.so.0 (0x00000000)
> /lib/ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x00000000)
You forgot the very important "-r" argument.
You also executed the command on the wrong file. I want the result on
the file libpcsclite.so you just recompiled, not on the one already
installed on the target.
Please try again.
--
Dr. Ludovic Rousseau
_______________________________________________
Muscle mailing list
Muscle
lists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]