Freeradius 3.0.0 "Installation mode requires -rpath" during "sudo make install"
YJ Zhang
panzerspitze at gmx.com
Fri Sep 21 04:10:51 CEST 2012
Here's a new one to me: After cloning the latesting FR 3.0.0 github master branch, I ran into the following during "sudo make install":
Making install in src...
Making install in src/include...
/Users/myuid/freeradius-server/install-sh -c -d -m 755 /usr/local/include/freeradius
for i in autoconf.h conf.h conffile.h detail.h dhcp.h event.h hash.h heap.h ident.h libradius.h md4.h md5.h missing.h modcall.h modules.h packet.h rad_assert.h radius.h radiusd.h radpaths.h radutmp.h realms.h sha1.h stats.h sysutmp.h token.h udpfromto.h vmps.h vqp.h; do \
sed 's/^#include <freeradius-devel/#include <freeradius/' $i > .inst.$$ ; \
/Users/myuid/freeradius-server/install-sh -c -m 644 .inst.$$ /usr/local/include/freeradius/$i; \
rm -f .inst.$$ ; \
done
Making install in src/lib...
/Users/myuid/freeradius-server/install-sh -c -d -m 755 /usr/local/lib/freeradius
/Users/myuid/freeradius-server/scripts/jlibtool --mode=install /Users/myuid/freeradius-server/install-sh -c -c libfreeradius-radius.la \
/usr/local/lib/freeradius/libfreeradius-radius.la
Installation mode requires -rpath
make[4]: *** [install] Error 1
make[3]: *** [lib] Error 2
make[2]: *** [install] Error 2
make[1]: *** [src] Error 2
make: *** [install] Error 2
It seems libtool/autoconf/automake related, but I don't know enough to make heads-or-tails out of how to get around this. Any advice? Thanks in advance.
Y.J. Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20120921/caa5c286/attachment-0001.html>
More information about the Freeradius-Users
mailing list