Page 1 of 2

i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 12:59 am
by Efrain
/Users/efraindeleonjr/Irc/Unreal3.2.7/Config: line 87: ./configure: No such file or directory <-----?

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 1:37 am
by digi198816
Hey
Are you running ./Config and not ./configure and if you are running ./Config , do you see a configure in your Unreal3.2.7 folder.

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 1:43 am
by Efrain
yes i do see a configure unix executable file? why? and yes im running the ./config which is where I'm getting that issue

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 1:56 am
by digi198816
I recommend deleting the folder Unreal3.2.7 (make sure you backup the config if its there), then download the source from unreal website (wget) and extract it and try again.

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 2:11 am
by Efrain
ok one quuestion when i download the package again, where copy and paste the example.conf and change it onto unrealircd.conf? because i obtain the example.conf doc /Users/efraindeleonjr/Irc/Unreal3.2.7/docs do i copy and paste it into unrealircd.conf /Users/efraindeleonjr/Irc/Unreal3.2.7/ because this is confusing me this cp doc/example.conf unrealircd.conf <----- maybe that's the issue because im putting the unrealircd.conf on /Users/efraindeleonjr/Irc/Unreal3.2.7/?

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 2:27 am
by digi198816
You are supposed to paste the example.conf in Unreal3.2.7/ director. So you would have to move it from doc/ to Unreal3.2.7/. Just do
cp /Users/efraindeleonjr/Irc/Unreal3.2.7/doc/example.conf ~/Unreal3.2.7/unrealircd.conf

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 2:37 am
by Efrain
ok i created that folder and put the unrealircd.conf in there also, that's all i put into ~/Unreal3.2.7/ ?

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 2:43 am
by digi198816
Well yes, you can also put your MOTD/Rules files in the Unreal3.2.7 folder. But make sure you compile eeverything before doing anything.

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 2:44 am
by Efrain
thank you, you been very helpful ill get to you in a sec

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 3:17 am
by Efrain
Many older operating systems have an insecure TCP/IP stack
which may be vulnerable to IP spoofing attacks, if you run
an operating system that is vulnerable to such attacks
enable this option. This option can also be useful to prevent
blind proxies from connecting (eg: HTTP POST proxies).

Do you want to enable the server anti-spoof protection?
[No] -> no

What directory are all the server configuration files in?
[/Users/efraindeleonjr] -> /users/efraindeleonjr/irc/unreal3.2.7

What is the path to the ircd binary including the name of the binary?
[/Users/efraindeleonjr/src/ircd] -> /users/efraindeleonjr/irc/unreal3.2.7/src <--[the reason why i didn't put the ircd at the end because i don't have anyfolder of that kind

Would you like to compile as a hub or as a leaf?
Type Hub to select hub and Leaf to select leaf.
[Hub] -> hub

What is the hostname of the server running your IRCd?
[efrain-deleon-jrs-macbook-pro-15.local] -> irc.area-51.dontexist.com

What should the default permissions for your configuration files be? (Set this to 0 to disable)
It is strongly recommended that you use 0600 to prevent unwanted reading of the file
[0600] -> 0600

Do you want to support SSL (Secure Sockets Layer) connections?
[No] -> no

Do you want to enable IPv6 support?
[No] -> no

Do you want to enable ziplinks support?
[No] -> no

Do you want to enable remote includes?
[No] -> no

Do you want to enable prefixes for chanadmin and chanowner?
This will give +a the & prefix and ~ for +q (just like +o is @)
Supported by the major clients (mIRC, xchat, epic, eggdrop, Klient,
PJIRC, irssi, CGI:IRC, etc.)
This feature should be enabled/disabled network-wide.
[Yes] -> yes

What listen() backlog value do you wish to use? Some older servers
have problems with more than 5, others work fine with many more.
[5] -> 5

How far back do you want to keep the nickname history?
[2000] -> 2000

What is the maximum sendq length you wish to have?
[3000000] -> 3000000

How many buffer pools would you like?
This number will be multiplied by MAXSENDQLENGTH.
[18] -> 18


How many file descriptors (or sockets) can the IRCd use?
[1024] -> 1024

Would you like any more parameters to configure?
Write them here:
[]->
./configure --with-showlistmodes --enable-hub --enable-prefixaq --with-listen=5 --with-dpath=/users/efraindeleonjr/irc/unreal3.2.7 --with-spath=/users/efraindeleonjr/irc/unreal3.2.7/src --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=irc.area-51.dontexist.com --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
/Users/efraindeleonjr/Irc/Unreal3.2.7/Config: line 87: ./configure: No such file or directory
logout

[Process completed]

still stuck

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 3:34 am
by digi198816
Try just using the defaults, it creates folders and did you extract the files using tar? It seems liek you copied them through ftp?

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 3:39 am
by Efrain
im using stuffit expander to extract them is there a difference if i use a tar app?

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 3:52 am
by digi198816
Yuh just use tar...and leave the values to default and see if that works.
tar zxvf Unreal3.2.7.tar.gz

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 4:07 am
by Efrain
I'm sorry but I didn't mention this but I'm a mac user on an intel machine leopard 10.5.6 and where do i type this: tar zxvf Unreal3.2.7.tar.gz in the terminal because this is what im getting this:

efrain-deleon-jrs-macbook-pro-15:~ efraindeleonjr$ tar -zxvf Unreal3.2.7.tar.gz
tar (child): Unreal3.2.7.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors

Re: i tried and tried could someone please guide me

Posted: Tue Feb 17, 2009 4:08 am
by digi198816
Type this in the folder Unreal3.2.7.tar.gz is in