Re: libc and dbm

[ Available lists | Index of freebsd-questions | Month of Aug 1996 | Week of 7 Aug 1996 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Doug White <dwhite@gdi.uoregon.edu>
Date
7 Aug 1996 22:17:40
Subject
Re: libc and dbm
Message-ID
Pine.BSI.3.94.960807221639.216O-100000@gdi.uoregon.edu

In reply to

[ Hide this part ]
On Thu, 8 Aug 1996, Swee-Chuan Khoo wrote:

> I have a system running 2.1.5, when i ftp the qpop
> from qualcomm and compile it, it complain that i do not have
> dbm library in my freebsd machine. Any idea where can i install
> this library?

Did you check for a port?

DBM had better be there; try adding '-ldbm' to the Makefile's CFLAGS.

> Another thing is, where can i find libc.so.3 as the one
> in my machine is libc.so.2.2

cd /usr/lib
cp libc.so.2.2 libc.so.3.0

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



Elapsed time: 0.100 seconds