xueyangmj 发表于 2007-10-9 05:26:17

LAMP安装时的问题!望大哥们解答下

安装LAMP时候出问题了错作系统是64位FC7,前期安装都还行 装到PHP时候出错误 错误提示是
against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/openssl/lib/libssl.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** 错误 1
指令如下
# ./configure \
"--prefix=/usr/local/php" \
"--with-apxs2=/usr/local/apache2/bin/apxs" \
"--with-config-file-path=/usr/local/php/etc" \
"--with-mysql=/usr/local/mysql" \
"--with-libxml-dir=/usr/local/libxml2" \
"--with-gd=/usr/local/gd2" \
"--with-jpeg-dir" \
"--with-png-dir" \
"--with-bz2" \
"--with-freetype-dir" \
"--with-iconv-dir" \
"--with-zlib-dir " \
"--with-openssl=/usr/local/openssl" \
"--with-mcrypt=/usr/local/libmcrypt" \
"--enable-soap" \
"--enable-gd-native-ttf" \
"--enable-memory-limit" \
"--enable-ftp" \
"--enable-mbstring" \
"--enable-exif" \
"--disable-ipv6" \
"--disable-cgi" \
"--disable-cli"
# make
MAKE 以后就出问题了 问题在那里?64位的操作系统在安装openssl时候是否该注意些什么?
我安装的 方法是照 这个安装的
http://bbs.linuxunion.net/showthread.php?p=1427
望大虾们指点小弟一二!谢谢
页: [1]
查看完整版本: LAMP安装时的问题!望大哥们解答下