hi
I have a FAMP on my VPS and am trying to upgrade installed packages (PHP, MySQL & Apache); since some of them are getting a little older. I've chosen the portupgrade utility since the manual recommends this.
With portupgrade installed succesfully, upon:
I receive:
The majority of my packages are now updated successfully, but the most important, namely the above are not! That is, I'm still on PHP 5.3
What's the problem?
I have a FAMP on my VPS and am trying to upgrade installed packages (PHP, MySQL & Apache); since some of them are getting a little older. I've chosen the portupgrade utility since the manual recommends this.
With portupgrade installed succesfully, upon:
# portupgrade -a
I receive:
Code:
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! www/php5-session (php5-session-5.3.11) (compiler error)
! databases/php5-mysql (php5-mysql-5.3.11) (missing header)
! databases/php5-mysqli (php5-mysqli-5.3.11) (missing header)
The majority of my packages are now updated successfully, but the most important, namely the above are not! That is, I'm still on PHP 5.3
What's the problem?