Mailing List Archive

cvs commit: apache-1.3/src README.DSO
rse 98/04/30 04:32:04

Modified: . INSTALL
src README.DSO
Log:
Document NetBSD DSO support.

Revision Changes Path
1.23 +3 -2 apache-1.3/INSTALL

Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache-1.3/INSTALL,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- INSTALL 1998/04/28 08:42:06 1.22
+++ INSTALL 1998/04/30 11:32:03 1.23
@@ -78,8 +78,9 @@
- Linux - IRIX
- FreeBSD - HPUX
- OpenBSD - OSF1
- - SunOS - UnixWare
- - Solaris - AIX
+ - NetBSD - UnixWare
+ - SunOS - AIX
+ - Solaris

o Entirely unsupported platforms are:
- Ultrix (because no dlopen-style interface)



1.7 +2 -1 apache-1.3/src/README.DSO

Index: README.DSO
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/README.DSO,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README.DSO 1998/04/28 08:42:08 1.6
+++ README.DSO 1998/04/30 11:32:04 1.7
@@ -136,13 +136,14 @@
Apache's src/Configure script currently has only limited built-in knowledge
on how to compile DSO files because (as already mentioned) this is heavily
platform-dependent. Nevertheless all major Unix platforms are supported. The
- definitive current state (April 1998) is this:
+ definitive current state (May 1998) is this:

Out-of-the-box supported platforms:
(actually tested versions in parenthesis)

o FreeBSD (2.1.5, 2.2.5, 2.2.6)
o OpenBSD (2.x)
+ o NetBSD (1.3.1)
o Linux (Debian/1.3.1, RedHat/4.2)
o Solaris (2.4, 2.5.1, 2.6)
o SunOS (4.1.3)