Ich hab einen VServer (Debian) bei Star-Hosting, der hat aber PHP4 vorinstalliert.
Nun möcht ich auf PHP5 updaten, allerdings tritt folgendes Problem beim configure aufruf auf:
das Dumme ist ich hab PCRE 7.0 installiert (6.6 hab ich auch schon probiert), aber ich bekomms einfach nicht hin.
Hier mein configure aufruf (hab phpinfo aufgerufen, von da kopiert und alle Stellen mit php4 durch php5 ersetzt):
das PHP5 Update Tutorial hier im Forum hab ich mir auch schon durchgelesen, hat aber nicht weitergeholfen.
Nun möcht ich auf PHP5 updaten, allerdings tritt folgendes Problem beim configure aufruf auf:
Code:
configure: error: The PCRE extension requires PCRE library version >= 6.6
das Dumme ist ich hab PCRE 7.0 installiert (6.6 hab ich auch schon probiert), aber ich bekomms einfach nicht hin.
Hier mein configure aufruf (hab phpinfo aufgerufen, von da kopiert und alle Stellen mit php4 durch php5 ersetzt):
Code:
./configure --prefix=/usr --with-apxs2=/usr/bin/apxs2 --with-config-file-path=/etc/php5/apache2 --enable-memory-limit --disable-debug --with-regex=php --disable-rpath --disable-static --with-pic --with-layout=GNU --with-pear=/usr/share/php --enable-calendar --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-track-vars --enable-trans-sid --enable-bcmath --with-bz2 --enable-ctype --with-db4 --with-iconv --enable-exif --enable-filepro --enable-ftp --with-gettext --enable-mbstring --with-pcre-regex=/usr --enable-shmop --enable-sockets --enable-wddx --disable-xml --with-expat-dir=/usr --with-xmlrpc --enable-yp --with-zlib --without-pgsql --with-kerberos=/usr --with-openssl=/usr --with-zip=/usr --enable-dbx --with-mime-magic=/usr/share/misc/file/magic.mime --with-exec-dir=/usr/lib/php5/libexec --without-mm --without-mysql --without-sybase-ct
das PHP5 Update Tutorial hier im Forum hab ich mir auch schon durchgelesen, hat aber nicht weitergeholfen.