文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>关于symbol xmlParserInputBufferCreateFilenameDefault

关于symbol xmlParserInputBufferCreateFilenameDefault

时间:2008-04-23  来源:饮鸩止渴

安装php的时候make test或者直接apache起的话会出这个错误:

ld.so.1: php: fatal: relocation error: file /export/Dev/temp/php-5.1.6/sapi/cli/php: symbol xmlParserInputBufferCreateFilenameDefault: referenced symbol not found
Killed
make[1]: *** [install-pear-installer] Error 137
make: *** [install-pear] Error 2
"
解决方法如下:
After a long investigation I figured out that the problem comes from the native solaris libraries, and mainly from libxml2.so.2 and libgcc_s.so.1.
To fix the problem install the GNU ones and change your PATH to start with /usr/local/bin instead of /usr/bin, also set the LD_LIBRARY_PATH to start with /usr/local/lib instead of /usr/lib
PATH=/usr/local/bin:$PATH
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
请参看:
http://www.phpbuilder.com/board/showthread.php?t=10330339


相关阅读 更多 +
排行榜 更多 +
西安交大通

西安交大通

生活实用 下载
长江云通

长江云通

生活实用 下载
translatez

translatez

生活实用 下载