PHP Compilation fails after upgrade to Debian lenny

Written by - 0 comments

Published on - Listed in PHP Linux


I was just about to do a compilation of the latest PHP 5.2 version (5.2.13) on the recently updated Debian server (from etch to lenny) when I saw several compilation errors. So it seems, some - imho too many - dev-packages were not updated. The following packages had to be newly installed (they were not in the system anymore):

aptitude install apache2-threaded-dev aptitude install libbz2-dev aptitude install libcurl4-gnutls-dev aptitude install libjpeg62-dev aptitude install libpng12-dev aptitude install libfreetype6-dev

And if you receive the following error message, as I did, you have to install the following package.

configure: error: utf8_mime2text() has new signature aptitude install libc-client2007b-dev

Cheers


Add a comment

Show form to leave a comment

Comments (newest first)

No comments yet.