Dear Friends, I am trying to compile PHP with mysql (Linux (IA64, Intel C++ Compiler) - mysql-standard-4.1.3-beta-pc-linux-i686-icc.tar.gz) . I am able to use MySQL in the command prompt. But when i compile with PHP, i am getting the following error :
----------------------------- /usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x239): more undefined references to `_intel_fast_memcpy' follow collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 ---------------------------------------- Ofcourse this may be due to the fact that the MySQL is compiled with Intel Compiler and while compiling we are using default gcc. Please kindly help me in getting a solution. Thanks in Advance With Regards Santhanam