快速业务通道

apache mysql php gd freetds

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-08

make install 安装LIBXML2 tar -zxvf libxml2-2.6.26.tar.gz cd libxml2-2.6.26 ./configure --prefix=/usr/local/xml2 make make install 安装freetds #tar –zxvf freetds-*.tar.gz #cd freetds-* #./configure --prefix=/usr/local/freetds --with-tdsver=8.0 --enable-msdblib --enable-static #make && makeinstall 4. php安装 #tar –zxvf php-*.tar.gz #cd php-* #./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-libxml-dir=/usr/local/xml2 --with-png-dir=/usr/local/libpnng --with-jpeg-dir=/usr/local/jpeg6 --with-zlib --with-freetype-dir=/usr/local/freetype --enable-pdo --with-pdo-sqlite --with-pdo-mysql=/usr/local/mysql/bin/mysql_config --with-pdo-dblib=/usr/local/freetds/ --with-gd=/usr/local/gd --with-curl --with-mssql=/usr/local/freetds/ --disable-debug --enable-sockets --enable-force-cgi-redirect --enable-calendar --enable-magic-quotes --enable-ftp --enable-gd-native-ttf --with-ttf --with-gdbm --with-iconv --enable-mbstring=all 报错1

checking if we should use cURL for url streams... no checking for cURL in default path... not found configure: error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/

需要安装:yum -y install curl* 报错2

checking for strftime... (cached) yes checking for QDBM support... no configure: error: DBA: Could not find necessary header file(s).

需要安装:yum -y install php-dba.i386 php-dbase.i386 gdbm-devel 报错3

checking for MSSQL support via FreeTDS... yes configure: error: Directory /usr/local/freetds/ is not a FreeTDS installation directory

解决办法: 就是php找不到freetds的安装路径 其实是 PHP检测其安装目录的时候有些问题,检查依据是两个已经不用的文件,创建两个空文件就OK touch /usr/local/freetds/include/tds.h touch /usr/local/freetds/lib/libtds.a 报错4

checking lex output file root... ./configure: line 3246: lex: command not found configure: error: cannot find output from lex; giving up

修补方法,安装FLEX: rpm -Uvh flex-2.5.4a-33.x86_64.rpm 报错5

configure: error: libjpeg.(a|so) not found.

修补方法: 原来在安装jpeg的时候,执行了make install,应该执行make install-lib才能生成libjpeg.a文件 #make #make install #cp php.ini-dict /usr/local/php/lib/php.ini #vim /usr/local/apache2/conf/httpd.conf

LoadModule php5_module modules/libphp5.so AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps <IfModule dir_module> DirectoryIndex index.php index.html </IfModule>

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号