mysqli php5-cgi ./configure

mokry

New member
Joined
Dec 25, 2005
Messages
4
Location
Poland
Hi, I've got a small problem... I want to install php5 with "mysqli".
When I use ./configure with artibutes --with-mysqli i have a error:

Check config.log for more information.

Log file:

configure:58996: checking for MySQL UNIX socket location
configure:59182: checking for mysql_close in -lmysqlclient
configure:60094: checking for MySQLi support
configure:60140: checking whether to enable embedded MySQLi support
configure:60286: checking for mysql_set_server_option in -lmysqlclient
configure:60305: gcc -o conftest -I/usr/include -g -O2 -L/usr/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/us$
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
configure: failed program was:
#line 60294 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char mysql_set_server_option();

int main() {
mysql_set_server_option()
; return 0; }


I'm using Debian, mysql4.1.16

Can you help me?
Ps. Sorry for my bad english.
 
Back
Top