Date: Mon, 28 Feb 2000 22:53:59 +0100 (MET) From: Peter Spekreijse <peter@echelon.nl> To: freebsd-isdn@freebsd.org Subject: VJ_SPPP Message-ID: <m12PY75-000eXWC@Charlie.Echelon.nl>
next in thread | raw e-mail | index | archive | help
Hi! I tried to compile i4b with options SPPP_VJ. It did not work, I get the following messages compiling the kernel. lding kernel if_spppsubr.o: In function `sppp_input': if_spppsubr.o(.text+0x27b): undefined reference to `sl_uncompress_tcp' if_spppsubr.o: In function `sppp_output': if_spppsubr.o(.text+0x594): undefined reference to `sl_compress_tcp' if_spppsubr.o: In function `sppp_attach': if_spppsubr.o(.text+0x84b): undefined reference to `sl_compress_init' if_spppsubr.o: In function `sppp_ipcp_RCR': if_spppsubr.o(.text+0x3348): undefined reference to `sl_compress_init' if_spppsubr.o: In function `sppp_ipcp_RCN_nak': if_spppsubr.o(.text+0x3709): undefined reference to `sl_compress_init' *** Error code 1 The only line I added to my kernel config is options SPPP_VJ. The i4b part of my kernel config looks like this: options "TEL_S0_16_3" device isic0 at isa? port 0xd80 net irq 5 flags 3 pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 4 pseudo-device "i4bctl" pseudo-device "i4brbch" 4 pseudo-device "i4btel" 2 options IPR_VJ # # network driver for sync PPP over ISDN options SPPP_VJ pseudo-device "i4bisppp" 2 pseudo-device sppp Currently I'm running i4b 0.83 on FreeBSD stable without any problems, same config without the SPPP_VJ line. What am I doing wrong? -- Peter Spekreijse | email: peter@echelon.nl | web: www.echelon.nl ECHELON consultancy and software development | phone: +31 (0)53 48 36 585 PO Box 545, 7500AM Enschede, The Netherlands | fax: +31 (0)53 43 36 222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m12PY75-000eXWC>