[equinux] Vmware en fedora core 3
Guillermo Salas M.
gsalas en mantareys.com
Jue Jul 27 00:35:33 EDT 2006
On Wed, 2006-07-26 at 12:15 -0500, Marcia Contento wrote:
> Hola a todos,
>
> Estoy intentando instalar vmware
> (VMware-workstation-5.5.1-19175.i386.rpm)en mi fedora core 3
> (2.6.11-1.1369_FC4) pero tengo los siguientes errores:
>
>
> [root en nena include]# vmware-config.pl
> Making sure services for VMware Workstation are stopped.
>
> Stopping VMware services:
> Virtual machine monitor [ OK ]
>
> Configuring fallback GTK+ 2.4 libraries.
>
> ***
> * Updating MIME database in /usr/share/mime...
> ***
> In which directory do you want to install the mime type icons?
> [/usr/share/icons]
>
> In which directory do you want to install the application's icon?
> [/usr/share/pixmaps]
>
> Trying to find a suitable vmmon module for your running kernel.
>
> None of the pre-built vmmon modules for VMware Workstation is suitable
> for your
> running kernel. Do you want this program to try to build the vmmon
> module for
> your system (you need to have a C compiler installed on your system)?
> [yes]
>
> Using compiler "/usr/bin/gcc". Use environment variable CC to override.
>
> Your kernel was built with "gcc" version "4.0.0", while you are trying
> to use
> "/usr/bin/gcc" version "4.0.2". This configuration is not recommended
> and VMwareWorkstation may crash if you'll continue. Please try to use
> exactly same
> compiler as one used for building your kernel. Do you want to go with
> compiler
> "/usr/bin/gcc" version "4.0.2" anyway? [no]
>
Ahi esta el error.
>
> YA HE PROBADO CON runme.pl que lei que ayudaba pero nada de nada, por
> favor ayudenme :(, gracias de ante mano.
>
>
Estas tratando de compilar los módulos utilizando gcc 4.0.2 para un
kernel que fué compilado con gcc 4.0.0.
Debes especificar una variable de entorno para utilizar gcc 4.0.0, no
tengo un fedora a la mano pero debería ser algo asi:
export CC=/usr/bin/gcc-4.0
Antes deberías hacer un ls /usr/bin/gcc* para saber cual es el binario
de gcc adecuado. Por ejemplo tengo en mi máquina:
gsalas en dimebag:~$ ls /usr/bin/gcc*
/usr/bin/gcc /usr/bin/gcc-4.1 /usr/bin/gccbug-4.0
/usr/bin/gcc-3.3 /usr/bin/gccbug /usr/bin/gccbug-4.1
/usr/bin/gcc-4.0 /usr/bin/gccbug-3.3 /usr/bin/gccmakedep
El binario que debería utilizar es gcc-4.0
Saludos,
Guillermo
>
> _______________________________________________
> equinux mailing list
> equinux en nuevared.org
> http://nuevared.org/mailman/listinfo/equinux_nuevared.org
Más información sobre la lista de distribución equinux