Robert Fargher wrote:
> 
> On 16-Mar-2000 Alexander Bokovoy wrote:
> 
>  Hello Alexander
> 
> > Could you provide us with command line you've used for ./configure
> > script (you'll find precise options in config.status file)? It
> > seems that you forgot to add --with-midgard option to configure
> > because I can't find  -L/usr/local/lib -lmidgard
> >-I/usr/local/include  in the info above.
> 
>   OK, I tried it with "--with-midgard" option.  This option isn't
> recognised, viz:
> 
> hyla:/usr/local/src/apache_1.3.12# SSL_BASE="/usr/local/ssl" \
> > ./configure \
> > "--with-layout=Apache" \
> > "--enable-module=ssl" \
> > "--activate-module=src/modules/php3/libphp3.a" \
> > "--enable-module=php3" \
> > "--with-midgard" \
> > "--prefix=/usr/local/apache" \
> > "--enable-module=so" \
> > "--with-perl=/usr/bin/perl"
> Configuring for Apache, Version 1.3.12
>  + using installation path layout: Apache (config.layout)
>  + activated php3 module (modules/php3/libphp3.a)
> configure:Error: invalid option '--with-midgard'
Configure script from Apache was absolutely right because --with-midgard
is the option for PHP's configure script. You should add --with-midgard
into bunch of options you've provided to PHP's configure. Our Apache
module mod_midgard uses regular apxs script so you'll either just run 
configure && make && make install && make conf
from mod_midgard source directory for building DSO module or put
mod_midgard sources into Apache's src/modules/mod_midgard and add 
--activate-module=src/modules/mod_midgard/mod_midgard.c \
--enable-module=mod_midgard
to Apache's configure script to build static module (or DSO but together
with other Apache's modules).
-- 
Sincerely yours, 
Alexander Bokovoy 
<!-- 2:450/144.58 --- bokovoyATminsk.lug.net --- FractalsAtTheEdge -->

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to