So I try to install Zend Studio 5.5.0 with Zend Platform on Ubuntu 7.10 – Gusty Gibbon. But after the IDE install was finished this error popped up:
The Zend Platform installation requires root privileges.
Please login as root, and run:
/home/name/ZendStudio-5.5.0/scripts/splatform_install.sh
Press ENTER to continue...
Ok, that’s an easy thing to do:
~$ sudo sh /home/name/ZendStudio-5.5.0/scripts/splatform_install.sh
sh: Can't open /home/name/ZendStudio-5.5.0/scripts/splatform_install.sh
What the fuck! Looks like they misspelled the freaking script name. Cd’ed into the dir and found out the real name was platform_install.sh . Here goes nothing:
Read on about Zend Platform and Ubuntu root problem