Hi, and I didn't quite understand this one: treebeard:~/radiusd/src/main # make install /root/radiusd/libtool --mode=install /root/radiusd/install-sh -c -m 755 radiusd /usr/local/freeradius/cvs/sbin libtool: install: warning: `/root/radiusd/src/lib/libfreeradius-radius.la' has not been installed in `/usr/local/freeradius/cvs/lib' /root/radiusd/install-sh -c -m 755 .libs/radiusd /usr/local/freeradius/cvs/sbin /root/radiusd/libtool --mode=install /root/radiusd/install-sh -c -m 755 radclient /usr/local/freeradius/cvs/bin libtool: install: warning: `/root/radiusd/src/lib/libfreeradius-radius.la' has not been installed in `/usr/local/freeradius/cvs/lib' /root/radiusd/install-sh -c -m 755 .libs/radclient /usr/local/freeradius/cvs/bin /root/radiusd/libtool --mode=install /root/radiusd/install-sh -c -m 755 radwho /usr/local/freeradius/cvs/bin libtool: install: warning: `/root/radiusd/src/lib/libfreeradius-radius.la' has not been installed in `/usr/local/freeradius/cvs/lib' /root/radiusd/install-sh -c -m 755 .libs/radwho /usr/local/freeradius/cvs/bin /root/radiusd/install-sh -c -m 755 checkrad.pl /usr/local/freeradius/cvs/sbin/checkrad mkdir: `/usr/local/freeradius/cvs/sbin' exists but is not a directory cp: accessing `/usr/local/freeradius/cvs/sbin/#inst.32327#': Not a directory make: *** [install] Error 1 I tried --with-system-libtool (whatever old version that is, on a SuSE Linux 7.2, but that one complained about unknown options being present and bailed out during make. Stefan -- Stefan WINTER Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
Stefan Winter wrote:
Hi,
and I didn't quite understand this one: ... /root/radiusd/install-sh -c -m 755 checkrad.pl /usr/local/freeradius/cvs/sbin/checkrad mkdir: `/usr/local/freeradius/cvs/sbin' exists but is not a directory
Something installed a file to 'sbin' before the directory was created. So the file was install as 'sbin', rather than inside of the 'sbin' directory. I don't see how this can happen... the top-level Makefile creates $(sbindir) before dong ANYTHING else. i.e. before trying to install "checkrad.pl". Are you sure you're doing "make install" from the *top*, and not a sub-directory? Alan DeKok.
Hi,
I don't see how this can happen... the top-level Makefile creates $(sbindir) before dong ANYTHING else. i.e. before trying to install "checkrad.pl". Are you sure you're doing "make install" from the *top*, and not a sub-directory?
Oh. crap. Sorry. Doing it again from the top fixed it :-/ Stefan -- Stefan WINTER Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
participants (2)
-
Alan DeKok -
Stefan Winter