File: README.MacOSX

package info (click to toggle)
openggsn 0.84-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,208 kB
  • ctags: 1,594
  • sloc: ansic: 8,853; sh: 7,579; perl: 583; makefile: 79
file content (33 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
OpenGGSN/Mac OS X notes

Mac OS X support is experimental, please test and report bugs. The
Mac OS X port is tested on Mac OS X 10.3.5, but may also work on
other versions.

1. Compiling

Everything should be straight-forward.  Create a separate
build directory,  run ../openggsn/configure and then make.
If you have problems with configure, execute

$ aclocal && automake && autoheader && autoconf

and then again configure and make.

2. Kernel extensions

You need to add a tunnel kernel extension to your kernel.
The one I've used is available at 
http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
but there are others.  If you want to compile that from
sources (instead of using the binary installer), you
will also need kernel sources from opensource.apple.com.

3. Known problems

None.

--

Pekka Nikander <pekka.nikander@nomadiclab.com>