extension=php_mysql.dll extension=php_gd2.dll 前面的“;”去掉,注意,為了讓php支持生成真彩圖片,一般都要求支持gd2,extension=php_gd2.dll即支持gd2的dll文件。 注意,php5以前的版本,是默認(rèn)不支持mysql4.1以后的密碼訪問格式的,在Mysql中使用如下命令,把密碼統(tǒng)一一下就可以了: set password for 'username'@'hos...
一:卸載的時(shí)候出現(xiàn)的錯(cuò)誤: umount /dev/nb1 device is busy 解決:找到是什么進(jìn)程使得他busy,用 lsof /dev/nb1 . kill掉那個(gè)進(jìn)程,然后重新umount即可。 二:GD2編譯的時(shí)候出現(xiàn)的錯(cuò)誤: The usual way to define `LIBTOOL’ is to add `AC_PROG_LIBTOOL’ ...
cd gd-2.0.27 ./configure --prefix=/usr/local/gd2 make make install 安裝PHP--- tar zxvf php-4.3.8.tar.gz cd php-4.3.8 ./configure --with-mysql --with-gd=/usr/local/gd2 --with-apxs2=/usr/www/bin/apxs make make install cp php.ini-dist /usr/local/lib/php.ini (出處:Viphot)...