cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: mod_ssl with curl: apache start up problem SOLVED

From: Jeff Hallgren <jhallgren_at_ghweb.com>
Date: Thu, 05 Jul 2001 10:12:51 -0500

Its working now. By placing directive
LoadFile /usr/lib/libcurl.so
just before the
LoadModule ssl_module modules/libssl.so
in httpd.conf, the libcurl library will be loaded up and available to
mod_ssl.

> Hey,
> Kind of a newbie here...
>
> cURL looks great for what I need to do - which is modify mod_ssl to do
> a quick web hit against an another web server. It looks like I can do
> what I need to using the curl_easy routines..
>
> My problem is that after I've modified mod_ssl with curl code and
> installed the newly changed module apache won't start anymore:
>
> Starting httpd: Syntax error on line 269 of /etc/httpd/conf/httpd.conf:
> Cannot load /etc/httpd/modules/libssl.so into
> server: /etc/httpd/modules/libssl.so: undefined symbol: curl_easy_setopt
>
> It was my understanding that on redhat7.1 there shouldn't be any
> problem loading the libcurl.so from libssl.so.... Or perhaps I have
> not compiled curl7.8 correctly?
>
> any help appreciated.
> Thanks.
>
>
>
>
> _______________________________________________
> Curl-library mailing list
> http://curl.haxx.se/libcurl/
>

_______________________________________________
Curl-library mailing list
http://curl.haxx.se/libcurl/
Received on 2001-07-05