Apesar da d�vida acho que isso tamb�m auxiliar� os novatos na instala��o do Xine, que � um bom video player para linux. Estou com problemas para instalar o Xine. Para instala-lo no linux � necess�rio 2 pacotes que podem ser encontrados em http://xine.sourceforge.net/xine_frame.php?page=download.html . Tais pacotes s�o xine-lib e xine-ui. O pacote xine-lib deve ser instalado antes do xine-ui. Foi exatamente o que fiz:
#tar -zxvf xine-lib.xxx.tar.gz #cd xine-lib.xxx/ #./configure #make #make install (como root) Tudo (xine-lib) foi instalado com sucesso em /usr/local/. Ent�o o pr�ximo passo foi tentar instalar o xine-ui: #tar -zxvf xine-ui.xxx.tar.gz #cd xine-ui.xxx/ #./configure Nesta parte � que est� o problema. Ele me retorna a seguinte mensagem de erro: ==================In�cio Mensagem de Erro===================== checking for xine-config... no checking for XINE-LIB version >= 0.9.4... no *** Could not run XINE test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding XINE or finding the wrong *** version of XINE. If it is not finding XINE, 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 *** configure: error: *** You should install xine-lib first *** ==============Fim Mensagem de Erro========================== Baseado nesta mensagem de erro optei por editar o arquivo /etc/ld.so.conf e adcionar uma linha no final do arquivo com o caminho de onde se encontra o execut�vel xine-config: ===========In�cio /etc/ld.so.conf======================================== /usr/X11R6/lib /usr/lib/qt2/lib /usr/lib/kde2 /usr/lib/kde1/lib /usr/local/bin (Aqui � o local onde se encontra o execut�vel xine-config) ============Fim /etc/ld.so.conf=========================================== Ap�s adcionar esta linha ao arquivo rodei o comando ldconfig. Ent�o retornei � instala��o do pacote xine-ui: #./configure E � retornado a mesma mensagem de erro anterior, o que indica que nada mudou com a altera��o feita no arquivo /etc/ld.so.conf. Ent�o eu gostaria de saber o que mais tenho que fazer para ele localizar o execut�vel xine-config no diret�rio /usr/local/bin? Espero resposta. OBS: Os pacotes xine-lib-0.9.8 e xine-ui-0.9.8 est�o sendo instalados no Conectiva Linux 7.0 Obrigado e Abra�os... Assinantes em 25/04/2002: 2263 Mensagens recebidas desde 07/01/1999: 164146 Historico e [des]cadastramento: http://linux-br.conectiva.com.br Assuntos administrativos e problemas com a lista: mailto:[EMAIL PROTECTED]
