[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30841: Building Zend PHP (php): tests fail, and "Name or service not
From: |
Andreas Enge |
Subject: |
bug#30841: Building Zend PHP (php): tests fail, and "Name or service not known" |
Date: |
Sat, 17 Mar 2018 18:59:01 +0100 |
User-agent: |
Mutt/1.9.3 (2018-01-21) |
Hello,
On Sat, Mar 17, 2018 at 02:28:59PM -0300, Adonay Felipe Nogueira wrote:
> Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name
> or service not known in
this looks like the problem that has been reported several times for different
situations, due to a change in glibc. The solution was to install "nscd"
(possibly in your host distribution if you are not on GuixSD).
Could you give it a try?
Andreas