Search found 7 matches

by Xochipilli
Thu Oct 06, 2005 1:43 pm
Forum: Unreal 3.2 Support
Topic: Problem with CVS: 05/10/2005
Replies: 9
Views: 3508

Now i've this problem!

arghhhhhhhhh :D


/home/crazy/Unreal3.2/src/modules.c:298: undefined reference to `dlopen'
modules.o(.text+0x305):/home/crazy/Unreal3.2/src/modules.c:301: undefined reference to `dlsym'
modules.o(.text+0x357):/home/crazy/Unreal3.2/src/modules.c:315: undefined reference to ...
by Xochipilli
Thu Oct 06, 2005 1:31 pm
Forum: Unreal 3.2 Support
Topic: Problem with CVS: 05/10/2005
Replies: 9
Views: 3508

Dukat wrote:No, setup.h
tnx, dukat.
in the setup.h in line 190 there is:

Code: Select all

/* The OS name and version of the server */
#define MYOSNAME "Linux

i think i do to write:

Code: Select all

"Linux"
exact? in the code isn't the "
by Xochipilli
Thu Oct 06, 2005 7:55 am
Forum: Unreal 3.2 Support
Topic: Problem with Alias and selfmade service
Replies: 9
Views: 4849

Psadi,

why don't use this?:

Code: Select all

include "aliases/anope.conf";
if u have the Anope services.

Or:

Code: Select all

cd Unreal3.2/aliases
ls
aliases.conf  anope.conf  auspice.conf  cygnus.conf  epona.conf  generic.conf  genericstats.conf  ircservices.conf  operstats.conf
by Xochipilli
Thu Oct 06, 2005 7:49 am
Forum: Unreal 3.2 Support
Topic: Problem with CVS: 05/10/2005
Replies: 9
Views: 3508

uname -a
Linux
HOST 2.6.11-gentoo-r9 #1 Tue May 31 07:49:25 CEST 2005 i686 AMD Athlon(tm) XP 2200+ AuthenticAMD GNU/Linux
Have a look around line 191 (so 190-193).
Paste them here, if you cannot figure the cause out.
What file? the auth.c ?
by Xochipilli
Wed Oct 05, 2005 11:43 am
Forum: Unreal 3.2 Support
Topic: Channel Operator Modes (was: "QUESTION")
Replies: 4
Views: 2304

i think yes
by Xochipilli
Wed Oct 05, 2005 11:13 am
Forum: Unreal 3.2 Support
Topic: Problem with CVS: 05/10/2005
Replies: 9
Views: 3508

w00t wrote:On a wild guess, you did ./Config first, right?

Yes i do ./Config :P
by Xochipilli
Wed Oct 05, 2005 8:29 am
Forum: Unreal 3.2 Support
Topic: Problem with CVS: 05/10/2005
Replies: 9
Views: 3508

Problem with CVS: 05/10/2005

Today i've installed the new cvs but there is errors:

make
Building src
make[1]: Entering directory `/home/***/Unreal3.2/src'
gcc -I../include -I/home/***/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DFD_SETSIZE=1024 -c auth.c
In file included from ../include ...