Jump to content

[SOLVED] Gentoo what USE flag do I need for graphics support?


jordanwb

Recommended Posts

Close, thorpe - just a minor change to the package name. emerge -pv php shows me this:

 

$ emerge -pv php

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-lang/php-5.2.6-r2  USE="apache2 berkdb bzip2 cjk cli crypt exif ftp gd gdbm iconv imap ipv6 json mysql ncurses nls pcre posix postgres readline reflection 
session simplexml soap spl sqlite ssl truetype unicode xml xmlreader xmlwriter zip zlib -adabas -bcmath -birdstep -calendar -cdb -cgi -concurrentmodphp -ctype -curl 
-curlwrappers -db2 -dbase -dbmaker -debug -discard-path -doc -empress -empress-bcs -esoob -fastbuild -fdftk -filter -firebird -flatfile -force-cgi-redirect -frontbase 
-gd-external -gmp -hash -inifile -interbase -iodbc (-java-external) -kerberos -kolab -ldap -ldap-sasl -libedit -mcve -mhash -msql -mssql -mysqli -oci8 -oci8-instant-client 
-odbc -pcntl -pdo -pic -qdbm -recode -sapdb -sharedext -sharedmem -snmp -sockets -solid -spell -suhosin -sybase -sybase-ct -sysvipc -threads -tidy -tokenizer -wddx 
-xmlrpc -xpm -xsl -yaz -zip-external" 0 kB

 

The "gd" flag is indeed the one you want, but I'm not sure if you need it. I think that just adds support for external GD, and disables PHP's bundled GD.

All right then I'll put gd in. Also for the $_SESSION superglobal there is a use flag called "session" with the description of "Adds Persistent Session Support", does this flag enable the $_SESSION superglobal or is this something different.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.