View previous topic :: View next topic |
Author |
Message |
stm Tux's lil' helper
Joined: 19 Aug 2003 Posts: 88
|
Posted: Thu Sep 25, 2003 4:54 pm Post subject: i'd like to emerge mod_php but.. |
|
|
if i do an emerge -p mod_php i get the following output:
Code: |
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] dev-perl/XML-Parser-2.31-r1
[ebuild N ] app-text/sablotron-0.97
[ebuild N ] app-text/aspell-0.50.3
[ebuild N ] app-crypt/mhash-0.8.18-r1
[ebuild N ] media-libs/jpeg-6b-r3
[ebuild N ] media-libs/tiff-3.5.7-r1
[ebuild N ] media-libs/pdflib-4.0.3-r1
[ebuild N ] media-libs/freetype-2.1.4
[ebuild N ] x11-misc/ttmkfdir-3.0.9
[ebuild N ] media-libs/libpng-1.2.5-r4
[ebuild N ] x11-base/opengl-update-1.5
[ebuild N ] media-libs/fontconfig-2.2.1
[ebuild N ] app-arch/unzip-5.50-r2
[ebuild N ] app-arch/cabextract-0.6
[ebuild N ] x11-base/xfree-4.3.0-r2
[ebuild N ] dev-libs/libxml2-2.5.8
[ebuild N ] dev-libs/libxslt-1.0.31
[ebuild N ] dev-libs/libmcrypt-2.5.7
[ebuild U ] sys-libs/cracklib-2.7-r7 [2.7-r6]
[ebuild N ] media-libs/freetype-1.3.1-r3
[ebuild N ] media-libs/lcms-1.09
[ebuild N ] media-libs/libmng-1.0.4
[ebuild N ] x11-libs/qt-3.1.2-r4
[ebuild N ] media-libs/t1lib-1.3.1
[ebuild N ] net-libs/libwww-5.4.0-r1
[ebuild N ] dev-php/mod_php-4.3.2-r4
|
err, i want to emerge php, that's it!? i mean, what does x11-base/opengl-update-1.5 have to do with mod_php? something is wrong here isn't it? |
|
Back to top |
|
|
indros Tux's lil' helper
Joined: 27 Sep 2002 Posts: 139
|
Posted: Thu Sep 25, 2003 4:59 pm Post subject: |
|
|
try a -qt in your USE
Code: |
USE=-qt emerge -p mod_php
|
|
|
Back to top |
|
|
exklusve Apprentice
Joined: 23 Aug 2002 Posts: 270 Location: currently ~/
|
Posted: Thu Sep 25, 2003 5:00 pm Post subject: |
|
|
make sure you search the forums for thigns before you post.
I just saw something about this, in this forum, prolly on the 1st page
read about the USE flags..
-X -xfree -KDE -gnome
etc _________________ eXklusve
You do know that no one gives a shit about your system spec's right? |
|
Back to top |
|
|
stm Tux's lil' helper
Joined: 19 Aug 2003 Posts: 88
|
Posted: Thu Sep 25, 2003 5:03 pm Post subject: |
|
|
i already knew that, but it sounds weird to me, that when i want to emerge mod_php i have to specify that i don't want no X etc. |
|
Back to top |
|
|
exklusve Apprentice
Joined: 23 Aug 2002 Posts: 270 Location: currently ~/
|
Posted: Thu Sep 25, 2003 5:05 pm Post subject: |
|
|
that is the beauty of gentoo
thats why we are all here _________________ eXklusve
You do know that no one gives a shit about your system spec's right? |
|
Back to top |
|
|
stm Tux's lil' helper
Joined: 19 Aug 2003 Posts: 88
|
Posted: Thu Sep 25, 2003 5:08 pm Post subject: |
|
|
rather ugly :/
and i don't even know what of this stuff is really needed by mod_php..
gonna give ufed a try. |
|
Back to top |
|
|
indros Tux's lil' helper
Joined: 27 Sep 2002 Posts: 139
|
Posted: Thu Sep 25, 2003 5:13 pm Post subject: |
|
|
Well it need that stuff because of your USE flags. It's the method used in customizing all of gentoo, and the way it's been for as long as I've used it.
Try also using
Code: |
USE=-* emerge -p mod_php
|
|
|
Back to top |
|
|
stm Tux's lil' helper
Joined: 19 Aug 2003 Posts: 88
|
Posted: Thu Sep 25, 2003 5:22 pm Post subject: |
|
|
i guess i need to get used to it
thanks
btw, ufed is a nice tool |
|
Back to top |
|
|
|