Installing hobbit
list Lars Ebeling
Dear all,
I started to install Hobbit (RC2) and found out that something called pcre
was needed. Downloaded it and started to install it. Configure went well so
also make. But make install gave some errors and was aborted. see below
I'm using HP-UX 11.11
larrd 0.43c
Could someone help me?
Regards
Lars Ebeling
Hobby installing Hobbit at home
/bin/sh ./mkinstalldirs /usr/local/lib
echo "/bin/sh ./libtool --mode=install /usr/local/larrd/install -c
libpcre.la /"
/bin/sh ./libtool --mode=install /usr/local/larrd/install -c libpcre.la
/usr/loa
/bin/sh ./libtool --mode=install /usr/local/larrd/install -c libpcre.la
/usr/loa
/usr/local/larrd/install -c .libs/libpcre.sl.0.1
/usr/local/lib/libpcre.sl.0.1
/usr/local/larrd/install[2]: =: not found.
/usr/local/larrd/install[4]: use: not found.
/usr/local/larrd/install[5]: =: not found.
/usr/local/larrd/install[6]: Syntax error at line 6 : `(' is not expected.
make: *** [install] Error 127
list Lars Ebeling
Dear all I don't understand it, but the install neede was a total other thing. Which I don't have. But I substituted it with cp Probably it worked then. /Lars -----Ursprungligt meddelande----- Från: Ebeling, Lars [mailto:user-526f6a52139b@xymon.invalid] Skickat: den 14 februari 2005 17:10 Till: user-ae9b8668bcde@xymon.invalid Ämne: [hobbit] Installing hobbit
▸
Dear all,
I started to install Hobbit (RC2) and found out that something called pcre
was needed. Downloaded it and started to install it. Configure went well so
also make. But make install gave some errors and was aborted. see below
I'm using HP-UX 11.11
larrd 0.43c
Could someone help me?
Regards
Lars Ebeling
Hobby installing Hobbit at home
/bin/sh ./mkinstalldirs /usr/local/lib
echo "/bin/sh ./libtool --mode=install /usr/local/larrd/install -c
libpcre.la /"
/bin/sh ./libtool --mode=install /usr/local/larrd/install -c libpcre.la
/usr/loa
/bin/sh ./libtool --mode=install /usr/local/larrd/install -c libpcre.la
/usr/loa
/usr/local/larrd/install -c .libs/libpcre.sl.0.1
/usr/local/lib/libpcre.sl.0.1
/usr/local/larrd/install[2]: =: not found.
/usr/local/larrd/install[4]: use: not found.
/usr/local/larrd/install[5]: =: not found.
/usr/local/larrd/install[6]: Syntax error at line 6 : `(' is not expected.
make: *** [install] Error 127
list Jon Bjorn Njalsson
I migrated from bb server to hobbit server one week ago. As I was configuring some alert rules I noticed when I ran ~server/bin/bbcmd hobbitd_alert --test hostname testname that hobbit was using default environment file from /usr/local/bb/etc/hobbitserver.cfg although I installed hobbit in /usr/local/hobbit and changed BBHOME in the top Makefile to /usr/local/hobbit/server it still reads the environment file from /usr/local/bb where bigbrother was installed. Any ideas ? -- Jon Bjorn Njalsson <user-5c8e7718045c@xymon.invalid>
list Henrik Størner
▸
On Thu, Apr 28, 2005 at 11:28:07AM +0000, Jon Bjorn Njalsson wrote:
I migrated from bb server to hobbit server one week ago. As I was configuring some alert rules I noticed when I ran ~server/bin/bbcmd hobbitd_alert --test hostname testname that hobbit was using default environment file from /usr/local/bb/etc/hobbitserver.cfg although I installed hobbit in /usr/local/hobbit and changed BBHOME in the top Makefile to /usr/local/hobbit/server it still reads the environment file from /usr/local/bb where bigbrother was installed.
Since you don't specify a --env=/usr/local/hobbit/etc/hobbitserver.cfg option to bbcmd, then it uses a default setting for the hobbit home directory that was defined at compile-time. Henrik