Page 1 of 1

Problem Configing server

Posted: Tue Jun 12, 2007 10:31 pm
by Zie
I keep getting this error whenever I try to setup a server:

Code: Select all

extracting TRE regex library
tar: gzip: Cannot exec: Too many levels of symbolic links
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
configuring TRE regex library
./configure: line 12685: cd: tre-0.7.2: No such file or directory
./configure: line 12686: ./configure: No such file or directory
How can I fix this? :\

Also gunzip -d Unreal3.2.6.tar.gz doesnt work for me, i get

Code: Select all

-bash: gunzip: command not found
I had to unzip it myself to see if that worked instead, buuuut, it didnt :\[/code]

Posted: Wed Jun 13, 2007 1:16 pm
by Jobe
Try "gzip -d Unreal3.2.6.tar.gz" instead

Posted: Wed Jun 13, 2007 5:05 pm
by Zie
Still gives a

Code: Select all

-bash: gzip: command not found

Posted: Thu Jun 14, 2007 12:56 pm
by Dukat
How about a tar xvfz Unreal3.2.6.tar.gz

Posted: Thu Jun 14, 2007 3:02 pm
by Jason
I want to point out now, that this is not related to extracting the unrealircd tarball

Code: Select all

extracting TRE regex library
tar: gzip: Cannot exec: Too many levels of symbolic links
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
configuring TRE regex library
./configure: line 12685: cd: tre-0.7.2: No such file or directory
./configure: line 12686: ./configure: No such file or directory
Read it again, people! What's line 1? Do you get that before extracting unreal?

And the last two lines? Do they automatically happen after extracting unreal? This is related to ./Config (well, ./configure), I would assume.