It works fine
Holly
XXX-XXX-XXXX
2O2-586-4413
----- Original Message -----
From: user-ce4a2c883f75@xymon.invalid <user-ce4a2c883f75@xymon.invalid>
To: user-ae9b8668bcde@xymon.invalid <user-ae9b8668bcde@xymon.invalid>
Sent: Wed Sep 20 16:20:47 2006
Subject: Re: [hobbit] Gmake issue on solaris 10
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