diff --git a/README-test-server b/README-test-server index 7727ab7d..2f14e174 100644 --- a/README-test-server +++ b/README-test-server @@ -1,6 +1,13 @@ 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 + +otherwise if /usr/local/... and /usr/local/lib are OK then... + $ ./configure --enable-openssl $ make $ sudo make install diff --git a/depcomp b/depcomp new file mode 120000 index 00000000..b0ad20c0 --- /dev/null +++ b/depcomp @@ -0,0 +1 @@ +/usr/share/automake-1.11/depcomp \ No newline at end of file