�������� ����� wrote: > php_midgard.h:40: midgard/apache.h: No such file or directory > In file included from mgd_internal.h:29, > from article.c:21: > mgd_access.h:24: midgard/midgard.h: No such file or directory > In file included from article.c:22: > mgd_oop.h:25: midgard/tablenames.h: No such file or directory > gmake[1]: *** [article.slo] Error 1 Where are these installed? Doesn't supplying that directory to mkall solve that? (So if these are in /usr/local/midgard/include/midgard, try './mkall /usr/local/midgard/'. If that's not it, make very sure that you don't have old headers around. I just installed on FreeBSD (version 'koala', don't know what that translates to in version numbering) with no issues compiling. There's still an issue of symbols not being found, but in order to diagnose/fix that, I need a way to see what dependencies a shared lib has, and under freebsd, ldd only works on executables, not libraries. If someone happens to know about this, feel free to contact me. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
