On August 7th, the PHP Group has published the last version of PHP4, numbered 4.4.9 :
It continues to improve the security and the stability of the 4.4 branch and all users are strongly encouraged to upgrade to it as soon as possible. This release wraps up all the outstanding patches for the PHP 4.4 series, and is therefore the last PHP 4.4 release.
On August 22nd, Stefan Esser released the appropriate Suhosin patch, allowing me to package PHP 4.4.9 for Debian Etch amd64/i386 (Sarge support is now discontinued).
Take a look at the PHP4 Changelog before upgrading.
6 replies on “PHP 4.4.9 available”
Can anyone help me with installing php4 from this repository?
Here is log of my problem:
———
$ sudo aptitude install libapache-mod-php4
Reading package lists… Done
Building dependency tree
Reading state information… Done
Reading extended state information
Initializing package states… Done
The following packages are BROKEN:
libapache-mod-php4
The following NEW packages will be installed:
libdb4.4{a}
0 packages upgraded, 2 newly installed, 0 to remove and 83 not upgraded.
Need to get 2157kB of archives. After unpacking 4698kB will be used.
The following packages have unmet dependencies:
libapache-mod-php4: Depends: libzzip-0-12 (>= 0.12.83) but it is not installable
The following actions will resolve these dependencies:
Keep the following packages at their current version:
libapache-mod-php4 [Not Installed]
Score is -9881
Accept this solution? [Y/n/q/?] n
*** No more solutions available ***
——
Thanks,
Andrew
Could you please show us your /etc/apt/sources.list and your /etc/apt/preferences ?
FYI, Dotdeb is made for Debian Etch (and Lenny soon). Any other distribution is not supported.
Thank you for the quick feedback.
I have added a mirror to the /etc/apt/sources.list because the main addresses to repository couldn’t be parsed after running “apt-get update”.
So here is a mirror I used:
deb http://mirror.oeg.com.au/packages.dotdeb.org stable all
deb-src http://mirror.oeg.com.au/packages.dotdeb.org stable all
Regarding /etc/apt/preferences – I don’t have this one (seems like I don’t have any preferences?)
I talked about your *entire* sources.list, because some entries could conflict with Dotdeb, especially if you refer to something else than Debian Etch.
Oh, I am sorry,
Here you go:
—
deb http://ua.archive.ubuntu.com/ubuntu/ intrepid main restricted
deb-src http://ua.archive.ubuntu.com/ubuntu/ intrepid main restricted
deb http://ua.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
deb-src http://ua.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
deb http://ua.archive.ubuntu.com/ubuntu/ intrepid universe
deb-src http://ua.archive.ubuntu.com/ubuntu/ intrepid universe
deb http://ua.archive.ubuntu.com/ubuntu/ intrepid-updates universe
deb-src http://ua.archive.ubuntu.com/ubuntu/ intrepid-updates universe
deb http://ua.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb-src http://ua.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb http://ua.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse
deb-src http://ua.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse
deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb http://mirror.oeg.com.au/packages.dotdeb.org stable all
deb-src http://mirror.oeg.com.au/packages.dotdeb.org stable all
—
Any suggestions?
Andrew
Seems I reached the goal.
Only when I have added a dapper repository
eb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
and only combination dapper+dotdeb worked fine for me so that I installed php4 successfully.
Thank you for your time,
Andrew