Jump to content
php.lv forumi

Recommended Posts

Posted (edited)

Sveiki

Man ir gatavs uzstādīts Apache webserveris ar MySQL un PHP, tagad gribu pielikt tam vēl cURL atbalstu bet īsti nevaru atrast tuoriālus netā.. varbūt kāds var palīdzēt?

Edited by mickys
Posted

tad nu to itkā izdarīju, bet tāpat neiet...

http://paste.php.lv/6363

tas ir tas ko gribu palaist..

bet met aaraa taapat - "Fatal error: Call to undefined function curl_init() in C:\web\htdocs\Dinamik.avatar\statdinamik.php on line 12"

Posted

laikam te tā problēma

 

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\web\\php\\ext\\php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0

Posted (edited)

ir fails

 

\r\n in Unknown on line 0

 

ko tas noziimee?

 

jā normāli ielādējas mysql piemēram

Edited by mickys
Posted
ir fails

 

\r\n in Unknown on line 0

 

ko tas noziimee?

 

jā normāli ielādējas mysql piemēram

 

kurš tev php?

Posted

Ir vajadzīgi OpenSSL DLL faili.

 

Note to Win32 Users: In order to enable this module on a Windows environment, libeay32.dll and ssleay32.dll must be present in your PATH.

 

Manuālis: http://lv2.php.net/curl

 

Iekš Apaches ir jāpalaiž mod_ssl. Iekš httpd.conf faila atkomentē rindiņu (noņem # sākumā):

 

LoadModule ssl_module modules/mod_ssl.so

 

OpenSSL Windows binaries (instalāciju) var dabūt no:

 

http://www.slproweb.com/products/Win32OpenSSL.html

×
×
  • Create New...