Hello,

  On linux systems it's in /etc.  I don't have access to any
freebsd boxes, but we have one openbsd box - looks like it
adds/removes library paths via ldconfig command.  Eg. to rescan
your current directory path and add /usr/local/lib, you'd run
"ldconfig -R /usr/local/lib" - but I think that's already in
there because ldconfig -r listed libmysqlclient.  So .. ld
isn't linking in all the configured libraries, it would seem.
I don't even have ld or a compiler on that machine to look at
it much further right now...  any *BSD savvy folk wanna take
a look?

Jesse


---- Original Message ----
From: Filip Wuytack <dbmail@dbmail.org>
To: <dbmail@dbmail.org>
Subject: RE: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the 
developmentlibraries - compile error
Sent: Thu, 8 May 2003 10:10:59 +0100

> Ryan,
> 
> I looked further for that ld.so.conf file, but couldn't find it....any
> ideas where I should be looking?
> 
> Filip
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Filip Wuytack
> Sent: 07 May 2003 18:03
> To: dbmail@dbmail.org
> Subject: RE: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the
> developmentlibraries - compile error
> 
> 
> Ryan,
> 
> ldconfig -p | grep mysqlclient tells me that I'm using an illegal
> option, when I do
> 
> ldconfig -r | grep mysqlclient I get:
> 
> 103:-lmysqlclient_r.12 => /usr/local/lib/mysql/libmysqlclient_r.so.12
> 104:-lmysqlclient.12 => /usr/local/lib/mysql/libmysqlclient.so.12
> 
> 
> ~ Filip
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Ryan Butler
> Sent: 07 May 2003 14:35
> To: dbmail@dbmail.org
> Subject: RE: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the
> developmentlibraries - compile error
> 
> 
> On Wed, 2003-05-07 at 05:58, Filip Wuytack wrote:
> > I've also tried, after installing automake & autoconf, to re-run the
> > configure script , but still the same error...
> > 
> > Libmysqlclient.so is in  /usr/local/lib/mysql
> > 
> > ~ Filip
> > 
> 
> What does ldconfig -p | grep mysqlclient show?
> 
> All the configure script does here is make sure it can link that
> library, and relies on ld to actually know where it is.
> 
> So its most likely that /usr/local/lib/mysql isn't in the ld.so.conf
> which is the paths that ld checks, or that ldconfig hasn't been ran
> since it was installed to tell ld to reload its config and index new
> directories.
> 
> 
> Ryan Butler
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> > Behalf Of Filip Wuytack
> > Sent: 07 May 2003 11:30
> > To: dbmail@dbmail.org
> > Subject: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the development
> 
> > libraries - compile error
> > 
> > 
> > Hi,
> > 
> > Can anyone point to me what I should adjust to get DBmail compiling
> > correctly on a FreeBSD 4.8 system. MySQL 323 server port is installed 
> > and the MySQL++ libraries port, but still when I run ./configure with 
> > the -with-MySQL option it stops with an error at: Checking for 
> > mysql_real_connect in -lmysqlclient...no
> > Configure: error:
> > Unable to link against the mysqlclient. It appears you are missing the
> 
> > development lib....
> > 
> > Regards,
> >  
> > Filip Wuytack
> >  
> > 
> > PS the DBmail version I'm using is the latest cvs, tried it with
> > snapshots of a couple of days ago and it gives me the same problem.
> > 
> > _______________________________________________
> > Dbmail mailing list
> > Dbmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail
> > 
> > _______________________________________________
> > Dbmail mailing list
> > Dbmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail
> -- 
> Ryan Butler <[EMAIL PROTECTED]>
> ADI Internet Solutions
> 
> _______________________________________________
> Dbmail mailing list
> Dbmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 
> _______________________________________________
> Dbmail mailing list
> Dbmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 
> _______________________________________________
> Dbmail mailing list
> Dbmail@dbmail.org
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 
-- End Original Message --


--
Jesse Norell
jesse (at) kci.net

Reply via email to