[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Extra /bin/ directory is added to library path when running make command

From: Blaxton <blaxxton_at_yahoo.com>
Date: Sun, 8 May 2016 12:15:34 +0000 (UTC)

After running autogen.sh, running ./canfigure thorws below error:checking for Expat... noconfigure: error: Expat not found

If I pass apr and apr-util path to ./configure:
./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/aprutil
 configuration complete with no problembut I get error when I run make command:
grep: can't open /usr/local/apr/bin/lib/libapr-1.lased: Cannot find or open file /usr/local/apr/bin/lib/libapr-1.la.libtool: link: `/usr/local/apr/bin/lib/libapr-1.la' is not a valid libtool archivemake: The error code from the last command is 1.

Stop.
There is un-necessary or extra /bin directory is added to library pathI am not sure what is going wrong in here and don't know how to fix it ?
the library is exist and located at :/usr/local/apr/lib/libapr-1.la

Thanks
Received on 2016-05-08 14:18:46 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.