calling wget from a browser using php

General Tech Bugs & Fixes 3 years ago

8.69K 1 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (1)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

My httpd is running with a daemon user. I want to do a wget using php from FTP server. When I run the php from linux server, the same downloads the required file from FTP. But when I call the same php from browser, it does not download the file. On checking the logs of of apache2, I found the below error message.

wget: /opt/lampstack-5.6.31-0/common/lib/libcrypto.so.1.0.0: no version information available (required by wget)
wget: /opt/lampstack-5.6.31-0/common/lib/libssl.so.1.0.0: no version information available (required by wget)
wget: /opt/lampstack-5.6.31-0/common/lib/libssl.so.1.0.0: no version information available (required by wget)

Can I know how to run wget and download required file to overcome this error?

0 views
0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum