vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, i want do upgrade my mod_php installation, but i get some odd emerge results,.. here is what emerge sais: # emerge -pu mod_php-4.3.6.ebuild These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] dev-php/mod_php-4.3.6 [ebuild UD] dev-php/php-4.3.4-r4 [4.3.6] here the version of mod_php i have currently installed: # emerge --search mod_php Searching... [ Results for search key : mod_php ] [ Applications found : 1 ] * dev-php/mod_php Latest version available: 4.3.6_rc2 Latest version installed: 4.3.6_rc2 Size of downloaded files: 3,866 kB Homepage: http://www.php.net/ Description: Apache module for PHP License: PHP has anyone an idea whats wrong? thx Jan |
| |||
| Jan Gerritsen wrote: > Hi, > > i want do upgrade my mod_php installation, > but i get some odd emerge results,.. > > here is what emerge sais: > > # emerge -pu mod_php-4.3.6.ebuild > > These are the packages that I would merge, in order: > > Calculating dependencies ...done! > [ebuild N ] dev-php/mod_php-4.3.6 > [ebuild UD] dev-php/php-4.3.4-r4 [4.3.6] > > > here the version of mod_php i have currently installed: > > > # emerge --search mod_php > Searching... > [ Results for search key : mod_php ] > [ Applications found : 1 ] > > * dev-php/mod_php > Latest version available: 4.3.6_rc2 > Latest version installed: 4.3.6_rc2 > Size of downloaded files: 3,866 kB > Homepage: http://www.php.net/ > Description: Apache module for PHP > License: PHP > > has anyone an idea whats wrong? > > thx > Jan Nothing really. It's just that portage follows the stable tree by default, and the latest stable dev-php/php is 4.3.4-r4 (as of time of writing). 'dev-php/php-4.3.6_rc2' has the '~x86' flag in the ebuild meaning that it is an unstable/testing version. If you want to install mod_php whilst keeping your current version of php, you can use the following options when emerging: # emerge -U mod_php and this will only perform upgrades (ie won't downgrade dev-php/php). -- Ben M. |
| ||||
| Hi, thanks for your answer. > It's just that portage follows the stable tree by default, and the > latest stable dev-php/php is 4.3.4-r4 (as of time of writing). > 'dev-php/php-4.3.6_rc2' has the '~x86' flag in the ebuild meaning that > it is an unstable/testing version. are there any problems of using version 4.3.6-r1 of mod_php while using version 4.3.4-r4 of php? I have some problems with the old mod_php version, thats wy i need to upgrade,... thx, Jan |