cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Newbie help...

From: Robert R. Brown <rbrown_at_pkcommunications.com>
Date: Thu, 6 Apr 2006 20:15:43 -0400

I'm running MSAS (Mambo Stand Alone Server) on a XP SP2 laptop.
MSAS is in c:\msas and MSAS is configured for w:\ as the server drive.
I'm running Snoopy and I need Curl to connect to an https site.
I have Snoopy working on non https sites.

I downloaded curl-7.15.3-win32-ssl-sspi.zip and there is no install file.
So I tried installing curl to:
MSAS\http_root\user\bin\curl

And it gives me an error:

"Fatal error: Call to undefined function: is_executable() in
W:\usr\local\PHP\includes\Snoopy.class.inc on line 194"

Line 194 is:
    if(!$this->curl_path || (!is_executable($this->curl_path)))

Line 84 curl path is:
 var $curl_path = "/usr/bin/curl";

In Snoopy the original path was:
/user/local/bin/curl

Since I didn't have that path, I set it to:
/user/bin/curl

Here is the dir structure with - as the levels
MSAS
-CONFIG
-credits
-http_root
--cgi-bin
--home
---admin
----CGI
----program
----WWW
-----phpMyAdmin
-----plugins
----RECYCLER
----snoopy
----tmp
--usr
-----bin
------curl (I put curl.exe here)
-----lib
----local
-----Apache2
------bin
------conf
------icons
------logs
------modules
-----DATA
-----mysql
-----PHP
--www

Any ideas what I need to do to get it to work?
I read somewhere where it said I needed .dll's.
Is that true?

There wasn't any in the zip file.

BTW... I'm an old NT admin / programmer trying to switch from NT servers and
Cold Fusion and Oracle to Unix, PHP and MySQL. Using MSAS and a dev server
on my laptop so I don't blow up ;) my new Unix servers. I'm tired of paying
$$$ for crap and having to upgrade my servers because MS puts so much bloat
ware in thier OS. Now you need a killer server just to run the OS, forget
about running web server... And don't get me started about the Allaire /
Macromedia / Adobe deal either. Spent a lot of $$$ there too.

Thanks in advance for your help...
Bob

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2006-04-07