Problem Configing server

These are old archives. They are kept for historic purposes only.
Post Reply
Zie
Posts: 2
Joined: Tue Jun 12, 2007 10:29 pm

Problem Configing server

Post 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]
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Try "gzip -d Unreal3.2.6.tar.gz" instead
Zie
Posts: 2
Joined: Tue Jun 12, 2007 10:29 pm

Post by Zie »

Still gives a

Code: Select all

-bash: gzip: command not found
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

How about a tar xvfz Unreal3.2.6.tar.gz
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post 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.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply