Servus,
ich hab ein Problem mit meinen selbst gebauten PHP auf Debain Sarge... wollte mit PDO Unterstützung bauen aber irgendwill nicht das nicht funktionieren obwohl ein php -m das PDO anazeigt:
Code:
php -m
[PHP Modules]
...
PDO
pdo_mysql
...
aber PHPINFO zeigt nichts und ein Testscript endet mit Error ...
mein configure Aufruf
Code:
./configure --with-openssl --with-bz2 --disable-ctype --with-curl --enable-exif --enable-ftp --with-gd --with-imap --with-imap-ssl --enable-mbstring --with-mysql --with-pdo-mysql --enable-shmop --enable-soap --enable-sockets --with-xsl --without-pear --with-zlib --with-kerberos
ps: Sarge Apt-Quellen für PHP 5.1.6 gibt es nicht oder? In den Backports sind ja leider nicht alle Pakete.