[PHP] curl support for php 5.0.5

2005-09-15 Thread ey-chih chow
I want to use curl support for php5.0.5 and iis.  I installed the downloaded
php binary and tried to configure the it to use curl by modifying php.ini.
But it always came with a message not able to find curl_init().  Is there
anybody out there knowing if we can configure the downloaded php 5.0.5 to
get the curl support and how?


I also tried to compile PHP source using --with-curl, but this always
failed.  Can anybody provide a complete procedure to do this?  Thank.



E. Chow

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] curl support for php 5.0.5

2005-09-15 Thread ey-chih chow
I want to use curl support for php5.0.5 and iis.  I installed the downloaded
php binary and tried to configure the it to use curl by modifying php.ini.
But it always came with a message not able to find curl_init().  Is there
anybody out there knowing if we can configure the downloaded php 5.0.5 to
get the curl support and how?


I also tried to compile PHP source using --with-curl, but this always
failed.  Can anybody provide a complete procedure to do this?  Thank.



E. Chow

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] curl support for php 5.0.5

2005-09-15 Thread Ey-Chih Chow
I want to use curl support for php5.0.5 and iis.  I installed the downloaded
php binary and tried to configure the it to use curl by modifying php.ini.
But it always came with a message not able to find curl_init().  Is there
anybody out there knowing if we can configure the downloaded php 5.0.5 to
get the curl support and how?  

 

I also tried to compile PHP source using --with-curl, but this always
failed.  Can anybody provide a complete procedure to do this?  Thank.

 

E. Chow 

 



Re: [PHP] Problem with PHP Curl support and Apache

2004-11-28 Thread Matthew Weier O'Phinney
* Raditha Dissanayake <[EMAIL PROTECTED]>:
> Luis Lebron wrote:
> >I have a server running RH 8, Apache 1.3.27, PHP 4.3.9. I tried to
> >recompile PHP with Curl support.
> 
> that's a very old version of red hat that is no longer supported you 
> might want to upgrade at least to RH 9 if not to fedora

That's a naive answer if I've ever heard one. In production
environments, you often don't have the luxury of upgrading the OS.
Additionally, you *can* still find updates to RH8 via yum, and I believe
progeny has continued support for RH8 as well (past Red Hat's end of
life dates).

> > Everything seemed to compile correctly. However, when I restarted apache
> > I got the following error:
> > 
> > "Cannot load /etc/httpd/modules/libssl.so into server:
> > /etc/httpd/modules/libssl.so: undefined symbol: dbm_firstkey"
> 
> could be a problem with your openssl installation.

I concur. Additionally, this is an issue with your *Apache*
installation, not with PHP itself; you may have forgotten to pass the
--with-ssl switch to the apache configure script, or passed it to the
wrong path. If you don't need SSL support, you should be able to turn it
off in your httpd.conf.

-- 
Matthew Weier O'Phinney   | mailto:[EMAIL PROTECTED]
Webmaster and IT Specialist   | http://www.garden.org
National Gardening Association| http://www.kidsgardening.com
802-863-5251 x156 | http://nationalgardenmonth.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Problem with PHP Curl support and Apache

2004-11-24 Thread Raditha Dissanayake
Luis Lebron wrote:
I have a server running RH 8, Apache 1.3.27, PHP 4.3.9. I tried to
recompile PHP with Curl support.
 

that's a very old version of red hat that is no longer supported you 
might want to upgrade at least to RH 9 if not to fedora

Everything seemed to compile correctly. However, when I restarted apache
I got the following error:
"Cannot load /etc/httpd/modules/libssl.so into server:
/etc/httpd/modules/libssl.so: undefined symbol: dbm_firstkey"
 

could be a problem with your openssl installation.
I tried googling but haven't found any relevant info yet.
Luis R. Lebron
Project Manager
Sigmatech, Inc
 


--
Raditha Dissanayake.
--
http://www.radinks.com/print/card-designer/ | Card Designer Applet
http://www.radinks.com/upload/  | Drag and Drop Upload 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Problem with PHP Curl support and Apache

2004-11-24 Thread Luis Lebron
I have a server running RH 8, Apache 1.3.27, PHP 4.3.9. I tried to
recompile PHP with Curl support.
Everything seemed to compile correctly. However, when I restarted apache
I got the following error:

"Cannot load /etc/httpd/modules/libssl.so into server:
/etc/httpd/modules/libssl.so: undefined symbol: dbm_firstkey"

I tried googling but haven't found any relevant info yet.

Luis R. Lebron
Project Manager
Sigmatech, Inc

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Curl Support Not Compiling

2002-02-05 Thread Gabriel Richards

I'm trying to get PHP to compile with CURL support (on my Linux server), but
it's not working and I'm not getting an error message.

I've installed curl correctly I think. /usr/local/include/curl contains
curl.h easy.h and other header files. /usr/local/lib has libcurl.a.

I said ./configure --with-curl=/usr/local (also tried /usr/local/lib and
/usr/local/include)

