mysql - error while installing php from source -


im trying install php 5.3.x, while make im getting error im using centos.

ext/mysql/php_mysql.o: in function `php_mysql_do_connect':  /root/php-5.3.25/ext/mysql/php_mysql.c:965: undefined reference `_mysqlnd_init' /root/php-5.3.25/ext/mysql/php_mysql.c:982: undefined reference `mysqlnd_connect' /root/php-5.3.25/ext/mysql/php_mysql.c:846: undefined reference `_mysqlnd_init' /root/php-5.3.25/ext/mysql/php_mysql.c:855: undefined reference `mysqlnd_connect' /root/php-5.3.25/ext/mysql/php_mysql.c:903: undefined reference `mysqlnd_connect' ext/mysql/php_mysql.o: in function `zif_mysql_fetch_lengths': /root/php-5.3.25/ext/mysql/php_mysql.c:2266: undefined reference `_mysqlnd_fetch_lengths' ext/mysql/php_mysql.o: in function `zif_mysql_escape_string': /root/php-5.3.25/ext/mysql/php_mysql.c:1811: undefined reference `mysqlnd_old_escape_string' ext/mysql/php_mysql.o: in function `zif_mysql_get_client_info': /root/php-5.3.25/ext/mysql/php_mysql.c:1133: undefined reference `mysqlnd_get_client_info' ext/mysql/php_mysql.o: in function `zm_info_mysql': /root/php-5.3.25/ext/mysql/php_mysql.c:660: undefined reference `mysqlnd_get_client_info' collect2: ld returned 1 exit status make: *** [sapi/cgi/php-cgi] error 1 

it worked enchanting make clean command make , make install. thank you.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -