Displaying 2 results from an estimated 2 matches for "ssl_root".
Did you mean:
is_root
2000 Jul 17
0
SSL!
...users = selma
writeable = Yes
[cdrom]
path = /cdrom
guest ok = Yes
I also downloaded openssl 0.9.5 and passed the same steps and came to the
same
point. I don't know whether it's important or not but I have read the
following in the SSLeay.txt and searched Samba Makefile for the string
SSL_ROOT, couldn't find anything about it.
Compiling samba with SSLeay
===========================
1. Get and install SSLeay. The rest of this documentation assumes that you
have installed it at the default location, which is /usr/local/ssl/.
I have used SSLeay 0.9.0, but samba will probably al...
2003 Dec 01
0
No subject
...which is /usr/local/ssl/.
- I have used SSLeay 0.9.0, but samba will probably also work with other
- versions (but not with versions older than 0.6).
-2. Modify the Makefile. At the end of the configurable section you can find
- the SSL definitions. You can find them quickly by searching for SSL_ROOT.
- Unremark the definitions and modify SSL_ROOT if necessary.
+2. Call "configure" with the "--with-ssl" flag. If OpenSSL is not installed in
+ the default directory, you can use the "--with-sslinc" and "--with-ssllib"
+ flags to specify the location....