Page 1 of 1

FreeBSD help

Posted: Fri Jul 30, 2004 11:08 pm
by JessieJames
planning on setting ircd shell server running freebsd never tried this befor
what all do i need to install prior to installing unreal and is there any querks i should know about using freebsd.

Posted: Fri Jul 30, 2004 11:22 pm
by AngryWolf
There's nothing special about installing Unreal on FreeBSD (leastwise I haven't experienced any yet), it will compile and run just as fine as on a Linux system. The only thing you should know is, type "gmake" instead of "make" when you are about to compile, because Unreal requires the GNU version of the make utility.

Posted: Sat Jul 31, 2004 12:18 am
by JessieJames
Thanks going to give it a try

Posted: Sat Jul 31, 2004 5:09 am
by JessieJames
need help when trying to untar
( Archive contains obsolescent base-64 headers )
what iam i doing wrong

Posted: Sat Jul 31, 2004 10:00 am
by AngryWolf
I'm 99% sure you are trying to decompress a package inappropriately (you can't simply untar a .tar.gz file like that, you must use the 'z' option, too, like so: 'tar -zxf file.tar.gz'). For more information, see http://www.gzip.org/ -> How can I extract a tar.gz or .tgz file?

Posted: Sun Aug 01, 2004 3:16 am
by w00t
Or use gunzip

Posted: Sun Aug 01, 2004 4:47 pm
by JessieJames
year ago never heard linux 3 days ago never heard of FreBSD
but got it running on shell 3.2.1 using a remote pro called putty thanks