Re: Problem using curl in a Apache module

2013-04-02 Thread Juanjo C
Hi Gary and Dan, Thanks for the replies. I don't need change the httpd.conf because this is done by Apxs automaticaly. I will continue trying resolve this (big) problem... for my. Thanks. 2013/3/27 Dan Fandrich > On Wed, Mar 27, 2013 at 05:12:10PM +, Gary Maxwell wrote: > > Additional

Re: Problem using curl in a Apache module

2013-03-27 Thread Dan Fandrich
On Wed, Mar 27, 2013 at 05:12:10PM +, Gary Maxwell wrote: > Additionally, I believe you are required to build libcurl as PIC in > order to be Apache-loadable. This is accomplished with "--with-pic" > in curl configure, but I have not confirmed if this is required. This is done automatically on

RE: Problem using curl in a Apache module

2013-03-27 Thread Gary Maxwell
> From: Juanjo C > Sent: Wednesday, March 27, 2013 02:53 > Subject: Problem using curl in a Apache module > I'm trying to do a Apache module in C and in this module I'm using curl. > With APXS, I can to deploy the module into Apache, but when I try to > restart Apache, it shows me this error. "un

RE: Problem using curl in a Apache module

2013-03-26 Thread Gary Maxwell
> From: Dan Fandrich > Subject: Re: Problem using curl in a Apache module > > > With APXS, I can to deploy the module into Apache, but when I try to > restart > > Apache, it shows me this error. "undefined symbol: curl_easy_perform. > Action > > 'configt

Re: Problem using curl in a Apache module

2013-03-26 Thread Dan Fandrich
On Tue, Mar 26, 2013 at 09:06:28AM +0100, Juanjo C wrote: > I'm trying to do a Apache module in C and in this module I'm using curl. Then the curl-library mailing list is the right place to ask. > With APXS, I can to deploy the module into Apache, but when I try to restart > Apache, it shows me t