On Fri, 4 Dec 1998, Peter Bollinger wrote:

|Hello there
|
|I joined this list because i tried to compile pppd with the MSCHAP
|option and was not successful :-(
|First I followed all the instructions given in README.mschap80 and
|applied all patches given there.
|
|Then i did 'make clean' 'make kernel' and 'make'
|
|This is the problem:
|-----
|  gcc ...
|  gcc ...
|  gcc -O2 -D_linux_=1 -DHAVE_PATHS_H -DUSE_MSCHAP -o pppd main.o \
|       magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o auth.o\
|       options.o sys-linux.o -lbsd -ldes # -Wl,-M >pppd.map
|  chap.o: In function `ChapReceiveChallenge':
|  chap.o(.text+0x578): undefined reference to `ChapMS'
|  make: *** [pppd] Error 1
|-----
|
|Can somebody tell me why 'md4.c' and 'chap_ms.c' are not used (the
|compiler flag is set) ?

ppp-2.3.5 compiled for me without this problem.  The file that the flag
MSCHAP=1 directs the top level makefile to build, pppd/Makefile.linux,
shows md4.c and chap_ms.c are correctly included. 

---
Clifford Kite                                               Not a guru. (tm)
[EMAIL PROTECTED]                                           Not even close.


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to