13 oktober 2007

Ubuntu: Install Zend Studio

Installing Zend Studio could be a bitch, so maybe this can be handy.

First, we create a directory and make we own it. Remember to change "username" into your username.

sudo mkdir /usr/local/Zend sudo chown username.username /usr/local/Zend

Second, download the tar.gz-file into your home directory, and extract it.

tar xvfz ZendStudio-5_5_0a.tar.gz

Third, do some magic.

cp ZendStudio-5_5_0a.bin ZendStudio-5_5_0a.bak cat ZendStudio-5_5_0a.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > ZendStudio-5_5_0a.bin rm ZendStudio-5_5_0a.bak

And now we can install Zend Studio

./ZendStudio-5_5_0a.bin

In the wizard choose "/usr/local/Zend/ZendStudio-5.5.0" as install directory, on the final step uncheck the "Run Zend Studio now"-checkbox.

Next, we will do some more magic.

cd /usr/local/Zend/ZendStudio-5.5.0/bin cp ZDE ZDE.bak cat ZDE.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > ZDE rm ZDE.bak

Now you can run Zend by typing following in the terminal.

/usr/local/Zend/ZendStudio-5.5.0/bin/ZDE

Dit artikel gaat over: , , , , , , , , . Ubuntu: Install Zend Studio werd geschreven door Tijs.
Er zijn al 10 reacties.

Reacties

Erik Bauffman

Erik Bauffman schreef:
13/10/07

vriend, der zit toch ne gewonen installer bij?

tijs

tijs schreef:
14/10/07

Uhu, maar soms wil die niet werken, zoals bij mij.

kapsopod

kapsopod schreef:
22/10/07

It doesn't work for me. All I get is an empty window with no toolbars, menus etc...

The same thing happened when I installed it without the magic tricks in my home folder.

Any help ?

tijs

tijs schreef:
23/10/07

Miroslav

Miroslav schreef:
29/12/07

Thank you for this post it is Great !!!

Fokko

Fokko schreef:
15/01/08

All okay,
but at the end it does not give me permission to cat ZDE.bak ....etc.
Tried everyting ... sudo ...etc
also changed the owner of the directory into my own ... no result.
Any advise???

tijs

tijs schreef:
15/01/08

@fokko: did you tried sudo chown <yourusername>:<group> /usr/local/Zend/ZendStudio-5.5.0 -R</group></yourusername>

Stefan Verstege

Stefan Verstege schreef:
20/02/08

The complete solution for almost all problems can be found here:

http://www.zend.com/support/knowledgebase.php?kbid=241&amp;view_only=1

Vineet

Vineet schreef:
17/03/09

I installed Zend PHP framework from synaptic manager but unable to find the how to launch??

Jasper Norton

Jasper Norton schreef:
29/04/10

Very informative, thank you

Reageer velden gemarkeerd met een sterretje zijn verplicht

*