README update configure advice for apple
authorAndy Green <andy@warmcat.com>
Wed, 16 Feb 2011 18:50:01 +0000 (18:50 +0000)
committerAndy Green <andy@warmcat.com>
Wed, 16 Feb 2011 18:50:01 +0000 (18:50 +0000)
Signed-off-by: Andy Green <andy@warmcat.com>
README-test-server

index 2507a67..666cec2 100644 (file)
@@ -4,11 +4,15 @@ Using test-server as a quickstart
 For a Fedora x86_86 box, the following config line was
 needed:
 
-./configure --prefix=/usr --libdir=/usr/lib64 --enable-openssl
+ ./configure --prefix=/usr --libdir=/usr/lib64 --enable-openssl
+
+For Apple systems, in addition to whatever other typical
+configure magic you need, you will also need --enable-nofork and
+it seems don't enable openssl.
 
 otherwise if /usr/local/... and /usr/local/lib are OK then...
 
-$ ./configure --enable-openssl
+$ ./configure
 $ make clean
 $ make
 $ sudo make install