OS: Centos

I've downloaded php 5.3.6 source, configured it with these options:

./configure --disable-cgi --enable-fpm --with-mcrypt --with-zlib --enable-mbstring --with-curl --disable-debug --disable-rpath --enable-inline-optimization --with-bz2 --with-zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --with-mhash --enable-zip --with-pcre-regex --enable-soap --with-mysqli=mysqlnd --with-pdo-mysql --with-pdo-sqlite --enable-sockets 

then did

make

and

make install

Everything installed ok, besides ANY libraries, like php_pdo_sqlite.so, php_mysqli.so, NOTHING. I've searched for them on entire system but they're nowhere to be found.

Am I doing something wrong? It's driving me insane.

Any help would be appreciated.

Edit: Nevermind,

yum install

saved the day as usual =/ Had to install eveything this way

link|improve this question
Welcome to Server Fault! If this solved your question, add an answer below and please mark it as such. – Bart De Vos Jun 23 '11 at 21:56
feedback

1 Answer

Try doing 'yum install' to install the entire package with everything in the correct places.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.