Page 1 of 1

./Config not working.

Posted: Mon Dec 03, 2007 8:40 pm
by Tonic
Hey guys,

Just having a bit of a problem with ./Config.. I go through all of the steps and enter in all of the necessary data and when i get to the end it echoes this in my ssh client.

Code: Select all

./configure --with-showlistmodes --enable-nospoof --enable-hub --enable-ziplinks --enable-prefixaq --with-listen=5 --with-dpath=/Unreal3.2.7 --with-spath=/Unreal3.2.7/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=irc.*****.org --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
All it does is hang there, and i'm not sure how to fix it.. Any help will be appreciated.

-zh

Re: ./Config not working.

Posted: Tue Dec 04, 2007 2:12 pm
by Casper
Try ./Config instead of ./configure (./configure stands in the code blocks).

Re: ./Config not working.

Posted: Tue Dec 04, 2007 3:07 pm
by Jobe
Casper wrote:Try ./Config instead of ./configure (./configure stands in the code blocks).
If you read his post, youll see he did, and when he did, it echo'ed that to the screen and stopped.

Re: ./Config not working.

Posted: Tue Dec 04, 2007 4:34 pm
by Casper
./configure --with-showlistmodes --enable-nospoof --enable-hub --enable-ziplinks --enable-prefixaq --with-listen=5 --with-dpath=/Unreal3.2.7 --with-spath=/Unreal3.2.7/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=irc.*****.org --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking

I'm not a linux 'everything'- knower, but it's says ./configure...

Re: ./Config not working.

Posted: Tue Dec 04, 2007 5:31 pm
by Jobe
Casper wrote:./configure --with-showlistmodes --enable-nospoof --enable-hub --enable-ziplinks --enable-prefixaq --with-listen=5 --with-dpath=/Unreal3.2.7 --with-spath=/Unreal3.2.7/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=irc.*****.org --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking

I'm not a linux 'everything'- knower, but it's says ./configure...
Yes, and ./Config calls ./configure

Re: ./Config not working.

Posted: Tue Dec 04, 2007 5:41 pm
by Casper
Awh, okay... *Learns everything something else* :) Thnx... :)

Re: ./Config not working.

Posted: Sat Dec 08, 2007 9:36 pm
by zyferus
In reply to the origional post for help...: I would re extract from the tarball and try ./Config once again, there may have been a corruption somewhere in extraction or such. It is trying to run ./configure with all those options you selected in ./Config, and for some reason it is unable to do so