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:

> 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:

> 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

3 Replies

Coffey522, try to update autoconf and automake then rebuild sbnc.

By the way, you should ask on the sbnc forum

@saman007uk:

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.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct