i tried and tried could someone please guide me

These are old archives. They are kept for historic purposes only.
Efrain
Posts: 22
Joined: Tue Feb 17, 2009 12:17 am

i tried and tried could someone please guide me

Post by Efrain »

/Users/efraindeleonjr/Irc/Unreal3.2.7/Config: line 87: ./configure: No such file or directory <-----?
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: i tried and tried could someone please guide me

Post 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.
Efrain
Posts: 22
Joined: Tue Feb 17, 2009 12:17 am

Re: i tried and tried could someone please guide me

Post 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
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: i tried and tried could someone please guide me

Post 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.
Efrain
Posts: 22
Joined: Tue Feb 17, 2009 12:17 am

Re: i tried and tried could someone please guide me

Post 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/?
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: i tried and tried could someone please guide me

Post 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
Efrain
Posts: 22
Joined: Tue Feb 17, 2009 12:17 am

Re: i tried and tried could someone please guide me

Post by Efrain »

ok i created that folder and put the unrealircd.conf in there also, that's all i put into ~/Unreal3.2.7/ ?
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: i tried and tried could someone please guide me

Post 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.
Efrain
Posts: 22
Joined: Tue Feb 17, 2009 12:17 am

Re: i tried and tried could someone please guide me

Post by Efrain »

thank you, you been very helpful ill get to you in a sec
Efrain
Posts: 22
Joined: Tue Feb 17, 2009 12:17 am

Re: i tried and tried could someone please guide me

Post 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
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: i tried and tried could someone please guide me

Post 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?
Efrain
Posts: 22
Joined: Tue Feb 17, 2009 12:17 am

Re: i tried and tried could someone please guide me

Post by Efrain »

im using stuffit expander to extract them is there a difference if i use a tar app?
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: i tried and tried could someone please guide me

Post by digi198816 »

Yuh just use tar...and leave the values to default and see if that works.
tar zxvf Unreal3.2.7.tar.gz
Efrain
Posts: 22
Joined: Tue Feb 17, 2009 12:17 am

Re: i tried and tried could someone please guide me

Post 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
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: i tried and tried could someone please guide me

Post by digi198816 »

Type this in the folder Unreal3.2.7.tar.gz is in
Post Reply