Hi Kai,

That patch alone didn't do the job.  I had to cheat a bit and change a
path in config.cache so apxs could be found.  So the compile finished but
when I try and start Apache I get this error...

/usr/local/apache/bin/apachectl start
PHP Warning:  Unknown(): Unable to load dynamic library
'/usr/local/lib/php/extensions/no-debug-non-zts-20020429/midgard.so' -
/usr/local/lib/php/extensions/no-debug-non-zts-20020429/midgard.so:
undefined symbol: le_midgard_list_fetch in Unknown on line 0
/usr/local/apache/bin/apachectl start: httpd started

What is that error?
Thanks,
Dan

> Hi Dan,
>
> Try this patch:
>
> cvs -z9 diff -u php_midgard.h
> Index: php_midgard.h
> =================================================================== RCS
> file: /home/cvsmgd/midgard/php4/php_midgard.h,v
> retrieving revision 1.8
> diff -u -r1.8 php_midgard.h
> --- php_midgard.h     8 Nov 2002 16:02:30 -0000       1.8
> +++ php_midgard.h     11 Jan 2003 11:55:48 -0000
> @@ -29,7 +29,7 @@
>  #ifdef WIN32
>  #include "config.w32.h"
>  #else
> -#include "php_config.h"
> +#include "config.h"
>  #endif
>
>  #if HAVE_MIDGARD
>
> This works for me. For more details look in my posting on midgard dev
> list from 11.01.2003.
>
> Regards, Kai
>
>
>
> --------------------------------------------------------------------- To
> unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]




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

Reply via email to