On Fri, 2003-07-25 at 10:16, John Kyle wrote: > I am using MySQL 4.0.12, I used the following to configure > > ./configure --prefix=/usr --with-mysql > > This failed as it could not find mysqlclient, from the look of it this > file is not included with MySQL 4.0.12 and I would hazard a guess at > the equivalent being libmysqlclient > Has anyone succeeded in compiling dbmail-1.1 on MySQL 4.*? > > Would appreciate any help > > Best Regards > > John Kyle
I assume you mean its linking with -lmysqlclient.. That would link to libmysqlclient, the linker expext 'lib' less arguments and prepends them itself. I have not personally tried compiling with 4.x yet. In addition, please file this on www.sourceforge.net/projects/dbmail as a bug so we can track it. Thank you! Ryan Butler ADI Internet Solutions [EMAIL PROTECTED]
