> From: "Fabricio Cannini Flores" <[EMAIL PROTECTED]> > Eu nunca me lembro direito desse comando mas acho que é algo do tipo: > > set_env PKG_CONFIG_PATH= caminho da biblioteca > export PKG_CONFIG_PATH
tentei mas olha o erro que retornou agora: checking for libxml-2.0 >= 2.4.0... Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libxml-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libxml-2.0' found configure: error: Library requirements (libxml-2.0 >= 2.4.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. e realmente o arquivo 'libxml-2.0.pc' não foi instalado no disco: acs:/var/www/rlib/rlib-1.1.4# find / -name libxml* /var/lib/dpkg/info/libxml2.prerm /var/lib/dpkg/info/libxml2.list /var/lib/dpkg/info/libxml2.md5sums /var/lib/dpkg/info/libxml2.postrm /var/lib/dpkg/info/libxml2.shlibs /var/lib/dpkg/info/libxml2.postinst /var/cache/apt/archives/libxml2_2.4.19-4_i386.deb /usr/doc/libxml2 /usr/lib/libxml2.so.2.4.19 /usr/lib/libxml2.so.2 /usr/share/doc/libxml2 será que o pacote da libxml esta faltando arquivos ? ou é problema na RLIB mesmo? qualquer ajuda será muito bem vinda obrigado