On 29 Jun, Brian Bothern shaped the somewhat mellow bitstream to say:
> I have downloaded Apache 1.3.0, unziped, untared, and all that stuff.
> Now my problem is this:
>
> Error: could not find any of these C compilers
> anywhere in your PATH: gcc cc acc c89
>
> Now I probaly don't have one but where do I find them and where do I
> need to put them for this thing to work.
>
> Brian Bothern
>
>
Apparently you didn't install them when you did your installation.
That means that they should still be on your installation source. If
you bought the boxed set, put the cd in your cr-rom drive and type (as
root):
mount /mnt/cdrom
cd /mnt/cdrom/RedHat/RPMS
ls gcc*
rpm -Uvh gcc???????? (where ? = the version of the ".rpm" file)
There will be development libraries you're gonna need as well.
You don't say which version you're using but if you have 5.0 they
should be:
gcc-2.7.2.3-8.i386.rpm
gcc-objc-2.7.2.3-8.i386.rpm
gcc-c++-2.7.2.3-8.i386.rpm
and you'll probably need:
glibc-2.0.5c-10.i386.rpm
glibc-devel-2.0.5c-10.i386.rpm
glibc-debug-2.0.5c-10.i386.rpm
glibc-profile-2.0.5c-10.i386.rpm
as well though I have updated mine somewhere along the way to:
glibc-2.0.7-13
Good luck.
--
Chuck Mead
[EMAIL PROTECTED]
http://www.moongroup.com/unix/
http://www.gnu-man.org (coming soon!)
Everything should be built top-down, except this time.
- and -
Where are the calculations that go with a calculated risk?
This message sent with tkrat v1.2
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.