View previous topic :: View next topic |
Author |
Message |
voidzero Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/177572459441f388d1902b.png)
Joined: 21 Jul 2002 Posts: 265 Location: Grnn
|
Posted: Wed Sep 18, 2002 10:12 pm Post subject: mod_php and qt?? |
|
|
Ok, this is the situation: I just installed apache but need mod_php4. This is really weird, though:
Code: | astarte conf # emerge -p mod_php
These are the packages that I would merge, in order.
Calculating dependencies ...done!
[ebuild N ] dev-java/blackdown-jdk-1.3.1-r7 to /
[ebuild N ] media-libs/pdflib-4.0.1-r3 to /
[ebuild N ] app-crypt/mhash-0.8.16 to /
[ebuild U ] x11-libs/qt-2.3.2-r1 to /
[ebuild N ] net-libs/libwww-5.4.0-r1 to /
[ebuild N ] dev-libs/libmcrypt-2.5.1-r4 to /
[ebuild N ] dev-php/mod_php-4.2.2-r1 to /
astarte conf # |
I don't get why it needs pdflib, qt?? and *blackdown-jdk. I just want php?
Mark _________________ Diplomacy is the art of letting the other party have things your way.
-- Daniele Vare |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rojaro l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 06 May 2002 Posts: 732
|
Posted: Wed Sep 18, 2002 10:38 pm Post subject: |
|
|
the answer lies within this document and if you really just want php try Code: | USE="-*" emerge dev-php/mod_php | but i would use this line instead Code: | USE="-* freetype jpeg png gd mysql flash libwww xml xml2 crypt" emerge dev-php/mod_php | but as i read the fine manual i just typed Code: | emerge dev-php/mod_php | and it actually did Code: | USE="-* freetype jpeg png gd mysql flash libwww xml xml2 crypt" emerge dev-php/mod_php | read the docs, search, then ask :) _________________ A mathematician is a machine for turning coffee into theorems. ~ Alfred Renyi (*1921 - †1970) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
voidzero Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/177572459441f388d1902b.png)
Joined: 21 Jul 2002 Posts: 265 Location: Grnn
|
Posted: Wed Sep 18, 2002 10:42 pm Post subject: |
|
|
Yes it were my useflags indeed. Still I wonder why it asks for qt-2-something though. _________________ Diplomacy is the art of letting the other party have things your way.
-- Daniele Vare |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rojaro l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 06 May 2002 Posts: 732
|
Posted: Wed Sep 18, 2002 10:43 pm Post subject: |
|
|
hehe :)
btw. nice frontpage on your homepage _________________ A mathematician is a machine for turning coffee into theorems. ~ Alfred Renyi (*1921 - †1970) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
voidzero Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/177572459441f388d1902b.png)
Joined: 21 Jul 2002 Posts: 265 Location: Grnn
|
Posted: Wed Sep 18, 2002 10:50 pm Post subject: |
|
|
Ohh after my reply you changed your post
Ok, My question about this:
The first code line is really obvious: it would only compile mod_php. But, your second codeline .. well I guess you just thought of that because you manually edited those use-flags? Anyway, you said:
rojaro wrote: | but as i read the fine manual i just typed Code: | emerge dev-php/mod_php | and it actually did Code: | USE="-* freetype jpeg png gd mysql flash libwww xml xml2 crypt" emerge dev-php/mod_php |
| Did you just copy the use-flags from your make.conf? (BTW why freetype for php? )
Thanks for your reply,
Mark _________________ Diplomacy is the art of letting the other party have things your way.
-- Daniele Vare |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rojaro l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 06 May 2002 Posts: 732
|
Posted: Wed Sep 18, 2002 10:59 pm Post subject: |
|
|
vocis wrote: | Ohh after my reply you changed your post ;) |
should not be possible as i am not a moderator here ... we probably posted at the very same time ...
vocis wrote: | Ok, My question about this:
The first code line is really obvious: it would only compile mod_php. But, your second codeline .. well I guess you just thought of that because you manually edited those use-flags? Anyway, you said:
rojaro wrote: | but as i read the fine manual i just typed Code: | emerge dev-php/mod_php | and it actually did Code: | USE="-* freetype jpeg png gd mysql flash libwww xml xml2 crypt" emerge dev-php/mod_php |
| Did you just copy the use-flags from your make.conf? (BTW why freetype for php? :))
Thanks for your reply,
Mark |
well, as i said i read that document (*hint* *hint*) and edited my /etc/make.conf
Code: | USE="avi berkdb crypt doc encode flash gd gdbm gpm gif gmp imlib innodb ipv6 jpeg lcms libg++ libwww mmx mpeg mysql nas ncurses oggvorbis pam perl pdf lib png python quicktime readline samba sdl slang socks5 ssl tcpd tiff truetype xml xml2 zlib x86 -3dnow -aalib -acl -afs -alsa -apm -arts -atlas -bonobo -cups -dvd -encode -esd -evo -directfb -ggi -ggz -gtk -gtk2 -gtkhtml -imap -java -kde -ldap -gnome -mikmod -motif -nls -odbc -opengl -oss -postgres -qt -qtmt -ruby -snmp -spell -sse -svga -tcltk -X -xmms -xv" |
i also should add that i don't have X11/XFree86 installed at all as the machine is a server and i dont need any x11 stuff there.
[edit: about the freetype, well this way you can use truetype fonts with the gd lib] _________________ A mathematician is a machine for turning coffee into theorems. ~ Alfred Renyi (*1921 - †1970)
Last edited by rojaro on Wed Sep 18, 2002 11:14 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
voidzero Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/177572459441f388d1902b.png)
Joined: 21 Jul 2002 Posts: 265 Location: Grnn
|
Posted: Wed Sep 18, 2002 11:05 pm Post subject: |
|
|
rojaro wrote: | vocis wrote: | Ohh after my reply you changed your post ![Wink ;)](images/smiles/icon_wink.gif) |
should not be possible as i am not a moderator here ... we probably posted at the very same time ... |
You can still edit your own post? Anyway like I said I read the use-howto but I wanted to know *your* reasons. They are clear now and I understand Thank you for taking the time
Mark _________________ Diplomacy is the art of letting the other party have things your way.
-- Daniele Vare |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rojaro l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 06 May 2002 Posts: 732
|
Posted: Wed Sep 18, 2002 11:13 pm Post subject: |
|
|
no problem :) _________________ A mathematician is a machine for turning coffee into theorems. ~ Alfred Renyi (*1921 - †1970) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|