libtool: link: cannot find the library `/usr/local/apr/lib/libapr-1.la' 求解决

时间:2021-08-30 00:15:16
我将APACHE和其相应的apr,apr-util,pcre包都安装在HOME目录下,预编译命令为:
./configure --prefix=/home/apache --with-apr=/home/apr --with-apr-util=/home/apr-util --with-pcre=/home/pcre --enable-so --enable-rewrite --enable-vhost-alias
最后MAKE的时候出现如下错误:
libtool: link: cannot find the library `/usr/local/apr/lib/libapr-1.la' or unhandled argument `/usr/local/apr/lib/libapr-1.la'
make[2]: *** [htpasswd] Error 1
make[2]: Leaving directory `/home/httpd-2.4.4/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/httpd-2.4.4/support'
make: *** [all-recursive] Error 1
由于我权限不够无法切换到ROOT权限,无法在/usr/local下进行安装,只能在HOME下操作,大神指点该怎么办?

2 个解决方案

#1


请问你这个问题解决了吗,我也遇到了,请教一下

#2


apr-util 需要依赖apr,在apr-util的lib目录下的la文件中将对apr库的依赖路径修改一下

#1


请问你这个问题解决了吗,我也遇到了,请教一下

#2


apr-util 需要依赖apr,在apr-util的lib目录下的la文件中将对apr库的依赖路径修改一下