Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installation de php [ RESOLU ]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
sdoudou306
n00b
n00b


Joined: 15 Mar 2014
Posts: 35

PostPosted: Sun Apr 27, 2014 12:30 pm    Post subject: Installation de php [ RESOLU ] Reply with quote

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 :D


Last edited by sdoudou306 on Sun May 04, 2014 7:05 am; edited 1 time in total
Back to top
View user's profile Send private message
hdcg
Tux's lil' helper
Tux's lil' helper


Joined: 07 Apr 2013
Posts: 120

PostPosted: Sun Apr 27, 2014 1:16 pm    Post subject: Reply with quote

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
View user's profile Send private message
sdoudou306
n00b
n00b


Joined: 15 Mar 2014
Posts: 35

PostPosted: Sun Apr 27, 2014 1:24 pm    Post subject: Reply with quote

Ok thank you :lol:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum