Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
Herald and Jeff, Thanks for the responses! I feel like I'm making progress. Here is what my modules directory looks like: /pt/apache/modules: total used in directory 24 available 35223120 drwxr-xr-x 3 maco staff 102 Jun 19 12:41 . drwxr-xr-x 14 maco staff 476 Jun 19 12:41 ..

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
Well, I did this: - Carefully read /pt/tmp/httpd-2.2.15/INSTALL - ./configure --prefix=/pt/apache --enable-ssl --with-port=8123 --with-sslport=8443 - ./make I bumped into this error from make: /usr/share/apr-1/build-1/libtool --silent --mode=link gcc -L/usr/lib -L/opt/local/lib -o ab

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
Google returns a lot of hits on: Undefined symbols _BIO_set_callback_arg On 6/24/10, Audrey Lee audrey.lee.is...@gmail.com wrote: Well, I did this: - Carefully read /pt/tmp/httpd-2.2.15/INSTALL - ./configure --prefix=/pt/apache --enable-ssl --with-port=8123 --with-sslport=8443 -

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
A clue: http://mail-archives.apache.org/mod_mbox/httpd-dev/200901.mbox/%3c495eb674.1050...@kippdata.de%3e It works for me on Solaris. Those symbols (without the leading underscore) are referenced indeed by ab.c, but they should be in your libcrypto (BIO*) resp. libssl (SSL*). Are you sure, that

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread David Garvey
Are you using openssl libs? Do you want a dso? http://www.issociate.de/board/post/44936/Compiling_mod_ssl_as_a_DSO.html On Thu, Jun 24, 2010 at 2:44 PM, Audrey Lee audrey.lee.is...@gmail.comwrote: A clue:

[us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-23 Thread Audrey Lee
I want to serve files via https on my apache server. I did this already using a lighttpd web server and it was easy. I just had to follow this document: http://redmine.lighttpd.net/wiki/lighttpd/Docs:SSL Now I am ambitious. I want to do the same thing but on Apache. I'm using Apache 2.2.15

RE: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-23 Thread HERALD
Subject: [us...@httpd] SSL and apache 2.2.15 installed from source. How to? I want to serve files via https on my apache server. I did this already using a lighttpd web server and it was easy. I just had to follow this document: http://redmine.lighttpd.net/wiki/lighttpd/Docs:SSL Now I am ambitious

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-23 Thread Jeff Trawick
On Wed, Jun 23, 2010 at 3:04 AM, HERALD herald.j...@avenues.info wrote: Do you have the ssl module in your module folder?? . the file name would be mod_ssl.so under /Apache/modules/ path For the benefit of the person with the problem, who appears to be new to this: The immediate symptom