From: "Paul Howarth" <paul@xxxxxxxxxxxx> > > So i did google. I see everywhere that PHP must be compiled with curl but > > not found a how-to to do it. > > I have FC3, latest php, curl and curl-devel packages installed. > > If someone has a short quick how-to on this that would be great!. > The standard FC3 PHP package is already built with curl support (this is > why the php rpm has a dependency on libcurl.so.3). Is your application > not working properly? The diagnostics tool: PHP version up to date -- ok! URL fopen allowed -- ok! CURL Installed -- CURL is not compiled into the PHP installation. It is required to connect to various payment portals that require SSL. Zend Optimizer Installed -- ok! mySQL -- ok! Session Check -- ok! Danny Terweij.