ChinaUnix.net
相关文章推荐:

configure error binsh configsub –withphpconfig failed

[root@localhost pdo_mysql]# ./configure --with-php-config=/usr/local/php/bin/php-config --enable-pdo --with-pdo-mysql=/usr/local/mysql/ --with-zlib-dir=/usr/local/lib checking for egrep... grep -E checking for a sed that does not truncate output... /bin/sed checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whethe...

by heizi21 - PHP - 2016-07-18 15:55:15 阅读(4833) 回复(4)

相关讨论

package path is not consistent with the env variable . Here is the solutions. 方法一: 设置./configure --prefix=/usr 方法二: 将/usr/local/lib加入到/etc/ld.so.conf 运行/sbin/ldconfig 方法三: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/92965/showart_2141668.html

by tryandy - Linux文档专区 - 2010-01-06 11:01:20 阅读(703) 回复(0)

configure: error: Could not find suitable libgc 产生这个error的原因是什么? 哪位可以帮忙? 谢谢

by 神秘预言 - BSD - 2008-11-20 23:26:43 阅读(1555) 回复(0)

checking for GLIB - version >;= 2.0.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. configure: error: *** GLib 2.0 is required to build Gaim; please make sure you have the GLib *** development headers installed. The latest vers...

by 坚持到底 - Linux论坛 - 2003-12-18 17:43:46 阅读(589) 回复(3)

checking for GLIB - version >;= 2.0.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. configure: error: *** GLib 2.0 is required to build Gaim; please make sure you have the GLib *** development headers installed. The latest vers...

by 坚持到底 - Linux系统管理 - 2003-12-18 17:43:46 阅读(693) 回复(3)

在进行freeradius的configure时出现错误提示,摘要如下 checking for sys/types.h... no checking for sys/stat.h... no checking for stdlib.h... no checking for string.h... no checking for memory.h... no checking for strings.h... no checking for inttypes.h... no checking for stdint.h... no checking for unistd.h... no find后,发现这些文件都在/usr/include目录下,以为环境变量有问题,手动加了这个环境到prof...

by happyoutdoor - Solaris - 2008-11-24 22:28:36 阅读(1395) 回复(1)

在进行freeradius的configure时出现错误提示,摘要如下\r\n\r\nchecking for sys/types.h... no\r\nchecking for sys/stat.h... no\r\nchecking for stdlib.h... no\r\nchecking for string.h... no\r\nchecking for memory.h... no\r\nchecking for strings.h... no\r\nchecking for inttypes.h... no\r\nchecking for stdint.h... no\r\nchecking for unistd.h... no\r\n\r\nfind后,发现这些文件都在/usr/include目录下,以为环...

by happyoutdoor - Solaris - 2008-11-24 22:28:36 阅读(2930) 回复(1)

i want to install fcitx, after i type into './configure', the last 5 lines end with no. checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking for X... no configure: error: You must install XFree86 or xorg first! what should i do

by chuangking - Linux新手园地 - 2008-11-12 23:18:30 阅读(1450) 回复(6)

初次接触debian和bind,新安装的系统,没有添加任何包,然后安装bind, 解压后configure,出现错误信息: configure: error: ar program not found. Please fix your PATH to include the directory in which ar resides, or set AR in the environment with the full path to ar. 请指点迷津

by hmglly - 系统管理 - 2006-11-16 09:29:09 阅读(1334) 回复(12)

初次接触debian和bind,新安装的系统,没有添加任何包,然后安装bind, 解压后configure,出现错误信息: configure: error: ar program not found. Please fix your PATH to include the directory in which ar resides, or set AR in the environment with the full path to ar. 请指点迷津

by hmglly - Linux系统管理 - 2006-11-16 09:29:09 阅读(2250) 回复(12)

# ./configure NOTE: This is a MySQL binary distribution. It's ready to run, you don't need to configure it! To help you a bit, I am now going to create the needed MySQL databases and start the MySQL server for you. If you run into any trouble, please consult the MySQL manual, that you can find in the Docs directory. Installing all prepared tables Fill help tables To start mysqld at boot time ...

by greysky-zfj - Linux论坛 - 2005-10-21 14:40:35 阅读(779) 回复(4)