2.2.15 maco$ nm
/opt/local/lib/libcrypto.dylib | grep _BIO_set_callback
00066880 T _BIO_set_callback
00066890 T _BIO_set_callback_arg
Thu Jun 24 14:40 /pt/tmp/httpd-2.2.15 maco$
Thu Jun 24 14:40 /pt/tmp/httpd-2.2.15 maco$
Again, I'm no c-programmer so I dont know what nm is telling me here.
I
Google returns a lot of hits on:
Undefined symbols _BIO_set_callback_arg
On 6/24/10, Audrey Lee 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=84
ake[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Thu Jun 24 14:15 /pt/tmp/httpd-2.2.15 maco$
Thu Jun 24 14:15 /pt/tmp/httpd-2.2.15 maco$
Thu Jun 24 14:15 /pt/tmp/httpd-2.2.15 maco$
I am not a c programmer but my guess is that we have a file named ab.o
and it wants some things an
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 ..
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
I