Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Install mod_clamav gives me an error |
|
Author |
|
SS
Joined: 22 Apr 2015 Posts: 3
|
Posted: Fri 24 Apr '15 4:08 Post subject: Install mod_clamav gives me an error |
|
|
I want to install mod_clamav in Linux mint while configuring
it gives me an error like
"Must specify path to apxs command with --with-apxs" but I followed the steps given in the procedure like ./configure --with-apache = /usr/local/apache2.
Anyone help me to rectify this. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 24 Apr '15 13:50 Post subject: |
|
|
sure the configure wants the --with-apxs flag
./configure --with-apache=/usr/local/apache2 --with-apxs=/path/to/apxs
apxs is often to be found in the apache bin folder |
|
Back to top |
|
|
|
|
|
|