coolsoft
Registered User
Auf dem Server is SuSE 10.1 mit Confixx installiert und als Webserver der apache2-2.0.53-9.15 aus dem SuSE RPM.
Ich würde gerne php-5.2.0 + suPHP installieren.
Ich habe zuerst versucht suPHP mit dem standart SuSE PHP RPM zu installieren aber offensichtlich funktoniert das nicht.
Wenn ich nun PHP mit der neusten Version 5.2.0 installieren möchte erscheint schon beim configure eine Fehlermeldung sobald mySQL dazu kommt.
Das ist mein configure ohne mySQL:
./configure --with-exec-dir=/opt/php5/bin --includedir=/opt/php5/include --datadir=/opt/php5/lib --bindir=/opt/php5/bin --enable-magic-quotes --enable-zend-multibyte --enable-zip --enable-sysvmsg --enable-sysvsem --with-zlib --with-openssl --with-bz2 --enable-sysvshm --enable-sockets --enable-soap --enable-shmop --enable-ftp --enable-exif --enable-dbase --enable-calendar --enable-bcmath --with-config-file-path=/opt/php5/phpconfig --enable-memory-limit --enable-force-cgi-redirect --with-pcre-regex --with-sqlite --without-mm --enable-fastcgi --prefix=/opt/php --enable-fastcgi --with-gdbm --enable-gd-native-ttf --enable-dio --enable-versioning --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr/lib/ --with-ttf --with-ncurses --enable-trans-sid --with-regex=system --with-gettext --enable-pic --enable-inline-optimization -with-freetype-dir=/usr --with-apxs2=/usr/sbin/apxs2
das funktioniert mit "configure ..." und auch mit "make" und "make install"
Nur sobald ich die Option --with-mysql dazu nehme, erscheint folgende Fehlermeldung:
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.
installiert sind folgende mySQL RPM's
mysql-5.0.18-16
mysql-shared-5.0.18-16
mysql-Max-4.1.13-3
mysql-debuginfo-5.0.18-16
mysql-administrator-debuginfo-1.1.6-14
Ist das soweit richtig das man PHP als CLI binary benötigt um suPHP zu integrieren?
Nach der installation von PHP5 (ohne mySQL, wie sinnvoll) sagt mir
Nur wie integriere ich das nun das nun so, dass es der Webserver auch verwendet und es mit suPHP funktioniert?
Hab schon massig manuals gelesen, aber ich komm nicht weiter.
Ich würde gerne php-5.2.0 + suPHP installieren.
Ich habe zuerst versucht suPHP mit dem standart SuSE PHP RPM zu installieren aber offensichtlich funktoniert das nicht.
Wenn ich nun PHP mit der neusten Version 5.2.0 installieren möchte erscheint schon beim configure eine Fehlermeldung sobald mySQL dazu kommt.
Das ist mein configure ohne mySQL:
./configure --with-exec-dir=/opt/php5/bin --includedir=/opt/php5/include --datadir=/opt/php5/lib --bindir=/opt/php5/bin --enable-magic-quotes --enable-zend-multibyte --enable-zip --enable-sysvmsg --enable-sysvsem --with-zlib --with-openssl --with-bz2 --enable-sysvshm --enable-sockets --enable-soap --enable-shmop --enable-ftp --enable-exif --enable-dbase --enable-calendar --enable-bcmath --with-config-file-path=/opt/php5/phpconfig --enable-memory-limit --enable-force-cgi-redirect --with-pcre-regex --with-sqlite --without-mm --enable-fastcgi --prefix=/opt/php --enable-fastcgi --with-gdbm --enable-gd-native-ttf --enable-dio --enable-versioning --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr/lib/ --with-ttf --with-ncurses --enable-trans-sid --with-regex=system --with-gettext --enable-pic --enable-inline-optimization -with-freetype-dir=/usr --with-apxs2=/usr/sbin/apxs2
das funktioniert mit "configure ..." und auch mit "make" und "make install"
Nur sobald ich die Option --with-mysql dazu nehme, erscheint folgende Fehlermeldung:
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.
installiert sind folgende mySQL RPM's
mysql-5.0.18-16
mysql-shared-5.0.18-16
mysql-Max-4.1.13-3
mysql-debuginfo-5.0.18-16
mysql-administrator-debuginfo-1.1.6-14
Ist das soweit richtig das man PHP als CLI binary benötigt um suPHP zu integrieren?
Nach der installation von PHP5 (ohne mySQL, wie sinnvoll) sagt mir
Code:
# /opt/php5/bin/php -v
PHP 5.2.0 (cli) (built: Jan 22 2007 16:35:56)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
Nur wie integriere ich das nun das nun so, dass es der Webserver auch verwendet und es mit suPHP funktioniert?
Hab schon massig manuals gelesen, aber ich komm nicht weiter.