roacha Posted June 9, 2008 Share Posted June 9, 2008 Hello, I am trying to install Apache 2.28 on CentOS. I have tried running multiple configure commands: ./configure --prefix=/usr/local/apache/ ./configure --prefix=/usr/local/apache/ --enable-mods-shared=most This statement finishes without any errors. But when I run: make It never finishes, seems like it goes in a loop forever. Any idea what is wrong? Thanks Link to comment https://forums.phpfreaks.com/topic/109484-solved-installation-the-make-command-never-finishes/ Share on other sites More sharing options...
trq Posted June 10, 2008 Share Posted June 10, 2008 What exactly do you meen by never finishes? How long have you left it? A big program like Apache could be expected to take a while depending on your hardware. Link to comment https://forums.phpfreaks.com/topic/109484-solved-installation-the-make-command-never-finishes/#findComment-561635 Share on other sites More sharing options...
roacha Posted June 10, 2008 Author Share Posted June 10, 2008 Yesterday I installed Apache Http Server about 3 times on this server. The server was re-imaged by my hosting company today. I am using the same exact installation tar and the same exact command. Yesterday the make command took less than 5 min. Today I have left it for over 20-25 min and it still has not completed. Link to comment https://forums.phpfreaks.com/topic/109484-solved-installation-the-make-command-never-finishes/#findComment-561642 Share on other sites More sharing options...
trq Posted June 10, 2008 Share Posted June 10, 2008 20-25 minutes doesn't sound too unusual to me. What are the specs of the machine? Memory and CPU? Link to comment https://forums.phpfreaks.com/topic/109484-solved-installation-the-make-command-never-finishes/#findComment-561672 Share on other sites More sharing options...
roacha Posted June 10, 2008 Author Share Posted June 10, 2008 I figured it out. When they rebuilt the server they did not update the date/time on the system. So it was still showing as 2004. I updated it and the make finished in about 4 minutes. Link to comment https://forums.phpfreaks.com/topic/109484-solved-installation-the-make-command-never-finishes/#findComment-561684 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.