Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: xmlrpc error  (Read 8942 times)

0 Members and 1 Guest are viewing this topic.

MicroLord

  • Guest
xmlrpc error
« on: February 24, 2006, 02:41:31 AM »

i'm not sure if i make something wrong or it's a bug


In file included from group_nick.c:8:
rpc.h:8:27: xmlrpc_server.h: Datei oder Verzeichnis nicht gefunden
rpc.h:9:33: xmlrpc_server_abyss.h: Datei oder Verzeichnis nicht gefunden
rpc.h:10:26: xmlrpc_abyss.h: Datei oder Verzeichnis nicht gefunden
make[2]: *** [group_nick.o] Fehler 1
Logged

Dave Robson

  • Team
  • *
  • Offline Offline
  • Posts: 357
(No subject)
« Reply #1 on: February 24, 2006, 10:38:13 AM »

I;'ve no idea what that error even says, pretty much all i can cay about the xmlrpc module is that it compiles and runs just fine for me.
Logged

FiXato

  • Guest
(No subject)
« Reply #2 on: February 24, 2006, 04:27:46 PM »

Datei oder Verzeichnis nicht gefunden = Data or file not found.
Fehler 1 = Error 1

Have you compiled the module Microlord?
Logged

MicroLord

  • Guest
(No subject)
« Reply #3 on: February 24, 2006, 07:38:31 PM »

This error is an Compil-error... therefore... i have try to Compile, then come the error

(Dieser fehler ist ein Kompilierungsfehler, also, es passierte beim Compilieren)
Logged

Trystan Scott Lee

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 343
(No subject)
« Reply #4 on: February 25, 2006, 06:03:43 AM »

make sure that you have xml-rpc lib installed on the system

http://xmlrpc-c.sourceforge.net/

its only draw back to not using a custom coded xmlrpc like is Denora is that you need to depend on other libs to handle this..

maybe I should port my xmlrpc to anope module
Logged
my God my tourniquet, return to me salvation

MicroLord

  • Guest
(No subject)
« Reply #5 on: February 26, 2006, 02:03:56 AM »

i have installed xmlrpc-c lib on the system, but a old version.
Therefore i have updatedt xmlrpc to the new version.
But the error comes too

here is the "english" error

Code: [Select]

In file included from group_nick.c:8:
rpc.h:8:27: xmlrpc_server.h: No such file or directory
rpc.h:9:33: xmlrpc_server_abyss.h: No such file or directory
rpc.h:10:26: xmlrpc_abyss.h: No such file or directory
make[2]: *** [group_nick.o] Error 1
make[2]: Leaving directory `/home/b/***.net/services/anope-src/src/modules/xmlrpc'
make[1]: *** [subs] Error 2
make[1]: Leaving directory `/home/b/***.net/services/anope-src/src/modules'
make: *** [modules] Error 2


The server didn't found 3 h files...
Logged
Pages: [1]   Go Up