A
alejandro
Guest
Hi,
I would like to know how to add GD2 support to my server using Plesk psa v8.1.1_build81070423.15, operating on a Linux Fedora Core 4 2.6.16.27-061216a and PHP Version 5.0.4
Here are some informations about my server :
Configure Command :
I noticed the '--without-gd', that clearly disable GD2 in my server.
additional .ini files parsed :
I tried to have a look about how-to do that but I found nothing matching my need. I heard about the fact that I would have to uninstall PHP and rebuild it with GD but I don't know at all how to do that. Moreover, when I var_dump the gd_info() function, here is what I get :
Please can someone tell me how to upgrade my server without crashing Plesk or anything else ? Because I don't know that much about Linux, I would need a step by step tutorial. Thank you by advance for your help.
I would like to know how to add GD2 support to my server using Plesk psa v8.1.1_build81070423.15, operating on a Linux Fedora Core 4 2.6.16.27-061216a and PHP Version 5.0.4
Here are some informations about my server :
Configure Command :
'./configure' '--build=x86_64-redhat-linux' '--host=x86_64-redhat-linux' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-pear=/usr/share/pear' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--with-mime-magic=/etc/httpd/conf/magic' '--without-sqlite' '--with-libxml-dir=/usr' '--with-xml' '--with-apxs2=/usr/sbin/apxs' '--without-mysql' '--without-gd' '--without-odbc' '--disable-dom' '--disable-dba'
I noticed the '--without-gd', that clearly disable GD2 in my server.
additional .ini files parsed :
/etc/php.d/bcmath.ini, /etc/php.d/dba.ini, /etc/php.d/dom.ini, /etc/php.d/gd.ini, /etc/php.d/imap.ini, /etc/php.d/ioncube-loader.ini, /etc/php.d/mbstring.ini, /etc/php.d/mysql.ini, /etc/php.d/mysqli.ini, /etc/php.d/ncurses.ini, /etc/php.d/soap.ini, /etc/php.d/xmlrpc.ini, /etc/php.d/xsl.ini
I tried to have a look about how-to do that but I found nothing matching my need. I heard about the fact that I would have to uninstall PHP and rebuild it with GD but I don't know at all how to do that. Moreover, when I var_dump the gd_info() function, here is what I get :
array(12) {
["GD Version"]=>
string(27) "bundled (2.0.28 compatible)"
["FreeType Support"]=>
bool(true)
["FreeType Linkage"]=>
string(13) "with freetype"
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(true)
["GIF Create Support"]=>
bool(true)
["JPG Support"]=>
bool(true)
["PNG Support"]=>
bool(true)
["WBMP Support"]=>
bool(true)
["XPM Support"]=>
bool(false)
["XBM Support"]=>
bool(true)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
Please can someone tell me how to upgrade my server without crashing Plesk or anything else ? Because I don't know that much about Linux, I would need a step by step tutorial. Thank you by advance for your help.