]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000407.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000407.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Services 4.3.2
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%204.3.2&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000406.html">
11 <LINK REL="Next" HREF="000408.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Services 4.3.2</H1>
15 <B>Michael Smith</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%204.3.2&In-Reply-To="
17 TITLE="[IRCServices] Services 4.3.2">mike at icon.co.za
18 </A><BR>
19 <I>Mon Jan 3 14:14:26 PST 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000406.html">[IRCServices] DreamForge 4.6.7
22 </A></li>
23 <LI>Next message: <A HREF="000408.html">[IRCServices] Services 4.3.2
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#407">[ date ]</a>
27 <a href="thread.html#407">[ thread ]</a>
28 <a href="subject.html#407">[ subject ]</a>
29 <a href="author.html#407">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Okay - now i can happily post this :)
35
36 gcc actions.o akill.o channels.o chanserv.o commands.o compat.o config.o
37 datafiles.o encrypt.o helpserv.o init.o language.o list.o log.o main.o
38 memory.o memoserv.o messages.o misc.o news.o nickserv.o operserv.o process.o
39 send.o sessions.o sockutil.o timeout.o users.o -lbsd -o services
40 /usr/i486-linux/bin/ld: cannot open -lbsd: No such file or directory
41 collect2: ld returned 1 exit status
42 make: *** [services] Error 1
43
44 Also , suse 6.2, glibc2.1
45
46 Help
47
48 Mike
49
50
51 At 11:33 PM 03/01/00 +0200, you wrote:
52 &gt;<i>On Mon, Jan 03, 2000 at 10:03:25PM +0200, Michael Smith wrote:
53 </I>&gt;&gt;<i> Nopes, did what u said, get tonnes of messages...
54 </I>&gt;<i>
55 </I>&gt;<i>[ snip. ]
56 </I>&gt;&gt;<i> /usr/local/ircd/src/df467/src/res.c:528: undefined reference to `res_mkquery'
57 </I>&gt;&gt;<i> res.o: In function `proc_answer':
58 </I>&gt;&gt;<i> /usr/local/ircd/src/df467/src/res.c:617: undefined reference to `dn_expand'
59 </I>&gt;&gt;<i> /usr/local/ircd/src/df467/src/res.c:622: undefined reference to `_getshort'
60 </I>&gt;&gt;<i> /usr/local/ircd/src/df467/src/res.c:624: undefined reference to `_getshort'
61 </I>&gt;&gt;<i> /usr/local/ircd/src/df467/src/res.c:626: undefined reference to `_getlong'
62 </I>&gt;&gt;<i> /usr/local/ircd/src/df467/src/res.c:628: undefined reference to `_getshort'
63 </I>&gt;&gt;<i> /usr/local/ircd/src/df467/src/res.c:665: undefined reference to `dn_expand'
64 </I>&gt;<i>These are from libresolv.
65 </I>&gt;<i>
66 </I>&gt;&gt;<i> s_user.o: In function `m_oper':
67 </I>&gt;&gt;<i> /usr/local/ircd/src/df467/src/s_user.c:2642: undefined reference to `crypt'
68 </I>&gt;&gt;<i> collect2: ld returned 1 exit status
69 </I>&gt;<i>These are from libcrypt.
70 </I>&gt;<i>
71 </I>&gt;<i>[ snip. ]
72 </I>&gt;<i>
73 </I>&gt;<i>The &quot;./Config&quot; script will ask you if you need any &quot;extra libraries&quot;, put
74 </I>&gt;<i>&quot;-lresolv -lcrypt&quot;.
75 </I>&gt;<i>
76 </I>&gt;<i>Once that's done, apply the following to include/sys.h:
77 </I>&gt;<i>--- include/sys.h.old Mon Jan 3 23:31:07 2000
78 </I>&gt;<i>+++ include/sys.h Mon Jan 3 23:26:12 2000
79 </I>&gt;<i>@@ -103,9 +103,9 @@
80 </I>&gt;<i> #endif
81 </I>&gt;<i>
82 </I>&gt;<i> /*
83 </I>&gt;<i>- * Different name on NetBSD, FreeBSD, and BSDI
84 </I>&gt;<i>+ * Different name on NetBSD, FreeBSD, and BSDI and now Linux!
85 </I>&gt;<i> */
86 </I>&gt;<i>-#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__bsdi__)
87 </I>&gt;<i>+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__bsdi__) ||
88 </I>defined(__linux__)
89 &gt;<i> #define dn_skipname __dn_skipname
90 </I>&gt;<i> #endif
91 </I>&gt;<i>
92 </I>&gt;<i>It should then compile, though messily.
93 </I>&gt;<i>
94 </I>&gt;<i>--
95 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">lonewolf at lagnet.org.za</A>
96 </I>&gt;<i>---------------------------------------------------------------
97 </I>&gt;<i>To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
98 </I>&gt;<i>with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
99 </I>&gt;<i>
100 </I>&gt;<i>
101 </I>---
102 Michael Smith (Warlock on IRC)
103 <A HREF="http://www.warlock.web.za">http://www.warlock.web.za</A>
104 &quot;Do you smell something burning or is it me?&quot;
105 -- Joan of Arc
106
107 ---------------------------------------------------------------
108 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
109 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
110
111 </PRE>
112
113 <!--endarticle-->
114 <HR>
115 <P><UL>
116 <!--threads-->
117 <LI>Previous message: <A HREF="000406.html">[IRCServices] DreamForge 4.6.7
118 </A></li>
119 <LI>Next message: <A HREF="000408.html">[IRCServices] Services 4.3.2
120 </A></li>
121 <LI> <B>Messages sorted by:</B>
122 <a href="date.html#407">[ date ]</a>
123 <a href="thread.html#407">[ thread ]</a>
124 <a href="subject.html#407">[ subject ]</a>
125 <a href="author.html#407">[ author ]</a>
126 </LI>
127 </UL>
128
129 </body></html>