Search found 5 matches

by Buzzoid
Sat Jun 30, 2007 4:00 pm
Forum: Unreal 3.2 Support
Topic: OpenBSD 4.1
Replies: 6
Views: 4805

What were the errors anyway?

What version of gcc is installed?

Hello. Thanks for the response.

The compile error.

ircd.o(.text+0xc92): In function `main':
/usr/local/irc/Unreal3.2/src/ircd.c:1239: undefined reference to `tre_version'
collect2: ld returned 1 exit status
*** Error code 1 ...
by Buzzoid
Sat Jun 30, 2007 1:20 am
Forum: Unreal 3.2 Support
Topic: OpenBSD 4.1
Replies: 6
Views: 4805

OpenBSD 4.1

Hello,

I see from the documentation that UnrealIRCD 3.2 in compatible with 3.x, but does not list 4.x. I did try to compile 3.2.6 on a Stable patch of OBSD 4.1, but encountered compile errors. Has anyone successfully compiled 3.2.6 on OBSD 4.1, or is this not going to happen without some C ...
by Buzzoid
Sun Jan 15, 2006 7:21 pm
Forum: Unreal 3.2 Support
Topic: Attempting to apply the OpenBSD rehash crash fix
Replies: 4
Views: 1829

Syzop wrote:Well if you can't apply the patch, then just try UnrealIRCd from latest CVS :P.
Fixed it. Thanks!
by Buzzoid
Sun Jan 15, 2006 1:49 am
Forum: Unreal 3.2 Support
Topic: Attempting to apply the OpenBSD rehash crash fix
Replies: 4
Views: 1829

Completely harmless error :).

long version of reply:
'make install' is pretty much useless if you didn't install the ircd in another location, so you can ignore any errors (it's copying the file 'ircd' to 'ircd' at the same location :P).
And, in case you wonder, installing the ircd in the standard ...
by Buzzoid
Sun Jan 15, 2006 12:24 am
Forum: Unreal 3.2 Support
Topic: Attempting to apply the OpenBSD rehash crash fix
Replies: 4
Views: 1829

Attempting to apply the OpenBSD rehash crash fix

Hello,

I am attempting to resolve the /rehash crash issue on an OpenBSD 3.8 system. I have followed the instructions outlined here: http://www.vulnscan.org/UnrealIrcd/faq/#91

No problems until I run make install, at which point I get the following error:

/usr/bin/install -m 0700 -d /usr/local ...