update git URLs (git -> https; gitea)
[openggsn.git] / README.Solaris
blob2ac6dbc1302fc792f807d8ddd333ed2a35050dd4
1 OpenGGSN/Solaris notes
2 ======================
4 Solaris support is experimental, please test and report bugs. The
5 Solaris port is tested under Solaris 8.
7 Compiling
8 ---------
10 You need to edit the following line in ggsn/Makefile.in and
11 sgsnemu/Makefile.in:
13 LDFLAGS = -Wl,--rpath -Wl,/usr/local/lib @EXEC_LDFLAGS@
15 should be changed to:
17 LDFLAGS =  -lresolv -lsocket -lnsl @EXEC_LDFLAGS@ 
19 After this you install by the following commands:
20 ./configure
21 make
22 make install
25 TUN
26 ---
28 You might or might not need to install the tun driver manually. For
29 general information about tun see http://vtun.sourceforge.net/tun/
32 Known problems
33 --------------
35 Currently multiple IP addresses on the same network interface is not
36 implemented for Solaris.
38 Currently routing table manipulation is not implemented for
39 Solaris. You have to set the routes manually after you start ggsn or
40 sgsnemu.