On Mon, May 07, 2001 at 09:37:36PM -0700, James A. N. Stauffer wrote:
> When I try to install I get the error at the end. AKAIK, it compiled fine.
>
> [root@vpn cipe-1.5.1]# make install
> gmake -C lib install
> gmake[1]: Entering directory `/usr/share/cipe-1.5.1/lib'
> : Nothing to install here
> gmake[1]: Leaving directory `/usr/share/cipe-1.5.1/lib'
> gmake -C 2.2.16-22-i386-cb install
> gmake[1]: Entering directory `/usr/share/cipe-1.5.1/2.2.16-22-i386-cb'
> mkdir -p /lib/modules/2.2.16-22/misc /usr/local/sbin
> install -m 644 cipcb.o /lib/modules/2.2.16-22/misc
> install -m 755 ciped-cb /usr/local/sbin
> depmod -a
> depmod: *** Unresolved symbols in /lib/modules/2.2.16-22/misc/cipcb.o
do a depmod -ae or depmod -av after the make install. This will give better
info about the unresolved symbols in cipcb.o
> gmake[1]: Leaving directory `/usr/share/cipe-1.5.1/2.2.16-22-i386-cb'
> make: *** No rule to make target `cipe.texinfo', needed by `cipe.info'.
Seems like cipe.texinfo is missing in the tarball. Try this little patch
(although it's against 1.5.2, hopefully it will apply anyway)
Tom
--- ./pkcipe/Makefile.in.xconf Sat Dec 16 19:27:35 2000
+++ ./pkcipe/Makefile.in Sat May 5 21:52:45 2001
@@ -15,7 +15,7 @@
CC := @CC@
CFLAGS := @CFLAGS@ $(WARN)
CPPFLAGS:= @CPPFLAGS@ -I.. -I$(lib)
-DEFS := @DEFS@ $(EXTRADEFS)
+DEFS := @DEFS@ $(EXTRADEFS) -DCIPED=\"/usr/sbin/ciped-cb\"
LDFLAGS := @LDFLAGS@
LIBS := @LIBS@ -L$(lib) -lcipe