Hallo,
Net probeerde ik php up te graden naar 5.3.1. Alleen krijg ik nu zodra ik apache opstart de volgende foutmelding:
httpd: Syntax error on line 54 of /etc/apache/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: undefined symbol: lo_import_with_oid
Het lijkt te liggen aan postgresql. Zodra ik php compileer zonder postgresql is deze foutmelding weg en start apache normaal. Ik heb postgresql ook al upgedate naar 8.4.1, maar dit haalt ook niets uit. Ik installeer PHP met deze configure regel:
Ik draai apache 2.2.13, Ubuntu 8.04.3 LTS. Heeft iemand enig idee wat dit kan zijn? En hoe ik dit kan fixen?
Net probeerde ik php up te graden naar 5.3.1. Alleen krijg ik nu zodra ik apache opstart de volgende foutmelding:
httpd: Syntax error on line 54 of /etc/apache/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: undefined symbol: lo_import_with_oid
Het lijkt te liggen aan postgresql. Zodra ik php compileer zonder postgresql is deze foutmelding weg en start apache normaal. Ik heb postgresql ook al upgedate naar 8.4.1, maar dit haalt ook niets uit. Ik installeer PHP met deze configure regel:
code:
1
| ./configure --enable-shared --enable-inline-optimization --with-gd --with-png-dir=/usr --with-zlib --with-jpeg-dir=/usr --enable-ftp --with-libxmldir=/usr --enable-exif --with-openssl=/usr/ --enable-zend-multibyte --enable-sqlite-utf8 --with-freetype-dir=/usr --with-kerberos=/usr --with-mcrypt=/usr --enable-sockets --with-pear --enable-bcmath --with-pgsql=/usr/local/pgsql --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-apxs2=/usr/local/apache2/bin/apxs --disable-posix --with-curlwrappers --enable-zip --with-mime-magic --enable-gd-native-ttf --enable-mbstring=all --with-xsl --enable-pdo --with-pdo-mysql=/usr/local/mysql --with-sqlite=shared --with-pdo-sqlite |
Ik draai apache 2.2.13, Ubuntu 8.04.3 LTS. Heeft iemand enig idee wat dit kan zijn? En hoe ik dit kan fixen?