Re: make problems

2001-02-02 Thread jdls
thanks Cris, installing libdb2-dev did the job...I wish that apt-cache can do regex searches in the future..that can make life a lot simpler for people like me. From: Chris Gray <[EMAIL PROTECTED]> To: Debian User Sent: Thursday, February 01, 2001 4:40 PM Subject: Re: make problems

Re: Re: make problems

2001-02-02 Thread romain lerallut
try rather a symlink ln -s /lib/libdb1.so /lib/libdb.so it will be easier than trying to modify an autoconf-generated makefile. Cheer up, you'll get it done :-) Romain Begin Original Message From: "jdls" <[EMAIL PROTECTED]> > I had a similar problem with compiling mod_dav f

Re: make problems

2001-02-01 Thread Chris Gray
On Thu, 01 Feb 2001, [EMAIL PROTECTED] wrote: > >> I had a similar problem with compiling mod_dav from source (this is >> using debian "testing"). For some reason, ld couldn't find libdb, >> even though it was available in /lib/ (or /usr/lib, I can't >> remember) and ldconfig was finding it ok. My

Re: make problems

2001-02-01 Thread jdls
> I had a similar problem with compiling mod_dav from source (this is > using debian "testing"). For some reason, ld couldn't find libdb, even > though it was available in /lib/ (or /usr/lib, I can't remember) and > ldconfig was finding it ok. My solution was to replace -ldb with -ldb1 > in the Ma

Re: make problems

2001-02-01 Thread Mike Moran
[EMAIL PROTECTED] wrote: > > Hi, > When trying to compile gnome_dialup from source I get this error: > > trunks:/home/jdls/gnome_dialup# make > usr/bin/ld: cannot find -ldb > collect2: ld returned 1 exit status > make: *** [gnome-dialup] Error 1 > > searching the contents of the latest releas

Re: make problems

2001-02-01 Thread Romain Lerallut
-ldb mean link to library libdb: /lib/libdb.so.2 it's in package libc6, so it's *strange* that you can't find it. for such things you can search pacakges.debian.org. On Thu, 1 Feb 2001 [EMAIL PROTECTED] wrote: > Hi, > When trying to compile gnome_dialup from source I get this error: > > trun

Re: make problems

2000-06-06 Thread Joseph de los Santos
hi, In answer to your questions no, I did not run ./configure in my own directory I just downloaded a tar.gz file into the new a directory in the new partition (since I no longer have any diskspace in my root partion containing my home directories) symlinked to my home directory. e.g. ln -s /mn

Re: make problems

2000-06-05 Thread Bolan Meek
Joseph de los Santos wrote: > > however, when I try to run make from that new partition I get this error: Let me guess: did you run ./configure in your home directory, then mv the files to your working space on your new partition? > make -C src/ptlib/unix both ; make -C tools/asnparser both ; >