No errors for ./configure, no errors for make or make install. But I get
"call to undefined function curl_init()"

Help is appreciated!

Gabe



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] cURL support

2001-09-10 Thread Thomas Deliduka

On 9/10/2001 10:08 PM this was written:

>   Some people have reported problems with cURL and PHP v4.0.6
>   (regarding SSL, although I haven't seen them, and some people don't have
> problems).
>   Upgrade to a recent snapshot (or latest CVS) of cURL and everything
>   should be fine...

I had cURL w/SSL with PHP 4.0.6 and it wouldn't work. I don't know what the
errors are so I can't really help with this conversation. I will probably
try a later version of cURL to see how it works.

-- 

Thomas Deliduka
IT Manager
 -
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] cURL support

2001-09-10 Thread Sterling Hughes

On Tue, 11 Sep 2001, Daniel Baldoni wrote:

> G'day Jason
>
> >> On the hosting provider, HTTPS connections don't work.  But,
> >> I'm told the command-line version of curl does work.
> >
> > That'd probably be because they didn't install the HTTPS-able
> > version of cURL. Check out curl.haxx.se for more info.
>
> No, testing shows that their cURL binary does work just fine with HTTPS URIs.
> Thinking I'd gone crazy (which, admittedly, would be a short trip), I ran
> tests here using various PHP versions.  All the PHPs were built with the
> same configure options and curl was only built once.
>
> And... I noticed the same behaviour with v4.0.6 as the hosting company has
> seen on their boxes.  That is, 4.0.6 doesn't like the curl library installed
> on my local machine - but 4.0.4p1 and 4.0.5 work just fine.  Curious.
>
Some people have reported problems with cURL and PHP v4.0.6
(regarding SSL, although I haven't seen them, and some people don't have problems).
Upgrade to a recent snapshot (or latest CVS) of cURL and everything
should be fine...

-Sterling


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] cURL support

2001-09-10 Thread Daniel Baldoni

G'day Jason

>> On the hosting provider, HTTPS connections don't work.  But,
>> I'm told the command-line version of curl does work.
> 
> That'd probably be because they didn't install the HTTPS-able
> version of cURL. Check out curl.haxx.se for more info.

No, testing shows that their cURL binary does work just fine with HTTPS URIs.
Thinking I'd gone crazy (which, admittedly, would be a short trip), I ran
tests here using various PHP versions.  All the PHPs were built with the
same configure options and curl was only built once.

And... I noticed the same behaviour with v4.0.6 as the hosting company has
seen on their boxes.  That is, 4.0.6 doesn't like the curl library installed
on my local machine - but 4.0.4p1 and 4.0.5 work just fine.  Curious.

Ciao.

-- 
---+-
Daniel Baldoni BAppSc, PGradDipCompSci |  Technical Director
require 'std/disclaimer.pl'|  LcdS Pty. Ltd.
---+  856B Canning Hwy
Phone/FAX:  +61-8-9364-8171|  Applecross
Mobile: 041-888-9794   |  WA 6153
URL:http://www.lcds.com.au/|  Australia
---+-
"Any time there's something so ridiculous that no rational systems programmer
 would even consider trying it, they send for me."; paraphrased from "King Of
 The Murgos" by David Eddings.  (I'm not good, just crazy)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] cURL support

2001-09-09 Thread Jason Murray

> On the hosting provider, HTTPS connections don't work.  But, 
> I'm told the command-line version of curl does work.

That'd probably be because they didn't install the HTTPS-able
version of cURL. Check out curl.haxx.se for more info.

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] cURL support

2001-09-08 Thread Daniel Baldoni

G'day folks,

I have a site just about ready to go on-line.  All my local testing has
worked like a dream - but the cURL support on the hosting provider is
partially broken.

Actually using curl_init()...curl_exec() etc. on my box to contact remote
URIs (both over HTTP and HTTPS) has worked from day 1 (with versions 4.0.4p1,
4.0.5 and 4.0.6).

On the hosting provider, HTTPS connections don't work.  But, I'm told the
command-line version of curl does work.

So, my question is - what gives?  Are there known (intermittent) problems
with support for cURL or have the provider's staff "done something" during
the build of curl and/or PHP?

Any help would be much appreciated as I really don't like the idea of palming
off access to secure sites to yet another external program.  Thanks for any
information.

Ciao.

-- 
---+-
Daniel Baldoni BAppSc, PGradDipCompSci |  Technical Director
require 'std/disclaimer.pl'|  LcdS Pty. Ltd.
---+  856B Canning Hwy
Phone/FAX:  +61-8-9364-8171|  Applecross
Mobile: 041-888-9794   |  WA 6153
URL:http://www.lcds.com.au/|  Australia
---+-
"Any time there's something so ridiculous that no rational systems programmer
 would even consider trying it, they send for me."; paraphrased from "King Of
 The Murgos" by David Eddings.  (I'm not good, just crazy)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]