blob: 2ac6dbc1302fc792f807d8ddd333ed2a35050dd4 [file] [log] [blame]
jjako73c908c2004-02-05 21:23:10 +00001OpenGGSN/Solaris notes
2======================
3
4Solaris support is experimental, please test and report bugs. The
5Solaris port is tested under Solaris 8.
6
7Compiling
8---------
9
10You need to edit the following line in ggsn/Makefile.in and
11sgsnemu/Makefile.in:
12
13LDFLAGS = -Wl,--rpath -Wl,/usr/local/lib @EXEC_LDFLAGS@
14
15should be changed to:
16
17LDFLAGS = -lresolv -lsocket -lnsl @EXEC_LDFLAGS@
18
19After this you install by the following commands:
20./configure
21make
22make install
23
24
25TUN
26---
27
28You might or might not need to install the tun driver manually. For
29general information about tun see http://vtun.sourceforge.net/tun/
30
31
32Known problems
33--------------
34
35Currently multiple IP addresses on the same network interface is not
36implemented for Solaris.
37
38Currently routing table manipulation is not implemented for
39Solaris. You have to set the routes manually after you start ggsn or
40sgsnemu.
41