| Author |
Message |
Coffey522
Joined: 14 Jun 2009
Posts: 1
|
| Posted: Sun Jun 14, 2009 11:51 am Post subject: Help setting up sBNC 1.2 |
|
|
ok so I made a new user and made his home directory /home/coffey522 and made him owner of it. This is what I used to setup sbnc:
Quote:
wget http://mirror.shroudbnc.info/sbnc-1.2.tar.gz
tar -zxf sbnc-1.2.tar.gz
./configure
make
make install
They all seem to work, but when I type ./configure I get these errors near the end:
Quote: config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: creating scripts/Makefile
config.status: WARNING: scripts/Makefile.in seems to ignore the --datarootdir s etting
config.status: creating src/c-ares/Makefile
config.status: WARNING: src/c-ares/Makefile.in seems to ignore the --datarootdi r setting
config.status: creating src/libltdl/Makefile
config.status: WARNING: src/libltdl/Makefile.in seems to ignore the --datarootd ir setting
config.status: creating src/snprintf/Makefile
config.status: WARNING: src/snprintf/Makefile.in seems to ignore the --dataroot dir setting
config.status: creating src/rpc/Makefile
config.status: WARNING: src/rpc/Makefile.in seems to ignore the --datarootdir s etting
config.status: creating bnctcl/Makefile
config.status: WARNING: bnctcl/Makefile.in seems to ignore the --datarootdir se tting
config.status: creating src/sbncloader/Makefile
config.status: WARNING: src/sbncloader/Makefile.in seems to ignore the --dataro otdir setting
config.status: creating src/Makefile
config.status: WARNING: src/Makefile.in seems to ignore the --datarootdir setti ng
config.status: creating src/md5/Makefile
config.status: WARNING: src/md5/Makefile.in seems to ignore the --datarootdir s etting
config.status: creating identd32/Makefile
config.status: WARNING: identd32/Makefile.in seems to ignore the --datarootdir setting
config.status: creating php/Makefile
config.status: WARNING: php/Makefile.in seems to ignore the --datarootdir setti ng
config.status: creating bncmysql/Makefile
config.status: WARNING: bncmysql/Makefile.in seems to ignore the --datarootdir setting
now when you try running sbnc for the first time after it's been intalled it asks you some questions like what port it's going to run on and the first users details, but the configure process stops completely after I type in the users password.
I don't know whats wrong, never had these problems before :o and I'm using Debian 5 |
|
| Back to top |
|
saman007uk
Joined: 16 Oct 2004
Posts: 168
|
| Posted: Sun Jun 14, 2009 2:38 pm Post subject: |
|
|
| Why not use http://packages.debian.org/lenny/sbnc? |
|
| Back to top |
|
xado
Joined: 31 May 2009
Posts: 12
|
| Posted: Sun Jun 14, 2009 4:22 pm Post subject: |
|
|
Coffey522, try to update autoconf and automake then rebuild sbnc.
By the way, you should ask on the sbnc forum |
|
| Back to top |
|
mwalling
Joined: 10 Dec 2007
Posts: 335
|
| Posted: Mon Jun 15, 2009 11:13 am Post subject: |
|
|
saman007uk wrote: Why not use http://packages.debian.org/lenny/sbnc?
I second this. Using your distro's package will allow you to get automatic updates when a newer version comes out that might fix some critical security flaw, or an annoying bug, saving you from having to track this yourself. |
|
| Back to top |
|
| |