PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : cURL



Sajad
March 15th, 2009, 11:01
دوستان میخوام whmcs نصب کنم اما این ارور میده

You must have CURL installed with SSL Support for WHMCS to function correctly
یه سری جستجو در مورد curl کردم که به سایت http://curl.haxx.se رسیدم. آیا همینو باید نصب کنم؟

Amir
March 15th, 2009, 11:13
http://www.alt-php-faq.org/local/118/
این هم ایده ی بدی نیست

yum -y install php5-curl

Sajad
March 15th, 2009, 11:27
اینجاشو توضیح میدین چجوری باید عمل کرد؟

./configure --with-ssl
make
make install
ldconfig -v


در ضمن توی چه فلدری wget کنم؟ مهم نیست!!!؟؟

Sajad
March 15th, 2009, 12:39
آقا ادامه دادم تا این مرحله.
لطفا یکی جوابمو بده که بعدش دیگه کاری باید کرد؟

We also had problems usign Curl to talk to a new geotrust cert, curl did not recognise the CA signing authority. Using the command line -k will not worry about the signing auth in PHP use curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, 0);

In the end Geotrust supplied a cert

This needed to be appended onto
/usr/local/share/curl/curl-ca-bundle.crt

Also refer to
http://curl.haxx.se/docs/sslcerts.html