4 Jan
2008
4 Jan
'08
8:26 a.m.
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.