Xymon Mailing List Archive search

Gmake issue on solaris 10

list Henrik Størner
Wed, 20 Sep 2006 22:20:47 +0200
Message-Id: <user-2256f67115c7@xymon.invalid>

On Tue, Sep 19, 2006 at 07:40:31AM -0400, Lund, Holly wrote:
I am having problems compiling the server on solaris 10

This is the end of the "make install" process before it stops:

cd etcfiles; cp -fp hobbit-apache.conf
/usr/local/hobbit_4.2.0/server/etc/hobbit-apache.conf
cd /usr/local/hobbit_4.2.0/server; rm -f hobbit.sh; ln -sf bin/hobbit.sh .
ln: -sf: No such file or directory
What happens if you run (by hand)

  cd /usr/local/hobbit_4.2.0/server
  rm -f hobbit.sh
  ln -sf bin/hobbit.sh .

I cannot think of any reason why that series of commands could fail
with such an error.


Henrik