View previous topic :: View next topic |
Author |
Message |
Gianni.Sax n00b
Joined: 15 Jan 2005 Posts: 35 Location: Pisa (Italy)
|
Posted: Mon Jan 17, 2005 5:58 pm Post subject: Dov'è il php5? |
|
|
Ciao a tutti,
sono nuovo di gentoo e sto muovendo i miei primi passi con portage e compagnia bella.
Ho appena installato apache2 e mysql e volevo chiudere in bellezza installando anche il php5, ma emerge mi vorrebbe installare per forza il 4:
Code: |
geppetto root # emerge -vp php
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] dev-libs/libgpg-error-1.0-r1 +nls 316 kB
[ebuild N ] dev-libs/libgcrypt-1.1.94 +nls 827 kB
[ebuild N ] dev-libs/libxslt-1.1.9-r1 +crypt +python 1,725 kB
[ebuild N ] app-crypt/mhash-0.9.1 362 kB
[ebuild N ] media-libs/tiff-3.7.1-r1 1,224 kB
[ebuild N ] media-libs/pdflib-5.0.4_p1-r1 -java +perl +python -tcltk 2,759 kB
[ebuild N ] dev-libs/libmcrypt-2.5.7 511 kB
[ebuild N ] app-text/aspell-0.50.5-r4 -debug +gpm 992 kB
[ebuild N ] dev-perl/XML-Parser-2.34 224 kB
[ebuild N ] app-text/sablotron-1.0 -debug +doc +perl 472 kB
[ebuild NS ] media-libs/freetype-1.3.1-r4 +nls +tetex 1,919 kB
[ebuild N ] media-libs/t1lib-5.0.2 -X -debug +doc 1,657 kB
[ebuild N ] app-doc/php-docs-200403 2,023 kB
[ebuild N ] dev-php/php-4.3.10 -X +berkdb +crypt -curl -debug +doc -fdftk -firebird -flash -freetds +gd -gd-external +gdbm -gmp -hardenedphp -imap -informix +ipv6 -java +jpeg -kerberos -ldap -mcal -memlimit -mssql +mysql +ncurses +nls -oci8 -odbc +pam +pdflib +png -postgres -qt +readline -snmp +spell +ssl -tiff +truetype +xml2 -yaz 3,932 kB
Total size of downloads: 18,948 kB
|
Mi sapete dire perché?
Grazie a tutti. _________________ Hey! Ho un blog! |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31297 Location: here
|
Posted: Mon Jan 17, 2005 6:00 pm Post subject: |
|
|
Perche' la versione 5.0 e' ancora masked. Devi mettere php e mod_php in package.keywords _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
fabius Guru
Joined: 29 Nov 2004 Posts: 525
|
Posted: Mon Jan 17, 2005 6:12 pm Post subject: |
|
|
Per vedere tutte le versioni degli ebuild di un pacchetto nel portage puoi usare sempre il comando Code: | etcat -v nome_pacchetto | dove etcat fa parte di gentoolkit |
|
Back to top |
|
|
Gianni.Sax n00b
Joined: 15 Jan 2005 Posts: 35 Location: Pisa (Italy)
|
Posted: Mon Jan 17, 2005 6:37 pm Post subject: |
|
|
fedeliallalinea wrote: | Devi mettere php e mod_php in package.keywords |
Ho capito, funziona.
Io avevo provato a seguire il manuale e creare il file package.unmask, ma evidentemente sbagliavo qualcosa.
Grazie. _________________ Hey! Ho un blog! |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31297 Location: here
|
Posted: Mon Jan 17, 2005 6:38 pm Post subject: |
|
|
Gianni.Sax wrote: | Io avevo provato a seguire il manuale e creare il file package.unmask, ma evidentemente sbagliavo qualcosa |
Il file package.unmask e' solo per i pacchetti hard masked. Se sono solo masked basta il package.keywords _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|