]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2007/005509.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2007 / 005509.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Idleserv Install Problem
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Idleserv%20Install%20Problem&In-Reply-To=471CA7EF.2010307%40runesbits.com">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="005508.html">
11 <LINK REL="Next" HREF="005510.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Idleserv Install Problem</H1>
15 <B>Kieron Thwaites</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Idleserv%20Install%20Problem&In-Reply-To=471CA7EF.2010307%40runesbits.com"
17 TITLE="[IRCServices] Idleserv Install Problem">ron2k.za at gmail.com
18 </A><BR>
19 <I>Mon Oct 22 06:46:12 PDT 2007</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="005508.html">[IRCServices] Idleserv Install Problem
22 </A></li>
23 <LI>Next message: <A HREF="005510.html">[IRCServices] Services 5.1.3 released
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#5509">[ date ]</a>
27 <a href="thread.html#5509">[ thread ]</a>
28 <a href="subject.html#5509">[ subject ]</a>
29 <a href="author.html#5509">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Probably the same issue with the HostServ module that was posted on
35 this list not too long ago - the issue being that 5.0 modules are not
36 compatible with 5.1.
37
38 You can either contact the module coder and (politely!) request that
39 the module become 5.1 compatible, or if you know a bit of code you can
40 try to make the changes yourself.
41
42 --K
43
44 On 22/10/2007, Rune &lt;<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">rune at runesbits.com</A>&gt; wrote:
45 &gt;<i> Hi
46 </I>&gt;<i>
47 </I>&gt;<i> I'm assuming this is the right list for this sort of query, I've also
48 </I>&gt;<i> posted it on the forum
49 </I>&gt;<i>
50 </I>&gt;<i>
51 </I>&gt;<i>
52 </I>&gt;<i> Trying to install idleserv with ircservices 5.1.2 following the
53 </I>&gt;<i> instructions here:
54 </I>&gt;<i>
55 </I>&gt;<i> <A HREF="http://www.servicescommunity.za.net/viewtopic.php?f=9&amp;t=13">http://www.servicescommunity.za.net/viewtopic.php?f=9&amp;t=13</A>
56 </I>&gt;<i>
57 </I>&gt;<i> and getting the following errors:
58 </I>&gt;<i>
59 </I>&gt;<i>
60 </I>&gt;<i> cd ../.. &amp;&amp; gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes
61 </I>&gt;<i> -DMODULE-DMODULE_ID=misc_idleserv -DMODULE_MAIN_FILE -I. -c
62 </I>&gt;<i> modules/misc/idleserv.c -o modules/misc/idleserv.o
63 </I>&gt;<i> modules/misc/idleserv.c:74: warning: no previous prototype for 'do_del_lurk'
64 </I>&gt;<i> modules/misc/idleserv.c:130: warning: no previous prototype for
65 </I>&gt;<i> 'do_list_lurk'
66 </I>&gt;<i> modules/misc/idleserv.c:152: warning: no previous prototype for
67 </I>&gt;<i> 'do_rejoin_lurk'
68 </I>&gt;<i> modules/misc/idleserv.c:296:48: macro &quot;call_callback_2&quot; passed 4
69 </I>&gt;<i> arguments, buttakes just 3
70 </I>&gt;<i> modules/misc/idleserv.c: In function `do_privmsg':
71 </I>&gt;<i> modules/misc/idleserv.c:296: error: `call_callback_2' undeclared (first
72 </I>&gt;<i> use in this function)
73 </I>&gt;<i> modules/misc/idleserv.c:296: error: (Each undeclared identifier is
74 </I>&gt;<i> reported only once
75 </I>&gt;<i> modules/misc/idleserv.c:296: error: for each function it appears in.)
76 </I>&gt;<i> modules/misc/idleserv.c: At top level:
77 </I>&gt;<i> modules/misc/idleserv.c:323: error: redefinition of 'module_version'
78 </I>&gt;<i> ./modules.h:261: error: previous definition of 'module_version' was here
79 </I>&gt;<i> modules/misc/idleserv.c:359: error: conflicting types for 'init_module'
80 </I>&gt;<i> ./modules.h:205: error: previous declaration of 'init_module' was here
81 </I>&gt;<i> modules/misc/idleserv.c:359: error: conflicting types for 'init_module'
82 </I>&gt;<i> ./modules.h:205: error: previous declaration of 'init_module' was here
83 </I>&gt;<i> modules/misc/idleserv.c:368:52: macro &quot;register_callback&quot; passed 2
84 </I>&gt;<i> arguments, but takes just 1
85 </I>&gt;<i> modules/misc/idleserv.c: In function `init_module':
86 </I>&gt;<i> modules/misc/idleserv.c:368: error: `register_callback' undeclared
87 </I>&gt;<i> (first use in this function)
88 </I>&gt;<i> modules/misc/idleserv.c:409:47: macro &quot;unregister_callback&quot; passed 2
89 </I>&gt;<i> arguments,but takes just 1
90 </I>&gt;<i> modules/misc/idleserv.c: In function `exit_module':
91 </I>&gt;<i> modules/misc/idleserv.c:409: error: `unregister_callback' undeclared
92 </I>&gt;<i> (first usein this function)
93 </I>&gt;<i> modules/misc/idleserv.c: At top level:
94 </I>&gt;<i> modules/misc/idleserv.c:32: warning: 'module_nickserv' defined but not used
95 </I>&gt;<i> modules/misc/idleserv.c:202: warning: 'do_version' defined but not used
96 </I>&gt;<i> make[4]: *** [.compiled-idleserv.o] Error 1
97 </I>&gt;<i> make[3]: *** [idleserv.o] Error 2
98 </I>&gt;<i> make[2]: *** [idleserv.so] Error 2
99 </I>&gt;<i> make[2]: Leaving directory `/home/guest/test/ircservices-5.1.2/modules/misc'
100 </I>&gt;<i> make[1]: *** [all-dynamic] Error 2
101 </I>&gt;<i> make[1]: Leaving directory `/home/guest/test/ircservices-5.1.2/modules'
102 </I>&gt;<i> make: *** [modules] Error 2
103 </I>&gt;<i>
104 </I>&gt;<i>
105 </I>&gt;<i> Anyone have any idea as to where I might be going wrong?
106 </I>&gt;<i>
107 </I>&gt;<i> It's a fresh install of Centos 4.5 with a completely fresh install of
108 </I>&gt;<i> inspircd 1.1 and ircservices 5.1.2
109 </I>&gt;<i>
110 </I>&gt;<i> Don't know whether it makes a difference but I've been trying to install
111 </I>&gt;<i> idleserv at the initial build, before I've touched any of the confs
112 </I>&gt;<i> (other than the makefile edit given in the instructions), and without
113 </I>&gt;<i> having started the ircd or previously installed the services and linked them
114 </I>&gt;<i>
115 </I>&gt;<i> Rune
116 </I>&gt;<i> ------------------------------------------------------------------
117 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
118 </I>&gt;<i> <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">http://lists.ircservices.za.net/mailman/listinfo/ircservices</A>
119 </I>&gt;<i>
120 </I></PRE>
121
122
123 <!--endarticle-->
124 <HR>
125 <P><UL>
126 <!--threads-->
127 <LI>Previous message: <A HREF="005508.html">[IRCServices] Idleserv Install Problem
128 </A></li>
129 <LI>Next message: <A HREF="005510.html">[IRCServices] Services 5.1.3 released
130 </A></li>
131 <LI> <B>Messages sorted by:</B>
132 <a href="date.html#5509">[ date ]</a>
133 <a href="thread.html#5509">[ thread ]</a>
134 <a href="subject.html#5509">[ subject ]</a>
135 <a href="author.html#5509">[ author ]</a>
136 </LI>
137 </UL>
138
139 </body></html>