|
Revision 846, 0.6 kB
(checked in by penndev, 1 year ago)
|
PennMUSH 1.8.3p2 release candidate.
|
| Line | |
|---|
| 1 |
Penn will compile and run out of the box on NetBSD, including OpenSSL |
|---|
| 2 |
support, with the caveats below. |
|---|
| 3 |
|
|---|
| 4 |
* Mysql and Postgres should be detected if their packages have been |
|---|
| 5 |
installed through pkgsrc or pkg_add and /usr/pkg/bin is in your |
|---|
| 6 |
path. If you have the sqlite3 package installed and want to use it, |
|---|
| 7 |
you need to tell configure to look in the /usr/pkg hierarchy for it: |
|---|
| 8 |
|
|---|
| 9 |
% CPPFLAGS=-I/usr/pkg/include LDFLAGS=-L/usr/pkg/lib ./configure |
|---|
| 10 |
|
|---|
| 11 |
* If you're using an IPv6-enabled install and 'sysctl |
|---|
| 12 |
net.inet6.ip6.v6only' prints out 1, you'll have to get a sysadmin to |
|---|
| 13 |
change it to 0 or run configure with --disable-ipv6 to allow IPv4 |
|---|
| 14 |
connections. |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|