Today after installing phantomjs in my Ubuntu server, Plesk panel login is not working. Here is the code i was using to install phantomjs
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev -y
sudo apt-get install libfreetype6 libfreetype6-dev -y
sudo apt-get...