Hi all. I downloaded and built PHP 4.0.6 tis morning ( RH6 ) w/ apache 1.3.20. The following code fails *everytime*: <?php $fd = fopen("http://www.php.net/", "r" ); if($fd) { fpassthru($fd); } ?> The two errors I receive are: Warning: php_network_getaddresses: getaddrinfo failed. Name of service not known in /usr/local/apache/htdocs/phptest3.php4. I also have a very similar problem with fsockopen. It doesn't work at all. Does one need to configure something before? Thanks, Katie. ===== __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]