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