NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
psnick
Feb 27, 2016Aspirant
How to enable curl on readynas 102
How do in enable curl on my readynas 102. I cant find any answer anywhere.
I tried to install curl through winscp through apt command but was not successfull. please help me with this
Ah. What about this?:
# apt-get install php5-curl
You could try adding
extension=curl.so
to your php.ini file.
4 Replies
Replies have been turned off for this discussion
- JennCNETGEAR Employee Retired
Hello psnick,
Welcome to the community!
Let me get you someone who could possibly answer this as this has something to do with going to the backend of the NAS.
Regards,
- mdgm-ntgrNETGEAR Employee Retired
What error did you get?
Why not simply SSH in and do# apt-get update # apt-get install curl
- psnickAspirant
I did this and it says
root@iSchool:~# apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.As i am developing a php application. my question is how to enable it. I cant find it in php.ini file.
- mdgm-ntgrNETGEAR Employee Retired
Ah. What about this?:
# apt-get install php5-curl
You could try adding
extension=curl.so
to your php.ini file.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!