Jump to content

missing php lib


Recommended Posts

Posted

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

Posted

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.

Posted

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

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines