From 8c4041591e03e762d8bfc91564501bf7e7ba5662 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 16 Feb 2011 18:50:01 +0000 Subject: [PATCH] README update configure advice for apple Signed-off-by: Andy Green --- README-test-server | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README-test-server b/README-test-server index 2507a675..666cec2f 100644 --- a/README-test-server +++ b/README-test-server @@ -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