Mysql
 sql >> Base de Dados >  >> RDS >> Mysql

Compilando PHP 5.1.6 com PDO MySQL


Não tenho certeza se isso realmente ajudará, mas e se você remover todas as instâncias de "=shared " na sua linha de configuração ?

Por exemplo, aqui está um comando configure que usei algum tempo atrás *(conforme fornecido por phpinfo )*:
$ /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'

(novas linhas adicionadas para facilitar a leitura)

Ajuda ?