Hi,

From: Fernando Medina <[EMAIL PROTECTED]>
> I am trying to compile midgard for the first time.  When i try to install
> mod_midgard I get this.  I had specified my apache in /usr/sbin (default
> config for RH 6.1).  Libs were configured fine, in /usr/local and the
mysql
> libs are also visible by ldconfig.  Any ideas? thanks.
>
> make install
> /usr/sbin/apxs -i -a -n 'midgard' mod_midgard.so
> cp mod_midgard.so modules/mod_midgard.so
> cp: cannot create regular file `modules/mod_midgard.so': No such file or
> directo
> ry
> apxs:Break: Command failed with rc=65536
> make: *** [install] Error 1

Seeing the error message I'd say you have a broken APXS config.
you have to change in /usr/sbin/apxs the $CFG_LIBEXECDIR variable (line 81)
to :
my $CFG_LIBEXECDIR = '/usr/lib/apache';

But after the first install of mod_midgard and midgard-php, you'll have to
change the httpd.conf to replace the lines:
LoadModule php3_module lib/apache/libphp3.so
LoadModule midgard_module lib/apache/mod_midgard.so
by the lines:
LoadModule php3_module modules/libphp3.so
LoadModule midgard_module modules/mod_midgard.so

> Fernando Medina, Jr.
> <[EMAIL PROTECTED]>
> Grupo Financiero Pacific
>

Best regards,
David





--
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