Skip to content
Advertisement

Makefile in Linux error: *** No rule to make target `all’. Stop

I’m installing Apache on my Linux server RedHat 6.4. I follow the following guide: http://squirrelmail.org/docs/admin/admin-3.html

When executing the make file, i got the following error:

Making all in srclib
make[1]: Entering directory `/usr/local/src/httpd-2.4.20/srclib'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/usr/local/src/httpd-2.4.20/srclib'
make: *** [all-recursive] Error 1

Can you please suggest how I can proceed further?

Advertisement

Answer

SquirrelMail is in the epel.repo https://fedoraproject.org/wiki/EPEL

yum install epel-release-6-8.noarch.rpm

https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

yum install squirrelmail

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement