Hi. I'm not new to PHP, but I'm new to installing it. Yesterday I installed Apache 2.0.58 and mySQL 5.0.21 on a Red Hat server. Today I'm trying to install PHP 5.1.4 following the guide found on PHP.net.
Now when I type "make install" (after doing "make" without errors), I end up getting this: Resolving pear.php.net... failed: Host not found.
I understand a php server should have access to the Internet, but we need this server for local applications and this computer does not have access to the Internet. Is there a place I could download the install files so I can install it offline?
Thanks a lot!