Wow.
Thank you for your suggestion, catacaustic.
I checked the http logs and there was a permission denied
problem.
It turns out that wp-config.php was only readable by root (600).
Changing to world readable (644) made the WordPress opening page
magically appear when I pointed the browser to wp-admin/install.php
[Note, it is a Linux machine running its own apache httpd,
not a blog hosted externally.]
HOWEVER, this poses a security problem, I suppose,
because there is a plain text password in wp-config.php.
Right?
Is there a secure way to get around this?
I found an old posting with suggestions of 750, 640, and 600.
Well, 600 is secure, but WordPress doesn’t seem to work
with it (it doesn’t install).
Or should I go back to 600 after the install finishes?
Thank you very much for your help.
Gus Correa