Posted: Fri May 30, 2008 6:00 pm Post subject: Php installation on RedHat Fedora 8
I’m getting the following error when trying to configure apache. Any idea why?
[root@BKR php-5.2.6]# ./configure --prefix=/usr/apache --enable-module=so
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@BKR php-5.2.6]#
Jonathan Camilleri
Mobile (MT): 00356 9982 7113
E-mail: camilleri.jon@gmail.com
-------------------------------------------------------------------------------------------------------------------------------------------------------------
P "Please consider your environmental responsibility before printing this e-mail"
I usually reply to e-mails within 2 business days. If it's urgent, give me a call.
-------------------------------------------------------------------------------------------------------------------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "PHP User Group - Malta" group.
To post to this group, send email to pugmt@googlegroups.com
To unsubscribe from this group, send email to pugmt-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/pugmt?hl=en
-~----------~----~----~----~------~----~------~--~---
Post generated using Mail2Forum @ PUGmt (http://solutions-lab.net/pugmt)
Seems like you do not have a C compiler (gcc / cc). So basically you
cannot compile. Why not try the auto downloader (yum) so you get
things set up automatically - then just change the configuration
files. sudo yum install apache2 would be a better choice.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum