Also still trying to update my old lenny server. to php5.2.7 or higher.
I have red the info at dotdeb.org
Code:
deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all
But because its an older debian version I used
Code:
deb http://archives.dotdeb.org/ lenny all
deb-src http://archives.dotdeb.org/ lenny all
and
Code:
deb http://packages.dotdeb.org oldstable all
deb-src http://packages.dotdeb.org oldstable all
but getting a 404 error.
Code:
server1:~# wget http://archives.dotdeb.org/dotdep.gpg
--2012-12-28 15:50:22-- http://archives.dotdeb.org/dotdep.gpg
Resolving archives.dotdeb.org... 88.190.17.153
Connecting to archives.dotdeb.org|88.190.17.153|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-12-28 15:50:22 ERROR 404: Not Found.
If I check the dotdeb site the php for lenny is located at:
HTML Code:
http://archives.dotdeb.org/dists/lenny/php5/.....
So I am guessing I have to chanse the links in the sources list but I dont know witch format to use?
Can anybody give me a hand please....
TIA