From: Josh Huber <huber@mclx.com>
To: Linux/PowerPC Devel List <linuxppc-dev@lists.linuxppc.org>
Subject: PPTP and mppe module
Date: Thu, 22 Jun 2000 10:37:04 -0400 [thread overview]
Message-ID: <20000622103704.A4900@mclx.com> (raw)
In an effort to set up the pptp client on my powerbook, I downloaded the PPP
source, patched it with the required patch, installed the proper rc4* files
into the ppp source tree, and installed the new ppp files into the kernel.
the kernel I'm using is the latest BK tree in the 2.2 series.
Now, everything seemed to be working as planned, but when I went to build
and install the ppp drivers, I ran into a couple of problems.
First, the 2.3.10 ppp header for include/linux/if_ppp.h doesn't have defines
for PPP_MAGIC and PPP_VERSION which is used throughout the ppp.c driver. I
added the proper defines and the build continued.
The only issue I had left was the ppp_mppe.o module had unresolved
symbols...a couple of strange ones too:
# insmod ./ppp_mppe.o
./ppp_mppe.o: unresolved symbol __floatsidf
./ppp_mppe.o: unresolved symbol __adddf3
Which both appear to be in libgcc:
$ nm /usr/lib/gcc-lib/powerpc-linux/2.95.2/libgcc.a|grep floatsidf
0000128c T __floatsidf
$ nm /usr/lib/gcc-lib/powerpc-linux/2.95.2/libgcc.a|grep adddf3
0000069c T __adddf3
So, I tried linking libgcc with ld like so:
$ ld -r /usr/lib/gcc-lib/powerpc-linux/2.95.2/libgcc.a ppp_mppe.o -o tmp.o
This seems to allow the module to load, but I won't be able to test it until
I get home.
Anyone know what's going on here? I looked at the code, and couldn't find
any reference to floating point math there...
Anyone tried getting a VPN client working on PPC?
Josh
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next reply other threads:[~2000-06-22 14:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-06-22 14:37 Josh Huber [this message]
2000-06-22 19:23 ` PPTP and mppe module Martin Costabel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20000622103704.A4900@mclx.com \
--to=huber@mclx.com \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).