Re: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-09 Thread lou
In some email I received from Jesse Norell [EMAIL PROTECTED] on Thu, 8 May 2003 08:34:24 -0600 (MDT), wrote: 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 =

Re: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-09 Thread Jesse Norell
Hello, This was actually a problem compiling, not executing (so no dbmail-imapd to run ldd against yet). Original Message From: lou dbmail@dbmail.org To: dbmail@dbmail.org Subject: Re: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error Sent: Fri

Re: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-09 Thread lou
${LDFLAGS} ./configure --with-mysql=/usr/local/include/mysql' cheers Original Message From: lou dbmail@dbmail.org To: dbmail@dbmail.org Subject: Re: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error Sent: Fri, 9 May 2003 07:58:07 +

Re: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-09 Thread Jesse Norell
Hello Lou, Okay then the easiest thing will be LDFLAGS=-L/usr/local/lib/mysql ${LDFLAGS} ./configure --with-mysql=/usr/local/include/mysql' Would you have any idea offhand why ldconfig -r would list libmysqlclient, but ld doesn't link it in by default? Perhaps there's a flag/env var that

Re: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-09 Thread lou
In some email I received from Jesse Norell [EMAIL PROTECTED] on Fri, 9 May 2003 09:12:05 -0600 (MDT), wrote: Hello Lou, Okay then the easiest thing will be LDFLAGS=-L/usr/local/lib/mysql ${LDFLAGS} ./configure --with-mysql=/usr/local/include/mysql' Would you have any idea

Re: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-09 Thread pareshshah
PRE In some email I received from Jesse Norell [EMAIL PROTECTED] on Fri, 9 May 2003 09:12:05 -0600 (MDT), wrote: Hello Lou, Okay then the easiest thing will be LDFLAGS=-L/usr/local/lib/mysql ${LDFLAGS} ./configure --with-mysql=/usr/local/include/mysql' Would you have

Re: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-09 Thread Ryan Butler
On Fri, 2003-05-09 at 13:10, lou wrote: in any way the best thing will be to tell the linker what to do -Wl,-L/new/lib. but AFAIK dbmail configure script doesn't check if -lmysqlclient actually works? i can hack a quick configure patch for that? cheers Yes, it does, that's this

Re: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-09 Thread Jesse Norell
Hello, i can hack a quick configure patch for that? That would be wonderful, however it needs to update the autoconf stuff (eg. add the appropriate checks to acinclude.m4), not the configure script directly, as configure is built by autoconf/automake. This is on the todo sometime list, but if

RE: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-08 Thread Filip Wuytack
/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

RE: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-08 Thread Ryan Butler
On Thu, 2003-05-08 at 04:10, Filip Wuytack wrote: Ryan, I looked further for that ld.so.conf file, but couldn't find itany ideas where I should be looking? Filip On FreeBSD it may be called something else, or may have a totally different mechanism. It would be easier probably to ask

RE: [Dbmail] Dbmail on FreeBSD 4.8 help - missing the developmentlibraries - compile error

2003-05-08 Thread Jesse Norell
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 itany ideas where I