View Single Post
  #1  
Old 05-17-2011, 04:36 AM
flowcubano flowcubano is offline
Member
 
Join Date: May 2011
Posts: 19
Default [Solved] Compiling PHP 5.3.6 with LSAPI ::problem::

Hello

I try to compile php to PHP 5.3.6 from litespeed panel but I get this error:
(I'm use 8-CPU Lease LSWS Enterprise, Version 4.1 and I use Plesk 10)

Code:
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for 8-bit clean memcmp... yes
checking for stdarg.h... (cached) yes
checking for mcrypt support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... no
checking for specified location of the MySQL UNIX socket... no
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.
**ERROR** Could not configure PHP build

Last edited by flowcubano; 05-17-2011 at 04:38 AM..
Reply With Quote