I wish to use nginx with gzip compression on ubuntu 64bit. I have set up nginx by command

sudo apt-get install nginx

And it doesn't work.

Does any one know how to install nginx with Ubuntu 64bit?

Please advise.

Best regards, LeeJava

link|improve this question
"Doesn't work"? – Ken Jun 22 '10 at 5:00
feedback

migrated from stackoverflow.com Jun 10 '11 at 5:50

This question came from our site for professional and enthusiast programmers.

1 Answer

This should get it running:

sudo apt-get install linux32 ia32*

(btw - this question should really be on superuser.com.)

link|improve this answer
... What's that going to install? – TheLQ Jul 8 '11 at 1:31
feedback

Your Answer

 
or
required, but never shown