[uClibc] Help with gdbm

Frank R Callaghan f.callaghan at ieee.org
Thu Aug 14 19:03:59 UTC 2003


On Thursday 14 August 2003 02:38 pm, Erik Andersen wrote:
> On Thu Aug 14, 2003 at 11:54:36AM -0400, Frank R Callaghan wrote:
> > Hi All,
> >
> > I'm trying to build gdbm-1.8.3 against Pre2 with:
> >
> > export PATH=/path/to/my/uclibc/bin:$PATH
> > ./configure --prefix=/path/to/my/uclibc/
> >
> > it compiles fines without any error but,
> >
> > [frank at plinux gdbm-1.8.3]# /usr/i386-linux-uclibc/usr/bin/ldd
> > .libs/libgdbm.so libc.so.0 => /usr/lib/libc.so.0 (0x00000000)
> >         ld-uClibc.so.0 => /usr/lib/ld-uClibc.so.0 (0x00000000)
> >
> > Why is it linked against libc.so.0 ?
>
> You told it to compile and link vs uClibc and it indeed did
> just what you asked for.  I don't see a problem.
>
>  -Erik

Yup your dead right, sorry <Insert Red Face Here>

I got a little confused, when I linked the testgdbm app and
checked it with ldd it reported a Warning that libgdbm.so was linked against
glibc !  so I tryed a few things and it now works - not sure what fixed it !

Thanks Erik.






More information about the uClibc mailing list