aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjjako <jjako>2004-02-05 21:23:10 +0000
committerjjako <jjako>2004-02-05 21:23:10 +0000
commit73c908c20156f668e5cbf3ef479d3784b10229a7 (patch)
treeb1e8aeea0318aed25cbbb062a0c1b06f295da733
parent1f1586458fc940f487058b1bc0169eea1735eeb4 (diff)
Added README.Solaris
-rw-r--r--README.Solaris41
1 files changed, 41 insertions, 0 deletions
diff --git a/README.Solaris b/README.Solaris
new file mode 100644
index 0000000..2ac6dbc
--- /dev/null
+++ b/README.Solaris
@@ -0,0 +1,41 @@
+OpenGGSN/Solaris notes
+======================
+
+Solaris support is experimental, please test and report bugs. The
+Solaris port is tested under Solaris 8.
+
+Compiling
+---------
+
+You need to edit the following line in ggsn/Makefile.in and
+sgsnemu/Makefile.in:
+
+LDFLAGS = -Wl,--rpath -Wl,/usr/local/lib @EXEC_LDFLAGS@
+
+should be changed to:
+
+LDFLAGS = -lresolv -lsocket -lnsl @EXEC_LDFLAGS@
+
+After this you install by the following commands:
+./configure
+make
+make install
+
+
+TUN
+---
+
+You might or might not need to install the tun driver manually. For
+general information about tun see http://vtun.sourceforge.net/tun/
+
+
+Known problems
+--------------
+
+Currently multiple IP addresses on the same network interface is not
+implemented for Solaris.
+
+Currently routing table manipulation is not implemented for
+Solaris. You have to set the routes manually after you start ggsn or
+sgsnemu.
+