Page 1 of 1

BZAdmin

Posted: Sun Jul 01, 2007 2:33 pm
by ushalldie154
Im new to this could someone tell me how to get to the BZAdmin tool on Novell Linux 10.2???

Posted: Sun Jul 01, 2007 2:35 pm
by Winny
If you compiled BZFlag, and did the normal:

./autogen.sh

./configure --enable-bzadmin --enable-bzflag --enable-bzfs -enable-plugins --enable-shared

make

make install

You should be able to run BZAdmin by just typing "bzadmin" into the console, or type /the/path/to/where/you/compiled/bzadmin

Posted: Sun Jul 01, 2007 4:54 pm
by Longhair
Ditto if you just installed it via RPM package.

Posted: Thu Jul 05, 2007 5:35 pm
by ushalldie154
Thank you.