我一直在走,至少还有条路,也好于无路可走…
分类: LINUX
2013-03-05 22:46:22
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/hp/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-discard-path --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-ldap --with-ldap-sasl --with-xmlrpc --enable-zip --enable-soap
cp -frp /usr/lib64/libpng* /usr/lib/
3.如果提示"configure: error: Cannot find ldap libraries in /usr/lib."
cp -frp /usr/lib64/libldap* /usr/lib
#好的搞定了报错