View Single Post
  #5  
Old 01-31-2012, 12:29 AM
smartcard smartcard is offline
New Member
 
Join Date: Jan 2012
Posts: 8
I solved the problem by combiling PHP5 with the following

Quote:
'--with-mysqli' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--enable-gd-native-ttf' '--with-pdo-mysql' '--enable-pdo' '--with-libdir=lib' '--with-mysql' '--with-mcrypt' '--with-jpeg-dir=/usr/lib' '--with-png-dir=/usr/lib' '--with-png' '--with-jpeg' '--with-sqlite'
Reply With Quote