Speak now
Please Wait Image Converting Into Text...
Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Challenge yourself and boost your learning! Start the quiz now to earn credits.
Unlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
General Tech Bugs & Fixes 2 years ago
Posted on 16 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
Turn Your Knowledge into Earnings.
PHP is running fine with apache on my server. I want to use it from command line but I am unable to find the binary:
root@....:~# whereis php php: root@....:~# whereis php5 php5: /etc/php5 /usr/lib/php5 /usr/share/php5
There is no binary in the above folders.
Further, I did a
cd /usr find . | grep "bin.*php"
and got 0 results. How to locate the php binary?!
I reinstalled php5-cli (apparently went okay, but still unable to use it!)
root@...:/usr# apt-get install --reinstall php5-cli Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 0B/2490kB of archives. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]? Y (Reading database ... 30026 files and directories currently installed.) Preparing to replace php5-cli 5.2.6.dfsg.1-3ubuntu4.6 (using .../php5-cli_5.2.6.dfsg.1-3ubuntu4.6_i386.deb) ... Unpacking replacement php5-cli ... Processing triggers for man-db ... Setting up php5-cli (5.2.6.dfsg.1-3ubuntu4.6) ... root@...:/usr# php5-cli bash: php5-cli: command not found root@...:/usr# whereis php5-cli php5-cli:
Some distributions have Apache2, CGI and CLI SAPIs in separate packages. For example, on Debian, you would have php5-cli, php5-cgi, and libapache2-mod-php5.
php5-cli
php5-cgi
libapache2-mod-php5
To run PHP scripts from command line, you need the "CLI" package.
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.
General Tech 9 Answers
General Tech 7 Answers
General Tech 3 Answers
General Tech 2 Answers
Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.