[pptp-server] Problems Compiling Encryption Support 2.2.17

twm139 at its.to twm139 at its.to
Thu Nov 2 20:46:21 CST 2000


I have followed the instructions in the Redhat Howto for setting up the
PopTop software, that worked 100%. Unfortunately the encryption part is
not being as agreeable.

I am using RedHat 6.2
Kernel 2.2.17
pptpd-1.0.0-1

I downloaded and am trying to use the following packages to build the
encryption support.

SSLeay-0.6.6b.tar.gz
ppp-2.3.10.tar.gz
ppp-2.3.10-openssl-norc4-mppe.patch

I follow the instructions, albeit with a different kernel, and I get the
following errors during the 

# make modules SUBDIRS=drivers/net 

command in /usr/src/linux

Any ideas?

Cheers,
Terrence

Make output follows...

# make modules SUBDIRS=drivers/net
make -C  drivers/net CFLAGS="-Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -fno-s
trength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2
-DCPU=586 -DMODULE -DMODVERSIONS -includ
e /usr/src/linux-2.2.17/include/linux/modversions.h" MAKING_MODULES=1
modules
make[1]: Entering directory `/usr/src/linux-2.2.17/drivers/net'
cc -D__KERNEL__ -I/usr/src/linux-2.2.17/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strict-al
iasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2
-malign-functions=2 -DCPU=586 -DMODULE -D
MODVERSIONS -include /usr/src/linux-2.2.17/include/linux/modversions.h
-DEXPORT_SYMTAB -c ppp.c
ppp.c:100: warning: static declaration for
`ppp_unregister_compressor_Ra1b928df' follows non-static
ppp.c:174: `PPP_VERSION' undeclared here (not in a function)
ppp.c: In function `ppp_tty_open':
ppp.c:418: `PPP_MAGIC' undeclared (first use in this function)
ppp.c:418: (Each undeclared identifier is reported only once
ppp.c:418: for each function it appears in.)
ppp.c: In function `ppp_tty_close':
ppp.c:463: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_read':
ppp.c:511: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_write':
ppp.c:600: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_ioctl':
ppp.c:659: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_poll':
ppp.c:817: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_wakeup':
ppp.c:845: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_sync_send':
ppp.c:869: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_sync_push':
ppp.c:922: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_async_send':
ppp.c:978: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_push':
ppp.c:1004: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_async_encode':
ppp.c:1073: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_tty_receive':
ppp.c:1207: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_dev_close':
ppp.c:1560: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_dev_ioctl':
ppp.c:1594: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_ioctl':
ppp.c:1642: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_receive_error':
ppp.c:2235: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_ip':
ppp.c:2266: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_ipv6':
ppp.c:2279: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_ipx':
ppp.c:2292: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_at':
ppp.c:2305: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_vjc_comp':
ppp.c:2320: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_vjc_uncomp':
ppp.c:2345: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_ccp':
ppp.c:2360: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `rcv_proto_unknown':
ppp.c:2371: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_send_frame':
ppp.c:2418: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_output_wakeup':
ppp.c:2592: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_send_ctrl':
ppp.c:2608: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_alloc':
ppp.c:2847: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `ppp_release':
ppp.c:2933: `PPP_MAGIC' undeclared (first use in this function)
ppp.c: In function `cleanup_module':
ppp.c:3140: `PPP_MAGIC' undeclared (first use in this function)
make[1]: *** [ppp.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.2.17/drivers/net'
make: *** [_mod_drivers/net] Error 2





More information about the pptp-server mailing list