php failing to get external data
Hello,I recently compiled a new server but then when I uploaded php files it was not able to do any "include" commands that gets files from external addresses...
the errors show up as
Warning: main(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/sites/site2/web/index.php on line 105
Warning: main(http://support.galacnet.com/galacnet/site/gbar.html): failed to open stream: Resource temporarily unavailable in /home/sites/site2/web/index.php on line 105
Warning: main(): Failed opening 'http://support.galacnet.com/galacnet/site/gbar.html' for inclusion (include_path='') in /home/sites/site2/web/index.php on line 105
Warning: main(http://support.galacnet.com/galacnet/site/gbar.html): failed to open stream: Resource temporarily unavailable in /home/sites/site2/web/index.php on line 105
Warning: main(): Failed opening 'http://support.galacnet.com/galacnet/site/gbar.html' for inclusion (include_path='') in /home/sites/site2/web/index.php on line 105
the files is there as a few other servers are getting it.
I compiled php version for 4.3.8 and 4.3.10 but no avail....
The configure is as follows.
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd --with-jpeg-dir=/usr/lib --with-gettext=/usr --enable-safe-mode --with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin --with-zlib --enable-magic-quotes --with-regex=system --with-ttf --with-db --with-gdbm --enable-mbstring --enable-mbstr-enc-trans --enable-track-vars --enable-wddx=shared --enable-mm=shared --enable-xml --enable-ftp --disable-debug --with-libdir=/usr/lib --with-db3 --with-interbase=shared
Thanks