View previous topic :: View next topic |
Author |
Message |
sdoudou306 n00b
Joined: 15 Mar 2014 Posts: 35
|
Posted: Sun Apr 27, 2014 12:30 pm Post subject: Installation de php [ RESOLU ] |
|
|
hello I am a beginner and voila a little while I am trying to install php on my server but after changing my make.conf USE adding in php, then the line
Code: |
dev-lang/php apache2 sockets pcntl |
in package.use I still have the same error
Code: |
localhost ~ # emerge php
* Last emerge --sync was 34d 18h 49m 26s ago.
Calculating dependencies /
!!! Problem resolving dependencies for dev-lang/php ... done!
!!! The ebuild selected to satisfy "php" has unmet requirements.
- dev-lang/php-5.5.10::gentoo USE="apache2 bcmath berkdb bzip2 calendar cgi cli crypt ctype curl exif fileinfo filter ftp gd gdbm hash iconv imap ipv6 json kerberos ldap mhash mysql mysqli nls opcache pcntl phar posix postgres readline recode session simplexml snmp sockets spell sqlite ssl sysvipc tokenizer truetype unicode xml zip zlib -cdb -cjk -debug -embed -enchant -firebird -flatfile -fpm (-frontbase) -gmp -inifile -intl -iodbc -ldap-sasl -libedit -libmysqlclient -mssql -oci8-instant-client -odbc -pdo -qdbm (-selinux) -sharedmem -soap (-sybase-ct) -systemd -threads -tidy -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xslt"
The following REQUIRED_USE flag constraints are unsatisfied:
recode? ( !imap !mysql !mysqli )
The above constraints are a subset of the following complete expression:
truetype? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) simplexml? ( xml ) soap? ( xml ) wddx? ( xml ) xmlrpc? ( any-of ( xml iconv ) ) xmlreader? ( xml ) xslt? ( xml ) ldap-sasl? ( ldap ) mhash? ( hash ) phar? ( hash ) libmysqlclient? ( any-of ( mysql mysqli pdo ) ) qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli ) sharedmem? ( !threads ) !cli? ( !cgi? ( !fpm? ( !apache2? ( !embed? ( cli ) ) ) ) )
|
if someone an idea what I forgot to do in code error is to explain to me why and how so to bed less stupid
Last edited by sdoudou306 on Sun May 04, 2014 7:05 am; edited 1 time in total |
|
Back to top |
|
|
hdcg Tux's lil' helper
Joined: 07 Apr 2013 Posts: 121
|
Posted: Sun Apr 27, 2014 1:16 pm Post subject: |
|
|
Hi,
the message
Code: | The following REQUIRED_USE flag constraints are unsatisfied:
recode? ( !imap !mysql !mysqli ) |
means that you cannot combine the recode use flag with imap, mysql or mysqli.
Either you remove the recode use flag or the other ones.
Best Regards,
Holger |
|
Back to top |
|
|
sdoudou306 n00b
Joined: 15 Mar 2014 Posts: 35
|
Posted: Sun Apr 27, 2014 1:24 pm Post subject: |
|
|
Ok thank you |
|
Back to top |
|
|
|