Guest Posted September 19, 2017 Posted September 19, 2017 Hi im trying to install PIWIK, but it needs some php dependencies which i cant find in the packate manager. php-cli php-xml php-mbstring how can i get these thx
Igor Posted September 19, 2017 Posted September 19, 2017 Get Ubuntu version (Debian Jessie is too old for php7 - without hacks) and this should work out of the box:https://piwik.org/docs/requirements/ apt-get install php7.0 php7.0-curl php7.0-gd php7.0-cli mysql-server php7.0-mysql php-xml php7.0-mbstrin BTW. I am sorry for deleting your username by accident while cleaning out some spammers. Sorry, can't UNDO.
pfeerick Posted September 19, 2017 Posted September 19, 2017 Try the below - as you probably need the PHP7 packages. Or as Igor said... as he posted whilst I was typing sudo apt install php7.0-cli php7.0-xml php7.0-mbstring
Recommended Posts