Ubuntu 14.04 पर php5- कर्ल स्थापित नहीं हो रहा है


2

मैंने नीचे निष्पादित किया है

sudo apt-get install php5-curl

परिणाम था

root@digin-demo-app:/var/www/html# sudo apt-get install php5-curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
php5-curl is already the newest version.
The following packages were automatically installed and are no longer required:
  libgcrypt11-dev libgnutls-dev libgnutlsxx27 libgpg-error-dev libp11-kit-dev
  librtmp-dev libtasn1-6-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
root@digin-demo-app:/var/www/html#

लेकिन जब मैं php -m कमांड की कोशिश करता हूं तो यह केवल मॉड्यूल से नीचे दिखाता है। इस पर मेरी मदद करें

root@digin-demo-app:/var/www/html# php -m
[PHP Modules]
calendar
Core
ctype
date
ereg
exif
fileinfo
filter
ftp
gettext
hash
iconv
json
libxml
mhash
openssl
pcntl
pcre
PDO
Phar
posix
readline
Reflection
session
shmop
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
Zend OPcache
zlib

[Zend Modules]
Zend OPcache

क्या आपने "सेवा apache2 पुनरारंभ" का उपयोग करके बाद में अपाचे को फिर से शुरू किया था? कृपया एक नज़र इसे देखिये: digitalocean.com/community/questions/...
Mikael Kjær

हाँ, मैंने किया। root@digin-demo-app:/var/www/html# service apache2 restart * Restarting web server apache2 [Wed Aug 10 10:28:18.833168 2016] [so:warn] [pid 21270] AH01574: module php5_module is already loaded, skipping [ OK ] root@digin-demo-app:/var/www/html#
Daz

जवाबों:


1

इस आदेश के साथ PHP मॉड्यूल सक्षम करें:

sudo php5enmod curl

और अपनी अपाचे को पुनः आरंभ करें:

sudo service apache2 restart
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.