-----BEGIN PGP SIGNED MESSAGE-----
Unfortunately I introduced a bug into leafnode-1.9.8 which prevents
proper compilation on systems which do not already have a libpcre.a
installed. This bug is fixed in leafnode-1.9.9 which is available
from
ftp://wpxx02.toxi.uni-wuerzburg.de/pub/leafnode-1.9.9.tar.gz
and
ftp://metalab.unc.edu/incoming/Linux/leafnode-1.9.9.tar.gz
If you don't want to download 268 kBytes again, use the following
patch instead:
- --- Makefile.in.orig Tue Jan 4 15:10:22 2000
+++ Makefile.in Tue Jan 4 14:56:44 2000
@@ -1,7 +1,7 @@
# -*- makefile -*-
# $Id: Makefile.in,v 1.14 1999/02/23 19:06:21 krasel Exp $
- -VERSION = 1.9.8
+VERSION = 1.9.9
srcdir = @srcdir@
VPATH = @srcdir@
@@ -70,7 +70,7 @@
$(CC) $(CFLAGS) -o $@ checkgroups.o config.o -L. -llnutil $(LIBS)
applyfilter: applyfilter.o config.o liblnutil.a @PCRELIB@
- - $(CC) $(CFLAGS) -o $@ applyfilter.o config.o -L. -llnutil $(LIBS)
+ $(CC) $(CFLAGS) -o $@ applyfilter.o config.o -L. -llnutil -lpcre $(LIBS)
newsq: newsq.o config.o liblnutil.a
$(CC) $(CFLAGS) -o $@ newsq.o config.o -L. -llnutil $(LIBS)
I am grateful to Matthias Flohr for the bug report. Sorry for the
inconvencience,
- --Cornelius.
- --
/* Cornelius Krasel, U Wuerzburg, Dept. of Pharmacology, Versbacher Str. 9 */
/* D-97078 Wuerzburg, Germany email: phak004 _at_ rzbox.uni-wuerzburg.de SP4 */
/* "Science is the game we play with God to find out what His rules are." */
- --
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce _at_ news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3i
Charset: latin1
iQCVAgUBOHJ1JlrUI/eHXJZ5AQFVWQQAvtpOnjitBHshypUb90gBuY/7K11kc4p0
2ljvq2NfeO367U97246xhQjBd6dSIGQnxrnilBNWxXsJOX94/scKLWQ4ERZ2yzJq
f0zrSQcVlTDZ6jfOM1Xyp/53CH5oEAAyxk1UoJJQ9+FApIbipMuN4sd1WAv1+nqx
KHSKwhUSv0Y=
=UnLT
-----END PGP SIGNATURE-----