I'm having issues getting pdo for mysql added to PHP. After running configure:
'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--prefix=/usr/local' '--with-xml' '--enable-bcmath' '--with-curl' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-imap=/usr/local/imap-2004g' '--enable-magic-quotes' '--with-mysqli' '--with-mysql=/usr' '--with-pdo-mysql=/usr' '--enable-discard-path' '--with-pear' '--enable-sockets' '--enable-track-vars' '--with-xmlrpc' '--with-zlib'
make
make test
make install
When I try to restart http I get the following errors. Any ideas?
I then get the error
undefined symbol: php_pdo_get_dbh_ce



LinkBack URL
About LinkBacks
Reply With Quote




