Mostrando las entradas con la etiqueta linux. Mostrar todas las entradas
Mostrando las entradas con la etiqueta linux. Mostrar todas las entradas

lunes, marzo 31, 2008

CentOS : libstdc++.so.5: cannot open shared object file: No such file or directory

Estuve trantando de instalar el java_ee_sdk-5_04-linux-ml.bin y me genero el sgte error :

libstdc++.so.5: cannot open shared object file: No such file or directory

pero ya tenia instalado el libstdc++.so.6 . Googleando encontre un post en:

http://www.centos.org/modules/newbb/
print.php?form=1&topic_id=899&forum=31&
order=ASC&start=0


con este post solucione mi problema y la instalacion, paso como si nada.
Instale el sdk sin problemas.


El compat-libstdc++-7.3-2.96.126.i386.rpm, lo pueden encontrar en :

http://rpm.pbone.net/index.php3/stat/4/idpl/
1202604/com/compat-libstdc++-7.3-2.96.126.i386.rpm.html




------------------------------------------------------------------------------------------------


Re: RPM libstdc+
Posted by cormander on 2005/5/18 2:20:51

Type:

locate libstdc++.so.5

If it doesn't give you anything, try installing the rpm agian, this time forcing it:
rpm -Uvh --force compat-libstdc++-7.3-2.96.126.i386.rpm
Run the following command:
updatedb
And then do your "locate" command again to see if libstdc file shows up. Hope this helps.


martes, febrero 05, 2008

CentOS : CentOS no reconoce mi tarjeta de Red RTL8101E

Tengo una laptop Toshiba Satellite A135-S4527 y me funcionó bien... espero les solucione el problemilla. Mi caso fue la RTL8101E , pero también sirve para las especificadas en el titulo.

RealTek Ethernet: RTL8169S/SB/SC RTL8168B RTL8101E RTL8110

Hardware con el problema >>
  1. RTL8169S/SB/SC (Gigabit Ethernet with PCI interface).
  2. RTL8168B (Gigabit Ethernet with PCI-Express interface).
  3. RTL8101E (Fast Ethernet with PCI-Express interface).
  4. RTL8110


Esta es la pagina en la que informan que en CentOS 5:

* Drivers not included in the kernel as of 2.6.20.4.

http://wiki.centos.org/HardwareList/CentOS5/RealTek/r1000



Yo lo solucione ayudado de :

http://www.vincentverhagen.nl/2007/12/03/
realtek-linux-driver-automatic-compile-for-kernel/


En este articulo te dan el script y el driver para el CentOS >>

December 3, 2007

Realtek Linux driver automatic compile for kernel

Filed under: Linux related — vincent @ 21:28 Europe/Berlin

Sometimes you’ll have to update your Linux kernel. Not very often, but sometimes anyway :)
If, like me, you use a mainboard with a builtin Realtek ethernet controller, chances are that after installing your new kernel, the ethernet controller doesn’t come up. The problem is that your Linux kernel doesn’t have the correct module/driver.
You can very easily compile and install the driver by hand, but I tend to forget that and start wondering why things aren’t working :)

I’ve written a small script that checks to see if the correct kernel module exists. If not, it compiles the module and restarts the network services.
It’s compatible with CentOS 4(.5) and 5, but will most likely work with all Red Hat derivates.

Download the drivers and extract them in /usr/src like this:

cd /usr/src
tar xzf where-you-put-the-tgz-file/realtek_r1000.tgz

Copy the script to a location that makes sense to you (the script assumes /usr/src/LAN):

cp where-you-put-the-script/r1000.sh /usr/src/LAN

Edit your /etc/rc.d/rc.local to execute the r1000.sh file on system boot.

That should do the trick!
The drivers I’ve included with this post will work for RTL8169S/SB/SC, RTL8168B and RTL8101E chipsets.

realtek_r1000.tgz
r1000.sh


.

domingo, noviembre 04, 2007

can not find flashplugin-nonfree ubuntu 7.10

Hoy abro mi firefox y queria ver una pagina que tenia componentes flash, y oh! maravilla, no tenia instalado el flash, asi que le doy install y me muestra el sgte error >

buscando en foros , me encontre con una sol. interesante, no me habia dado cuenta> que los origenes de software estaban deshabilitados, y es
que hoy instale el Ubuntu 7.10 y viene deshabilitado por defecto.

Voy dejando el link del foro donde encontre la solucion>

http://ubuntuforums.org/showthread.php?t=599920

Donde > rsambuca's Avatar rsambuca contesta


Suerte.

viernes, febrero 16, 2007