[HowTo]GDlib 2.0.28 auf vSERVER (Server4You)

Status
Not open for further replies.

society

Registered User
Mini HowTo für RedHat 9 (vServer):


GD Updaten:

cd /tmp
wget http://www.boutell.com/gd/http/gd-2.0.28.tar.gz
tar xfvz gd-2.0.28.tar.gz
cd gd.....

./configure --prefix=/usr

make
make install


PHP Backen (gleich mit der neusten Version):

cd /tmp
wget http://de3.php.net/get/php-4.3.8.tar.gz/from/de2.php.net/mirror
tar xfvz php-4.3.8.tar.gz
cd php-4.3.8

./configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --target=i386-redhat-linux --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --cache-file=../config.cache --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --enable-force-cgi-redirect --disable-debug --enable-pic --disable-rpath --enable-inline-optimization --with-bz2 --with-db4=/usr --with-curl --with-exec-dir=/usr/bin --with-freetype-dir=/usr --with-png-dir=/usr --with-gd --enable-gd-native-ttf --with-gdbm --with-gettext --with-ncurses --with-gmp --with-iconv --with-jpeg-dir=/usr --with-openssl --with-png --with-pspell --with-regex=system --with-xml --with-expat-dir=/usr --with-dom=shared,/usr --with-dom-xslt=/usr --with-dom-exslt=/usr --with-xmlrpc=shared --with-pcre=/usr --with-zlib --with-layout=GNU --enable-bcmath --enable-exif --enable-ftp --enable-magic-quotes --enable-safe-mode --enable-sockets --enable-sysvsem --enable-sysvshm --enable-discard-path --enable-track-vars --enable-trans-sid --enable-yp --enable-wddx --without-oci8 --with-pear=/usr/share/pear --with-imap=shared --with-imap-ssl --with-kerberos --with-ldap=shared --with-mysql=shared,/usr --with-pgsql=shared --with-snmp=shared,/usr --with-snmp=shared --enable-ucd-snmp-hack --with-unixODBC=shared --enable-memory-limit --enable-bcmath --enable-shmop --enable-calendar --enable-dbx --enable-dio --enable-mcal --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex --with-apxs2=/usr/sbin/apxs

make
make install

Apache Konfig anpassen:
vi /etc/httpd/httpd.conf
die Zeile bei der das php4 mod hinzugefügt wurde löschen

Apache neustarten
/etc/init.d/httpd restart


Versichere nicht das es funktioniert, also wenns nicht klappt ist es nicht meine schuld. Ansonsten Viel Spaß :)
 
Status
Not open for further replies.
Back
Top