[Nagiosplug-devel] problem with plugins/Makefile.am
Michael Haro
michael.haro at ceres.ca.gov
Mon Nov 18 09:37:03 CET 2002
I updated from CVS, ran tools/setup and then configure and make
make install failed with at the ln -sf stuff
replacing
ln -sf $(DESTDIR)$(libexecdir)/check_tcp $$i; \
with
(cd $(DESTDIR)$(libexecdir) && ln -sf check_tcp $$i ) \
solved my problem. I'm not sure if this is a correct fix though.
This is on Solaris 8 using gnu-make.
Michael
More information about the Devel
mailing list