Bug 19085

Summary: All POP3 daemons returns a runtime error : Shared object "libutil.so.2" not found
Product: Ports & Packages Reporter: eric <eric>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description eric 2000-06-07 07:50:04 UTC
The problem appears on a Dell Powerdesk 2450. First I install the qpopper 2.53 with a package, using the "pkg_add" command. After I do all the configuration and hangup the inetd, I try to telnet the localhost's port 110, but returns these lines:

Trying 127.0.0.1...
Connected to localhost.mcdonalds.com.hk.
Escape character is '^]'.
/usr/libexec/ld-elf.so.1: Shared object "libutil.so.2" not found
Connection closed by foreign host.

How-To-Repeat: Then I tried another pop3 daemon, the popa3d-0.4. But the same problem appears, and this time it is "libutil.so.3" not found.
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2000-06-07 09:49:14 UTC
State Changed
From-To: open->feedback

This not a ports problem. Most likely that you have downloaded package intended 
for the 3-STABLE system, where libutil shared library has version 2, while 
on 4-STABLE this version had been bumped to 3. Therefore try to download and 
install correct package for your system version  
(ftp://ftp.freebsd.org/pub/FreeBSD/branches/4.0-stable/packages/) and let us 
know if it will solve your problem.
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2000-06-20 10:02:56 UTC
State Changed
From-To: feedback->closed

Feedback timeout.