Page 1 of 1

Anope not running with unreal

Posted: Sat Feb 07, 2009 1:02 am
by woodsier
Hi guys.

Not sure if I should ask here or at anope, so I'll ask at both!

I am getting the following error:

[Feb 07 00:52:33 2009] Loading IRCD Protocol Module: [unreal32]
[Feb 07 00:52:33 2009] status: [4][Module Error, File does not exist]

When running ./services -debug -nofork.

I am running Ubuntu 8.10 with Unreal3.2.7 and Anope 1.8.0.

In services.conf my module setting is: "IRCDModule "unreal32".

I am not sure if there should be something there, but inside the modules folder there is only a runtime folder, which itself is empty.

I DID get some errors upon making with anope.

Lots of spam like this: "chanserv.c:482: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result"

And this:

/bin/sh: ./configure: Permission denied
make[2]: Entering directory `/home/ihdl/irc/Unreal3.2.7/anope-1.8.0/src/core'
Makefile:1: Makefile.inc: No such file or directory
make[2]: *** No rule to make target `Makefile.inc'. Stop.
make[2]: Leaving directory `/home/ihdl/irc/Unreal3.2.7/anope-1.8.0/src/core'
make[1]: *** [core] Error 2
make[1]: Leaving directory `/home/ihdl/irc/Unreal3.2.7/anope-1.8.0/src'
make: *** [core] Error 2
When i typed make install I got this:
make[2]: Entering directory `/home/ihdl/irc/Unreal3.2.7/anope-1.8.0/src/modules'
Makefile:1: Makefile.inc: No such file or directory
make[2]: *** No rule to make target `Makefile.inc'. Stop.
make[2]: Leaving directory `/home/ihdl/irc/Unreal3.2.7/anope-1.8.0/src/modules'
make[2]: Entering directory `/home/ihdl/irc/Unreal3.2.7/anope-1.8.0/src/protocol'
Makefile:1: Makefile.inc: No such file or directory
make[2]: *** No rule to make target `Makefile.inc'. Stop.
make[2]: Leaving directory `/home/ihdl/irc/Unreal3.2.7/anope-1.8.0/src/protocol'
make[2]: Entering directory `/home/ihdl/irc/Unreal3.2.7/anope-1.8.0/src/core'
Makefile:1: Makefile.inc: No such file or directory
make[2]: *** No rule to make target `Makefile.inc'. Stop.
make[2]: Leaving directory `/home/ihdl/irc/Unreal3.2.7/anope-1.8.0/src/core'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/ihdl/irc/Unreal3.2.7/anope-1.8.0/src'
make: *** [install] Error 2
Could you help me guys?

My folder structure is
/home/ihdl/irc/Unreal3.2.7
/home/ihdl/irc/Unreal3.2.7/services <- where I ./Config everything to be held including data
/home/ihdl/irc/Unreal3.2.7/anope-1.8.0 <- where I copied the original anope files before I config, made, made install etc.

Thanks.

Re: Anope not running with unreal

Posted: Sat Feb 07, 2009 3:25 am
by digi198816
do you have the proper permissions to run ./configure? it says permission denied :S
try ls -l configure and see what you get. and make sure you run ./Config properly and let it complete before running make.

Re: Anope not running with unreal

Posted: Sat Feb 07, 2009 7:31 pm
by Casper
Edit: I guess I wasn't that awake when I wrote the 'advice' what was here.. That was a solution for the 1.9 branche, sorry :$

Re: Anope not running with unreal

Posted: Mon Feb 09, 2009 1:09 pm
by [dx]
woodsier wrote: I am running Ubuntu 8.10 with Unreal3.2.7 and Anope 1.8.0.
How come?