On Thu, Mar 29, 2001 at 10:36:25AM -0500, Marius Onica wrote:
> Emiliano wrote:
> 
> > Marius Onica wrote:
> > >
> > > Hello,
> > >
> > > I've tried to install midgard-1.4.1 on a RH7.0, but unfortunately
> > > I receive the following error message:
> > > Unable to load dynamic library '/usr/lib/php4/midgard.so'
> > > -/usr/lib/php4/midgard.so: undefined symbol: mgd_table_extname in Unknown on
> > > line 0
> >
> > Did you recompile midgard-lib? Any old versions around?
> >
> > Emile
> 
> Yes, I've recompiled all and there are no old version present in
> the paths in ld.so.conf.
> When I gave ldd midgard.so it apears libc  and ld-linux (if my memory
> don't trick me) . I don't know if this is ok.
If ldd midgard.so shows no dependency on libmidgard.so then it means
that configure script in extension was wrong at detection phase.
Look into config_vars.mk and if you'll see
MIDGARD_SHARED_LIB =
change it to
MIDGARD_SHARED_LIB = -lmidgard
-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project    | ALT  Linux  Team | Minsk Linux Users Group
 www.midgard-project.org | www.altlinux.ru  |    www.minsk-lug.net 
-- Successful and fortunate crime is called virtue.
- Seneca

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

Reply via email to