|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
PHP5 configure problems
I'm at the configure stage of installing PHP5 on SUSE pro 9.1 and I'm having trouble with mysqli support.
I'm using mysql 4.1.3 my configure options are as follows: ./configure --with-mysql=/etc/mysql/mysql-standard-4.1.3-beta --with-mysqli=/etc/mysql/mysql-standard-4.1.3-beta/bin/mysql_config --with-apxs2=/usr/local/apache2/bin/apxs --prefix=/usr/local/apache2/php --with-config-file-path=/usr/local/apache2/php --enable-track-vars --enable-force-cgi-redirect --disable-cgi --with-zlib --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-mssql=/usr/local/freetds configure stops at the following: checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... no checking for mysql_close in -lmysqlclient... (cached) yes checking for MySQLi support... yes checking whether to enable embedded MySQLi support... no checking for mysql_set_server_option in -lmysqlclient... no configure: error: wrong mysql library version or lib not found. Check config.log for more information. The last bit of config.log shows: /etc/mysql/mysql-standard-4.1.3-beta/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x6e): In function `my_strnncoll_tis620': : undefined reference to `_intel_fast_memcpy' /etc/mysql/mysql-standard-4.1.3-beta/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x12e): In function `my_strnncoll_tis620': : undefined reference to `_intel_fast_memcpy' /etc/mysql/mysql-standard-4.1.3-beta/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x239): more undefined references to `_intel_fast_memcpy' follow collect2: ld returned 1 exit status configure: failed program was: #line 55111 "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; } |
|
#2
|
|||
|
|||
|
RE: PHP5 configure problems
I've fixed the prob myself. It require new client lib files, as those I originally downloaded were corrupt
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > PHP5 configure problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|