Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Kompilieren von PHP 5.1.6 mit PDO MySQL

Ich bin mir nicht sicher, ob es wirklich helfen wird, aber was ist, wenn Sie alle Instanzen von „=shared " in Ihrer Konfigurationszeile ?

Hier ist zum Beispiel ein Konfigurationsbefehl, den ich vor einiger Zeit verwendet habe *(wie von phpinfo angegeben )* :

$ /usr/local/php-5.1.6/bin/php -i | grep 'configure'
Configure Command =>  './configure' '--prefix=/usr/local/php-5.1.6' '--with-config-file-path=/etc/php-5.1.6' 
  '--with-apxs2=/usr/bin/apxs2' '--disable-ipv6' '--with-openssl' '--with-zlib' '--enable-bcmath' 
  '--with-bz2' '--with-curl' '--enable-exif' '--enable-ftp' '--with-gd' '--with-ttf' 
  '--enable-gd-native-ttf' '--with-imap-ssl' '--with-ldap' '--enable-mbstring' '--with-mcrypt' 
  '--with-mhash' '--with-mysql' '--with-mysqli' '--enable-pcntl' '--with-pdo-mysql' '--with-pdo-sqlite' 
  '--enable-shmop' '--enable-soap' '--enable-sockets' '--enable-sqlite-utf8' '--with-xmlrpc' 
  '--with-xsl' '--with-pear'

(Zeilenumbrüche zur besseren Lesbarkeit hinzugefügt)

Hilft es?