tpop3d-devel
[Top][All Lists]
Advanced

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

Re: [tpop3d-discuss] auth_passwd problems with 1.5.1


From: Chris Lightfoot
Subject: Re: [tpop3d-discuss] auth_passwd problems with 1.5.1
Date: Wed, 20 Aug 2003 21:13:11 +0100
User-agent: Mutt/1.3.24i

(This is baffling me. That code hasn't changed since
1.4.1.)

On Wed, Aug 20, 2003 at 02:59:13PM -0500, Travis Miller wrote:
> > can you try (a) compiling test.c without -lcrypt;
> 
> address@hidden:/home/test# gcc test.c -o test
> /tmp/ccuP56Q0.o: In function `main':
> /tmp/ccuP56Q0.o(.text+0x28): undefined reference to `crypt'
> collect2: ld returned 1 exit status

OK... and compiling it with -lcrypt and running ldd on the
result?

> 
> 
> > (b) running ldd on the tpop3d binary?
> 
> address@hidden:/home/test/tpop3d-1.5.1# ldd tpop3d
>         libcrypt.so.1 => /lib/libcrypt.so.1 (0x40017000)
>         libc.so.6 => /lib/libc.so.6 (0x40045000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> 
> 
> 
> And for a reference, here is ldd on my older, working tpop3d binary:
> 
> address@hidden:/home/test/tpop3d-1.5.1# ldd /usr/sbin/tpop3d.working
>         libmysqlclient.so.10 => 
> /usr/local/mysql/lib/mysql/libmysqlclient.so.10 (0x40017000)
>         libcrypt.so.1 => /lib/libcrypt.so.1 (0x40035000)
>         libc.so.6 => /lib/libc.so.6 (0x40062000)
>         libz.so.1 => /usr/lib/libz.so.1 (0x4014c000)
>         libnsl.so.1 => /lib/libnsl.so.1 (0x4015b000)
>         libm.so.6 => /lib/libm.so.6 (0x40170000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> 
> That is, of course, with MySQL support enabled....

Can you run strings or nm on each of those libraries to
see if any of them (other than libcrypt, obviously)
contain a crypt(3) implementation.

-- 
``You are asking the wrong question. You are looking for the copper wires.
  You should be looking for the electricity.''
  (Enoch Powell, to Jeremy Paxman, attrib., in answer to the question
  `Who are the Establishment?')


reply via email to

[Prev in Thread] Current Thread [Next in Thread]