Nick W said: > --snip > >> Try running 'emerge -vp mod_php' and post the output please. The -v >> option will cause it to also spit out the USE variables being used in >> each >> package it wants to emerge. > > These are the packages that I would merge, in order: > > Calculating dependencies ...done! > [ebuild N ] media-libs/freetype-2.1.4 -doc +zlib -bindist > [ebuild N ] media-libs/libpng-1.2.5-r4 > [ebuild N ] x11-misc/ttmkfdir-3.0.9 > [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-r3 -3dfx -sse -mmx -3dnow +xml2 > +truetype +nls -cjk -doc -ipv6 -debug -static +pam -sdk -gatos > [ebuild N ] media-libs/jpeg-6b-r3 > [ebuild N ] media-libs/tiff-3.5.7-r1 > [ebuild N ] media-libs/lcms-1.09 > [ebuild N ] media-libs/libmng-1.0.4 > [ebuild N ] x11-libs/qt-3.2.2-r1 +cups -nas -postgres +opengl -mysql > -odbc +gif -doc > [ebuild N ] app-crypt/mhash-0.8.18-r1 > [ebuild N ] media-libs/pdflib-4.0.3-r1 -tcltk +perl +python -java > [ebuild N ] dev-libs/libmcrypt-2.5.7 > [ebuild N ] dev-libs/libxml2-2.5.11 +python +readline -ipv6 > [ebuild N ] dev-libs/libxslt-1.0.33 +python > [ebuild N ] dev-perl/XML-Parser-2.31-r1 > [ebuild N ] app-text/sablotron-0.97 > [ebuild N ] net-libs/libwww-5.4.0-r1 +ssl -mysql > [ebuild N ] app-text/aspell-0.50.3 > [ebuild N ] media-libs/freetype-1.3.1-r3 +nls > [ebuild N ] media-libs/t1lib-1.3.1 -X > [ebuild N ] net-mail/mailbase-0.00-r5 > [ebuild N ] net-mail/ssmtp-2.48 > [ebuild N ] dev-php/mod_php-4.3.3-r3 -apache2 -X +crypt -curl > -firebird > -flash -freetds -gd -gd-external +gdbm -imap -informix -ipv6 -java +jpeg > -ldap -mcal -memlimit -mysql +nls -oci8 -odbc +pam +pdflib +png -postgres > +qt > -snmp +spell +ssl -tiff +truetype +xml2 +berkdb > > I see a few issues already, but perhaps you can de-muddle some of this for > me >
Try changing your USE flags to include: "-qt -truetype -opengl" It's probably those to flags that are being used in mod_php that cause the X & Qt stuff to be emerged. If you just want to see what kind of difference it makes without modifying make.conf you can just use the command: USE="-qt -truetype -opengl" emerge -vp mod_php Cheers, Trevor _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

