[ubuntu-ar] No puedo acceder al sistema

Mariano Re re_mariano at yahoo.com.ar
Wed Mar 11 18:13:51 GMT 2009




	 
	
	 
	



Estimados compañeros de lista,Integro la lista hace bastante tiempo, y me he ido formando en estos temas de a poquito (aún me considero nuevito en estos temas). Integro un grupo del Instituto Nacional del Agua (hacemos lo que se llama hidráulica computacional, hacemos, usamos y corremos soft para resolver problemas hidroambientales) donde hemos incursionado en Ubuntu hace algunos meses con bastante exito. 
Tuvo que llegar un problema importante para acudir a la lista. Entiendo que el problema es el siguiente: necesité instalar la librería zlib (hice lo de más abajo) y a partir de eso reinicio y no puedo acceder al sistema (no llego hasta el momento en que pide el user, se cuelga y titila la pantalla). Si pongo el Live CD si puedo entrar.  
Les agradecería si me pueden tirar alguna punta.Muchas gracias,Mariano.

Esto es lo que hice para instalar
 zlib-1.2.3:
Prepare Zlib for compilation: 
./configure --prefix=/usr --shared –libdir=/lib 
Compile the package: 

make

To test the results, issue: 

make check
Install the shared library: 

make install
The previous command installed a .so file in /lib.
We will remove it and relink it into 
/usr/lib: 

rm -v /lib/libz.so
ln -sfv ../../lib/libz.so.1.2.3 /usr/lib/libz.so
Build the static library: 

make clean
./configure --prefix=/usr
make
To test the results again, issue: 

make check
Install the static library: 

make install
Fix the permissions on the static library: 

chmod -v 644 /usr/lib/libz.a






      Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: https://lists.ubuntu.com/archives/ubuntu-ar/attachments/20090311/2b7d9865/attachment-0001.htm 


More information about the Ubuntu-ar mailing list