logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Install mod_clamav gives me an error
Author
SS



Joined: 22 Apr 2015
Posts: 3

PostPosted: Fri 24 Apr '15 4:08    Post subject: Install mod_clamav gives me an error Reply with quote

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: 7294
Location: Germany, Next to Hamburg

PostPosted: Fri 24 Apr '15 13:50    Post subject: Reply with quote

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


Reply to topic   Topic: Install mod_clamav gives me an error View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules