Freeradius 3.0.0 "Installation mode requires -rpath" during "sudo make install"
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
On Fri, Sep 21, 2012 at 03:10:51AM +0100, YJ Zhang wrote:
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.
I've just ran './configure && make && make R=/tmp/fr install" on my debian squeeze box here on the current master git branch and it all worked as expected. What OS are you using? Ben -- | Ben Brown Broadband Solutions for | Systems Engineer Home & Business@ | Plusnet Plc www.plus.net | Registered Office: The Balance, 2 Pinfold Street, Sheffield, S1 2GU | Registered in England no: 3279013 + ---------- Plusnet - uSwitch Best Value Home Broadband 2012 ---------
participants (2)
-
Ben Brown -
YJ Zhang