Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 1996 18:23:10 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        "Michael A. Urban" <mds@usa.nai.net>
Cc:        "'questions@freebsd.org'" <questions@freebsd.org>
Subject:   Re: qpopper 2.1.4.3
Message-ID:  <Pine.BSI.3.94.961205182156.8851B-100000@gdi.uoregon.edu>
In-Reply-To: <01BBE2D6.8BF1F7F0@micro4.nai.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 5 Dec 1996, Michael A. Urban wrote:

> I was able to get the package to install and modified inetd.conf and
> /etc/services.  The instructions mention the necessity of having the
> crypt library installed for password comparisons.  After I setup my
> client to access the POP3 server and attempt to retrieve mail, I get the
> following error: 
> 
> ld.so failed: Can't find shared library "libc.so.3.0"

Known bug.  Copy /usr/lib/libc.so.2.2 to libc.so.3.0 and all will be well.

> I assume that it's because I don't have the crypt library installed. 
> The question is, where do I get it?  Also, I already tried getting
> qpopper2.2 installed but it fails to compile with an error message that
> includes an invalid reference to '_crypt'

No, this isn't crypt, it's the basic c library :)

Unresolved references to _crypt is the crypt lib, yes.  You'll have to
modify the Makefile and add -lcrypt to the command line for compiling.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.961205182156.8851B-100000>