Re: problem with migard 1.8alpha1
Eero af Heurlin <[email protected]> Mon, 23 Jan 2006 22:11:01 +0200
| Newsgroups | gmane.comp.web.midgard.user |
|---|---|
| Message-ID | <[email protected]> |
Uung H.R Bhuwono wrote: > Hi, > > Just try midgard 1.8alpha1 on my suse 10 box and got error when starting apache > > "PHP Warning: Unknown(): Unable to load dynamic library > '/usr/lib/php/extensions/midgard.so' - libglib-2.0.so.0: cannot open shared > object file: No such file or directory in Unknown on line 0" > > I compile it from the source, why it still asking for libglib-2.0.so.0. > Anyone can help me to solve this. > I suppose you compiled it on the same machine so glib2 and glib2-dev should be installed, can ld locate the file (see that ld.so.conf contains the path of the directory where the file is, then run ldconfig) ? In fact the configure script of 1.8a misses some dependencies, but the actual make should fail in that case. /Rambo