Anope not running with unreal

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
woodsier
Posts: 1
Joined: Sat Feb 07, 2009 12:53 am

Anope not running with unreal

Post 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.
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: Anope not running with unreal

Post 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.
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Anope not running with unreal

Post 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 :$
Last edited by Casper on Mon Feb 09, 2009 1:14 pm, edited 1 time in total.
Ex Network-Administrator
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: Anope not running with unreal

Post by [dx] »

woodsier wrote: I am running Ubuntu 8.10 with Unreal3.2.7 and Anope 1.8.0.
How come?
Locked