View Single Post
  #5  
Old 02-07-2012, 09:14 PM
stairmaster stairmaster is offline
Member
 
Join Date: Mar 2011
Posts: 22
I've done what you've suggested with adding --with-mysql=mysqlnd --with-mysqli=mysqlnd
and I added --with-mysql as well.

So the options are currently

--with-mysql=/usr/bin --with-libdir=lib64 --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-mysqli --with-zlib --with-gd --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-magic-quotes --enable-mbstring --with-iconv --with-litespeed

My includes work properly now. But my database connections still don't work.

Anything else I can try?
Reply With Quote