On Thu, Feb 20, 2003 at 04:08:24PM -0000, [EMAIL PROTECTED] wrote:
> I cannot install midgard 1.4.4 on a Mandrake 9.0 system:
>
> apache 1.3.27 (from src)
> php 4.3.0 (from src)
> mysql 3.23.52 (from mandrake package)
>
> Following the manual on the midgard-project website I have compiled and
> installed
>
> midgard-lib 1.4.4. with
> ./configure --with-mysql=/usr/bin/mysql --with-expat
> --prefix=/usr/local/midgard
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> now when I try:
> [mr_messy mod_midgard-1.4.4]# ./configure
> --with-apxs=/usr/local/apache/bin/apxs --with-midgard=/usr/local/midgard
>
> I get...
>
> loading cache ./config.cache
> checking for midgard-config... unspecified, trying PATH...
> checking for midgard-config... /usr/local/bin/midgard-config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
It's picking up an old midgard-config. You can refer to an
midgard-config explicitly by doing
$ ./configure --with-midgard-config=/usr/local/midgard/bin/midgard-config
The --with-midgard flag doesn't do anything (anymore).
But since it does find /usr/local/bin/midgard-config, but appearantly
not midgard.h, it looks like you have a mix of an old and a newer
midgard-lib on the system. I would expect configure to look for
midgard/midgard.h, not just midgard.h
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]