[openi18n-im:01085] Re: Problem compiling
Akira TAGOH <[email protected]>
| Newsgroups | gmane.comp.internationalization.input-methods |
|---|---|
| Organization | Red Hat, Inc. |
| Message-ID | <[email protected]> |
>>>>> On Wed, 20 Oct 2004 14:40:02 -0400, >>>>> "RJS" == Rajeev J Sebastian <[email protected]> wrote: RJS> Hi, RJS> Im having trouble building im-sdk-r12_1-svn2002 RJS> In the first instance, I started the build and configure complained abt not RJS> having libxml-2.0. So (based on earlier messages on this list), I downloaded RJS> libxml-2.6.14, built and installed it. The .so files are in ./usr/local/lib RJS> I started the build again, but still it couldnt find it, giving the error RJS> message: RJS> checking for libxml-2.0... Package libxml-2.0 was not found in the pkg-config RJS> search path. RJS> Perhaps you should add the directory containing `libxml-2.0.pc' RJS> to the PKG_CONFIG_PATH environment variable RJS> No package 'libxml-2.0' found RJS> configure: error: Library requirements (libxml-2.0) not met; consider RJS> adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a RJS> nonstandard prefix so pkg-config can find them. as it was mentioned, you need to set PKG_CONFIG_PATH=/usr/local/lib/pkgconfig - probably you can find libxml-2.0.pc under /usr/local/lib/pkgconfig. -- Akira TAGOH