Frank Boehme wrote:
>
> Emiliano wrote:
>
> > What does 'ldd /usr/lib/apache/libphp3.so | grep midgard' return?
>
> It says:
>
> libmidgard.so.3 => /usr/local/lib/libmidgard.so.3 (0x400ea000)
>
> BTW, that error
>
> undefined symbol: midgard_traverse_filetemplate
>
> happens as soos as apache tries to load either libphp3.so or
> mod_midgard.so, whichever is first.
If you compile this:
-------- snip --------------
#include <midgard.h>
int main(int argc, char ** argv)
{
midgard_traverse_filetemplate("/tmp/tt", NULL, NULL, NULL, NULL,
NULL);
}
-------- snip --------------
with
gcc -o ftt ftt.c -lmidgard
can you run the resulting executable? It doesn't have to do anything (it
doesn't)
I just need to know if you see the same error message.
Emile
--
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]