> > Warning: Unable to load dynamic library
> > '/usr/local/lib/php/extensions/no-debug-non-zts-20001222/midgard.so' -
> > /usr/local/lib/php/extensions/no-debug-non-zts-20001222/midgard.so:
> > undefined symbol: midgard_user_call_func in
> > /usr/local/apache/libexec/midgard-root.php on line 12

/* Snip whining...sorry ;) */

Martin helped by suggesting:

>>have a look at midgard.so, if it finds all libs. "ldd midgard.so" should
show you:


>>        libmidgard.so.5 => /usr/local/lib/libmidgard.so.5 (0x4006e000)

Mine shows----->

libmidgard.so.3 => /usr/local/midgard/lib/libmidgard.so.3 (0x40066000)

This is the only variation from ldd

>> nm midgard.so |grep midgard_user should show you:

>> 0000d920 T midgard_user_call_func

and instead mine shows....

  U midgard_user_call_func

which is why the module won't load right?  So why, when I pull down a clean
tar, and removing all previous junk, am I getting the 3.0 library (which
seems to be the root of problem)??

>> so before stopping us working on billable stuff read some stuff about it
(perhabs the listarchive or some man pages) and try to track down the error.

please forgive my whining....it's Monday and my working midgard blew up....



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

Reply via email to