Hi, On Mon, 2003-03-31 at 03:14, Miles Scruggs wrote: > I'm having some issues with configuring midgard lib > > ./configure --prefix=/usr/local/midgard --with-sitegroups > --with-mysql=/usr/local/mysql --with-expat > > returns > > ... > checking MySQL location... /usr/local/mysql > checking Expat location... /usr > checking Repligard binary owner... mysql > checking for library containing mysql_connect... no > configure: error: You need libmysqlclient > > config.log has this > /tmp/ccK3fJpf.o(.text+0xa): In function `main': > /usr/local/src/midgard/midgard-lib-1.4.4/configure:6960: undefined > reference to `mysql_connect'
You are using mysql 4.x. Change mysql_connect into mysql_real_connect in the ./configure script, and you should be fine. Cheers, -- Envida http://www.envida.net/ Armand A. Verstappen Graadt van Roggenweg 328 [EMAIL PROTECTED] 3531 AH Utrecht tel: +31 (0)30 298 2255 Postbus 19127 fax: +31 (0)30 298 2111 3501 DC Utrecht
signature.asc
Description: This is a digitally signed message part
