ubuntu 8.04 user - upgrade to nginx latest

John Johnny lists at ruby-forum.com
Thu Aug 27 20:50:35 MSD 2009


brianmercer wrote:
> Sorry, easiest thing to do since you're using 8.04 and not adding any 
> extra modules is to add jeff waugh's ppa.
> 
> https://launchpad.net/~jdub/+archive/ppa
> 
> I recompile because I use the gzip_static_module.
> 
> Posted at Nginx Forum: 
> http://forum.nginx.org/read.php?2,5177,5211#msg-5211

hi thank you for the help brian

I followed the launch guide there and a reference here

this is what i did

edit the sources.list (i am using the command line server)
add these lines

deb http://ppa.launchpad.net/jdub/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/jdub/ppa/ubuntu hardy main


then i add public key  (reference)
https://answers.launchpad.net/ubuntu/+source/nginx/+question/81021


this is the key from the jeff's ppa
[[[[
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.0.10

mI0ESeCyswEEALSCKRVVfkUR+IJjd9kS6X/OyLJJkCy5s+Hp7KflfxtEookCxYrcQnogaviy
aWtDffp4fBcQiBs4ok/WXTNfluScLxORGRRQGwWR3CYPI19ikFBuaS/0tt5CWTPQrd4RneO4
mX8N6isrj1KtCzajpocEeJtUXA/hs9RURljhfKd7ABEBAAG0HExhdW5jaHBhZCBQUEEgZm9y
IEplZmYgV2F1Z2iItgQTAQIAIAUCSeCyswIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJ
EK379Cjp7vShGukD/1cu9eFY4gxMS/JrsCkkfdwbBUveP4XJ1lpIaay5XAURYSLsm4WyOhVF
wMRTEIMWzxOkkxScW+uCQCKcALextgeETnOnRYcsBN1t8K8LVUY43rrPm0mT5Z1+e7U+TDRz
NOqIhr8s1ymFtJurb7DTLyD7VFtjjWGNg583SWF5a+r5
=ssDr
-----END PGP PUBLIC KEY BLOCK-----
]]]]]
sudo add-key key2.txt
OK

then run
sudo apt-get update
sudo apt-get upgrade


i even tried this
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 
12345678(replace 12345678 with his openGUL key)


after running update and upgrade - no update shows....
so where am i missing?
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list