Boa tarde, sou iniciante em Linux, agradeço muito se puderem me ajudar. Estou tendo problemas com meu glib. Tenho RedHat 7.3, glibc-2.2.4-13.
Meu diretório de trabalho é /usr/local 1) Instalei o pck-config nesse diretório: # tar -xvfz pkg-config-0.20.tar.gz # cd pkg-config-0.20 # ./configure # make # make install 2) Depois o glib: # tar -jxvf glib-2.0.0.tar.bz2 # cd glib-2.0.0 # ./configure # make # make install Seguindo as instruções do arquivo INSTALL, executei as duas linhas: # pkg-config --cflags glib-2.0 # pkg-config --libs glib-2.0 3) Finalmente, tentei instalar o mdbtools na minha máquina (http://mdbtools.sourceforge.net/). # tar -xvfz mdbtools-0.5.tgz # cd mdbtools-0.5.tgz # ./configure Nesse momento ocorre o seguinte erro: checking for pkg-config... /usr/local/bin/pkg-config checking for GLIB - version >= 2.0.0... no *** Could not run GLIB test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding GLIB or finding the wrong *** version of GLIB. If it is not finding GLIB, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH glib 2.0 is required by MDB Tools. It can be downloaded at www.gtk.org. Alguém pode me ajudar a resolver esse problema ? Imagino que deva ter outra versão glib na máquina dando conflito. Se for isto mesmo, como faço pra descobrir e desinstalar a outra versão ? Agradeço desde já toda a ajuda. Kleber --------------------------------------------------------------------------- Esta lista é patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br Regras de utilização da lista: http://linux-br.conectiva.com.br FAQ: http://www.zago.eti.br/menu.html
