Hallo,
da mir hier bei meinem letzten Problem super geholfen wurde, wende ich mich gleich nochmal an die Community. Zu meinem Problem:
Ich möchte meinen Server auf PHP 5.1.2 updaten. Dabei handelt es sich um einen Strato Root-Server mit SuSE 9.0, Apache 2.0.48, MySQL 4.0.15, PHP 6.0.4 und Confixx 3.1.2. Habe also die Sourcen von PHP downgeloadet, entpackt und configure mit diesen Parametern aufgerufen:
Mir wurde dann angezeigt, dass eine neuere libXML2 benötigt wird. Auch kein Problem, downgeloaded, entpackt, configure und make laufen lassen. Nun bin ich an dem Punkt, wo ich make install machen müsste. Da stellt sich mir die Frage, in wie weit die libXML2 abwärtskompatibel ist und ob ich mir damit Probleme einfahre.
Für Hinweise wäre ich dankbar (auch in Bezug auf configure, ob das so i.O. ist)
Danke und Gruß
da mir hier bei meinem letzten Problem super geholfen wurde, wende ich mich gleich nochmal an die Community. Zu meinem Problem:
Ich möchte meinen Server auf PHP 5.1.2 updaten. Dabei handelt es sich um einen Strato Root-Server mit SuSE 9.0, Apache 2.0.48, MySQL 4.0.15, PHP 6.0.4 und Confixx 3.1.2. Habe also die Sourcen von PHP downgeloadet, entpackt und configure mit diesen Parametern aufgerufen:
Code:
./configure --prefix=/usr/share \[INDENT][INDENT]
--datadir=/usr/share/php \
--bindir=/usr/bin \
--libdir=/usr/share \
--includedir=/usr/include \
--sysconfdir=/etc --with-_lib=lib \
--with-config-file-path=/etc \
--with-exec-dir=/usr/lib/php/bin \
--disable-debug \
--enable-bcmath \
--enable-calendar \
--enable-ctype \
--enable-dbase \
--enable-discard-path \
--enable-exif \
--enable-filepro \
--enable-force-cgi-redirect \
--enable-ftp \
--enable-gd-imgstrttf \
--enable-gd-native-ttf \
--enable-inline-optimization \
--enable-magic-quotes \
--enable-mbstr-enc-trans \
--enable-mbstring \
--enable-mbregex \
--enable-memory-limit \
--enable-safe-mode \
--enable-shmop \
--enable-sigchild \
--enable-sysvsem \
--enable-sysvshm \
--enable-track-vars \
--enable-trans-sid \
--enable-versioning \
--enable-wddx \
--with-bz2 \
--with-dom=/usr/include/libxml2 \
--with-ftp \
--with-gdbm \
--with-gettext \
--with-gmp \
--with-imap=yes \
--with-jpeg-dir=/usr \
--with-ldap=yes \
--with-mcal=/usr \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-ndbm \
--with-pgsql=/usr \
--with-png-dir=/usr \
--with-tiff-dir=/usr\
--with-ttf \
--with-freetype-dir=yes \
--with-xml \
--with-xpm-dir=/usr/X11R6 \
--with-zlib=yes \
--with-qtdom=/usr/lib/qt3 \
--with-gd --with-openssl \
--with-curl \
--with-swf=/usr/src/packages/BUILD/swf/dist/ \
--with-imap-ssl \
--enable-xslt \
--with-xslt-sablot \
--with-iconv \
--with-apxs2=/usr/sbin/apxs2-prefork \
i586-suse-linux[/INDENT][/INDENT]
Für Hinweise wäre ich dankbar (auch in Bezug auf configure, ob das so i.O. ist)
Danke und Gruß