problem accessing phpextensionmgr?
We definitely have phpextensionmgr in our /scripts/ directory; I can do the ls command inside scripts and see it. But it does not respond to list or help. Very unusual?
[root@s000-000-000-000 scripts]# cd /scripts/
[root@s000-000-000-000 scripts]# phpextensionmgr list
bash: phpextensionmgr: command not found
[root@s000-000-000-000 scripts]# phpextensionmgr help
bash: phpextensionmgr: command not found
[root@s000-000-000-000 scripts]# /scripts/phpextensionmgr help
This script is not supported in EasyApache 4 at this time
-
Hi, Based upon the last message in the output you provided, your server is using EasyApache 4. The phpextensionmgr utility is not compatible with EasyApache 4. Also, unless the local directory is in your path, you will need to add ./ to the front of the executable. That is why the first couple of times the system told you "command not found". 0 -
Well, the second part of your reply reveals some 'user error' on my part; typing too fast. I did not know about that EasyApache 4 restriction, @cPanelKenneth, so thanks for the tip! 0 -
Well, the second part of your reply reveals some 'user error' on my part; typing too fast. I did not know about that EasyApache 4 restriction, @cPanelKenneth, so thanks for the tip!
You're welcome. I have done similar things myself many times :)0
Please sign in to leave a comment.
Comments
3 comments