devs Posted October 27, 2017 Report Share Posted October 27, 2017 My customer bought HP Blade isp-ass AS 32 GB RAMS Now - he asked me to install Funtoo & configure it as WebServer emerge -av apache php (...) WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict: www-servers/apache:2 (www-servers/apache-2.4.27-r1:2/2::gentoo, ebuild scheduled for merge) conflicts with >=www-servers/apache-2.4[apache2_modules_unixd,threads] required by (dev-lang/php-7.0.23:7.0/7.0::gentoo, installed) ^^^^^^^ Nothing to merge; quitting. How can be Apache cause this on fresh, clean OS? ???????????????????????????????????????????????????????????????????????? Link to comment Share on other sites More sharing options...
Oleg Vinichenko Posted October 27, 2017 Report Share Posted October 27, 2017 portage asks to enable threads USE Link to comment Share on other sites More sharing options...
Funtoo Linux BDFL drobbins Posted October 28, 2017 Funtoo Linux BDFL Report Share Posted October 28, 2017 Yes, this is more an issue of a bad error message that is confusing rather than anything else. Adding "www-servers/apache threads" to /etc/portage/package.use or /etc/portage/package.use/apache should fix this as then all the deps should be happy. @Oleg Vinichenko, I do think that this is probably not the greatest default -- it seems like we should enable 'threads' by default to prevent this from even bothering users. Do you see any potential downside for this? Link to comment Share on other sites More sharing options...
Oleg Vinichenko Posted October 29, 2017 Report Share Posted October 29, 2017 i think it could be good default to have apache compiled with threads. i cannot tell about downsides so far, unless there are ebuilds that do not want apache[threads]. need research Link to comment Share on other sites More sharing options...
Recommended Posts