pp a écrit:
pierre <[EMAIL PROTECTED]> wrote:

  
---the new amazing issue of my midgard instalation from source---
 
hi, i'm instaling midgard 1.4.3 for debian and for now i have succeeded 
instalation of midgard-lib-1.4.3 and midgard-data-1.4.3  :D
but I have a problem :( with install of mod-midgar-1.4.3 when I launch:
***********************
    prompt>  ./configure \
        --with-midgard=/usr/local/midgard-1.4.3 \
        --with-midgard-config=/usr/local/midgard-1.4.3/bin/midgard-config
    loading cache ./config.cache
    checking for midgard-config... 
/usr/local/midgard-1.4.3/bin/midgard-config
    checking for a BSD compatible install... (cached) /usr/bin/install -c
    checking for static Apache module build... no
    configure: error: Please specify --with-apache or --with-apxs
    prompt>
************************

so i get source with "apt-get source apache" and i try to add
 --with-apache     Location of the Apache sources
(im sure that apxs is ok)
    

You downloaded apache sources packages.
What You need is install development package.
apt-get install apache-dev
Then configure and make again.

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  
it should be enough to specify --with-apxs=/usr/bin/apxs . There is no
need for apache sources.

Good luck,
Ingo
it run perfectly with "--with-apxs=/usr/bin/apxs" and without "--with-apache"

thanks a lot for your help


Reply via email to