[pptp-server] Error when Try Install PoPToP HowTo RedHat

Jerry Vonau jvonau at shaw.ca
Wed Apr 3 20:55:46 CST 2002


See:


http://lists.schulte.org/pipermail/pptp-server/2001-July/010964.html


Jerry Vonau


Ricardo Durao wrote:
> 
> Hi List
> 
> I have been following through the PoPToP howto, and have found that when
> doing the 'make modules SUBDIRS=drivers/net' I get the following output.
> 
> Using:
> RedHat Linux 6.2
> kernel 2.2.16
> ppp 2.3.11.tar.gz
> ppp=2.3.11-openssl-0.9.5-mpe.patch.gz
> ppp_mppe_compressed_data_fix.diif
> pptpd-1.0.1.tar.gz
> 
> Please help
> 
> [root at teste linux]# make modules SUBDIRS=drivers/net
> scripts/split-include include/linux/autoconf.h include/config
> make -C  drivers/net CFLAGS="-Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486
> -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -DMODULE"
> MAKING_MODULES=1 modules
> make[1]: Entering directory `/usr/src/linux-2.2.16/drivers/net'
> gcc -D__KERNEL__ -I/usr/src/linux-2.2.16/include -Wall -Wstrict-prototypes
> -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce
> -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -DMODULE
> -DEXPORT_SYMTAB -c ppp.c
> ppp.c:98: warning: static declaration for `ppp_register_compressor' follows
> non-static
> ppp.c:99: warning: static declaration for `ppp_unregister_compressor'
> follows non-static
> ppp.c:173: `PPP_VERSION' undeclared here (not in a function)
> ppp.c: In function `ppp_tty_open':
> ppp.c:409: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c:409: (Each undeclared identifier is reported only once
> ppp.c:409: for each function it appears in.)
> ppp.c: In function `ppp_tty_close':
> ppp.c:454: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_tty_read':
> ppp.c:502: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_tty_write':
> ppp.c:591: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_tty_ioctl':
> ppp.c:650: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_tty_poll':
> ppp.c:808: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_tty_wakeup':
> ppp.c:836: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_sync_send':
> ppp.c:860: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_tty_sync_push':
> ppp.c:913: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_async_send':
> ppp.c:969: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_tty_push':
> ppp.c:995: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_async_encode':
> ppp.c:1064: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_tty_receive':
> ppp.c:1198: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_dev_close':
> ppp.c:1551: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_dev_ioctl':
> ppp.c:1585: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_ioctl':
> ppp.c:1633: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_receive_error':
> ppp.c:2226: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `rcv_proto_ip':
> ppp.c:2257: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `rcv_proto_ipv6':
> ppp.c:2270: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `rcv_proto_ipx':
> ppp.c:2283: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `rcv_proto_at':
> ppp.c:2296: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `rcv_proto_vjc_comp':
> ppp.c:2311: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `rcv_proto_vjc_uncomp':
> ppp.c:2336: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `rcv_proto_ccp':
> ppp.c:2351: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `rcv_proto_unknown':
> ppp.c:2362: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_send_frame':
> ppp.c:2409: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_output_wakeup':
> ppp.c:2583: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_send_ctrl':
> ppp.c:2599: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_alloc':
> ppp.c:2838: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `ppp_release':
> ppp.c:2924: `PPP_MAGIC' undeclared (first use in this function)
> ppp.c: In function `cleanup_module':
> ppp.c:3128: `PPP_MAGIC' undeclared (first use in this function)
> make[1]: *** [ppp.o] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.2.16/drivers/net'
> make: *** [_mod_drivers/net] Error 2
> 
>  Thanks,
> 
> Ricardo Durão
> 
> ______________________________________
> Scanned and protected by Inflex
> http://pldaniels.com/inflex
> 
> _______________________________________________
> pptp-server maillist  -  pptp-server at lists.schulte.org
> http://lists.schulte.org/mailman/listinfo/pptp-server
> --- To unsubscribe, go to the url just above this line. --



More information about the pptp-server mailing list