Badfrog66
04-12-2001, 11:17 PM
:mad: :mad: :mad: :mad: :mad:
Ok, dist is drake, 2.4.2 kernel, trying to get that famous USB ADSL modem of mine working. According to the How-To, I need a pppoa-aware version of pppd.
I have the source for pppd 2.4.0 from http://sourceforge.net/project/showfiles.php?group_id=23818
I unzipped it to /usr/src/ppp-2.4.0. ./configure works fine. when I do make, I get an error when compiling pppoatm.c that atm.h does not exist. It appearss to be looking for atm.h in /usr/src/linux/include. atm.h is actually located in /usr/src/linux/include/linux. I tried editing the script to look in the correct directory, but I then get a bunch of errors about things being redefined and parse errors. I also tried copying atm.h from .../include/linux to .../include. That didn't work either. I then tried creating a simlink in /include to /include/linux/atm.h and got basically the same results I get by copying the file.
So then I decided to try my luck with the RPM. It's appearantly an RH7 RPM and needs a newer glibc(2.2).
Can somebody help me either solve my make problem or tell me how to get and install glibc 2.2? I already have gcc 2.95.3, is this in gcc 2.6?
[ 12 April 2001: Message edited by: Badfrog66 ]
Ok, dist is drake, 2.4.2 kernel, trying to get that famous USB ADSL modem of mine working. According to the How-To, I need a pppoa-aware version of pppd.
I have the source for pppd 2.4.0 from http://sourceforge.net/project/showfiles.php?group_id=23818
I unzipped it to /usr/src/ppp-2.4.0. ./configure works fine. when I do make, I get an error when compiling pppoatm.c that atm.h does not exist. It appearss to be looking for atm.h in /usr/src/linux/include. atm.h is actually located in /usr/src/linux/include/linux. I tried editing the script to look in the correct directory, but I then get a bunch of errors about things being redefined and parse errors. I also tried copying atm.h from .../include/linux to .../include. That didn't work either. I then tried creating a simlink in /include to /include/linux/atm.h and got basically the same results I get by copying the file.
So then I decided to try my luck with the RPM. It's appearantly an RH7 RPM and needs a newer glibc(2.2).
Can somebody help me either solve my make problem or tell me how to get and install glibc 2.2? I already have gcc 2.95.3, is this in gcc 2.6?
[ 12 April 2001: Message edited by: Badfrog66 ]