diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-19 22:17:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-19 22:17:08 +0000 |
commit | c783ebe48559ba7b5076cba397e2efe8687150d3 (patch) | |
tree | 7be4ca083a1bf638f716023d97ca150743892d86 /INSTALL | |
parent | 9199696182ed385b5645ffce6b0f8e7d74d57a35 (diff) | |
download | tor-c783ebe48559ba7b5076cba397e2efe8687150d3.tar.gz tor-c783ebe48559ba7b5076cba397e2efe8687150d3.zip |
add a hint for solaris users
svn:r1307
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ If the quickstart doesn't work for you: ./configure rather than simply ./configure. + On Solaris, maybe use + LDFLAGS="-lsocket -lnsl" ./configure --with-ssl-dir=/usr/local/ssl + Check out the list archives at http://archives.seul.org/or/dev/ and see if somebody else has reported your problem. If not, please subscribe and let us know what you did to fix it, or give us the details and |