Go Back   Champions of Regnum > Español > Soporte Técnico > Linux

Linux Problemas técnicos bajo la plataforma Linux

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 03-01-2008, 09:22 PM   #1
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default HOWTO: problemas con libexpat.so.1

La información fue extraida de aca:

http://www.regnumonline.com.ar/forum...ead.php?t=1617

Lo primero que debes hacer es asegurarte de que tienes instalado el paquete expat.

Puedes instalarlo mediante tu gestor de paquetes o bajandolo directamente desde aquí:

http://sourceforge.net/project/showf...ckage_id=10780

Por defecto se instalará en /usr/local/lib

Si quieres cambiarlo (por que tienes un sistema de 64 por ejemplo) tienes que compilarlo así:

Code:
./configure --libdir=[ruta_destino]
make
make install
Ahora hay que crear la variable de entorno LD_LIBRARY_PATH diciendole donde instalaste las librerias:

Code:
export LD_LIBRARY_PATH=[ruta_destino_que_usaste]
Esto tendrás que hacerlo cada vez que abras una consola o inicies sesión con tu usuario, para no tener que hacerlo siempre:

Code:
echo "export LD_LIBRARY_PATH=[ruta_destino_que_usaste]" >> ~/.bashrc
Ahora solo queda lanzar el juego, difruta!

PD: Para sistemas de 32 y 64 bits debería servir igual sin hacer ninguna modificiación, solo teneis que aseguraros de usar el launcher compilado para vuestra arquitectura.

Ambos se pueden encontrar aca:

http://www.regnumonline.com.ar/forum...ad.php?t=15226

PD2: Si tienes un script creado para lanzar el juego debería funcionar cambiando lo siguiente:

Code:
[... resto del script ...]
./rolauncher
por:

Code:
[... resto del script ...]
LD_LIBRARY_PATH=[ruta_a_las_librerias_libexpat] ./rolauncher
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan

Last edited by arlick; 08-06-2009 at 09:00 AM.
arlick no ha iniciado sesión   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:16 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved