* [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories?
@ 2008-01-26 3:03 Michael Sullivan
2008-01-26 7:18 ` Andrey Falko
2008-01-26 10:01 ` Neil Bothwick
0 siblings, 2 replies; 5+ messages in thread
From: Michael Sullivan @ 2008-01-26 3:03 UTC (permalink / raw
To: gentoo-user
I'm trying to install the evaluation copy of vmware workstation 6 and
the installer is asking me:
What is the directory that contains the init directories (rc0.d/ to
rc6.d/)?
What's the answer to this? AFAIK, these directories do not exist on
Gentoo. What should I do? Do I need to create symlinks to somewhere
in /etc? Please advise...
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories?
2008-01-26 3:03 [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories? Michael Sullivan
@ 2008-01-26 7:18 ` Andrey Falko
2008-01-26 12:35 ` Michael Sullivan
2008-01-26 10:01 ` Neil Bothwick
1 sibling, 1 reply; 5+ messages in thread
From: Andrey Falko @ 2008-01-26 7:18 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 671 bytes --]
On Jan 25, 2008 10:03 PM, Michael Sullivan <michael@espersunited.com> wrote:
> I'm trying to install the evaluation copy of vmware workstation 6 and
> the installer is asking me:
>
> What is the directory that contains the init directories (rc0.d/ to
> rc6.d/)?
/etc/init.d
are you using the ebuild??
If you want workstation 6.0:
echo app-emulation/vmware-workstation ~x86 >> /etc/portage/package.keywords
emerge vmware-workstation
>
> What's the answer to this? AFAIK, these directories do not exist on
> Gentoo. What should I do? Do I need to create symlinks to somewhere
> in /etc? Please advise...
>
>
> --
> gentoo-user@lists.gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 1226 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories?
2008-01-26 3:03 [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories? Michael Sullivan
2008-01-26 7:18 ` Andrey Falko
@ 2008-01-26 10:01 ` Neil Bothwick
1 sibling, 0 replies; 5+ messages in thread
From: Neil Bothwick @ 2008-01-26 10:01 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 624 bytes --]
On Fri, 25 Jan 2008 21:03:53 -0600, Michael Sullivan wrote:
> I'm trying to install the evaluation copy of vmware workstation 6 and
> the installer is asking me:
Why aren't you using portage for this?
> What is the directory that contains the init directories (rc0.d/ to
> rc6.d/)?
>
> What's the answer to this? AFAIK, these directories do not exist on
> Gentoo. What should I do? Do I need to create symlinks to somewhere
> in /etc? Please advise...
The default works AFAIR, but portage would take care of it for you anyway.
--
Neil Bothwick
Genius is 99% inspiration and 2% arithmetic
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories?
2008-01-26 7:18 ` Andrey Falko
@ 2008-01-26 12:35 ` Michael Sullivan
2008-01-26 12:38 ` Michael Sullivan
0 siblings, 1 reply; 5+ messages in thread
From: Michael Sullivan @ 2008-01-26 12:35 UTC (permalink / raw
To: gentoo-user
On Sat, 2008-01-26 at 02:18 -0500, Andrey Falko wrote:
>
>
> On Jan 25, 2008 10:03 PM, Michael Sullivan <michael@espersunited.com>
> wrote:
> I'm trying to install the evaluation copy of vmware
> workstation 6 and
> the installer is asking me:
>
> What is the directory that contains the init directories
> (rc0.d/ to
> rc6.d/)?
>
> /etc/init.d
>
> are you using the ebuild??
>
> If you want workstation 6.0:
>
> echo app-emulation/vmware-workstation ~x86
> >> /etc/portage/package.keywords
> emerge vmware-workstation
>
>
>
>
> What's the answer to this? AFAIK, these directories do not
> exist on
> Gentoo. What should I do? Do I need to create symlinks to
> somewhere
> in /etc? Please advise...
>
>
> --
> gentoo-user@lists.gentoo.org mailing list
>
I emerged vmware-workstation and followed the gentoo wiki guide to set
it up. I added the michael user to the vmware group, and then logged
out and logged back in. When I try to run vmware, it gives me an error:
michael@camille ~ $ vmware
/opt/vmware/workstation/lib/bin/vmware: symbol lookup
error: /opt/vmware/workstation/lib/lib/libvmwareui.so.0/libvmwareui.so.0: undefined symbol: _ZThn12_N4view10FieldEntry17delete_text_vfuncEii
Should I submit this as a bug, or is it something I can fix myself, and
if so, how?
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories?
2008-01-26 12:35 ` Michael Sullivan
@ 2008-01-26 12:38 ` Michael Sullivan
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sullivan @ 2008-01-26 12:38 UTC (permalink / raw
To: gentoo-user
On Sat, 2008-01-26 at 06:35 -0600, Michael Sullivan wrote:
> On Sat, 2008-01-26 at 02:18 -0500, Andrey Falko wrote:
> >
> >
> > On Jan 25, 2008 10:03 PM, Michael Sullivan <michael@espersunited.com>
> > wrote:
> > I'm trying to install the evaluation copy of vmware
> > workstation 6 and
> > the installer is asking me:
> >
> > What is the directory that contains the init directories
> > (rc0.d/ to
> > rc6.d/)?
> >
> > /etc/init.d
> >
> > are you using the ebuild??
> >
> > If you want workstation 6.0:
> >
> > echo app-emulation/vmware-workstation ~x86
> > >> /etc/portage/package.keywords
> > emerge vmware-workstation
> >
> >
> >
> >
> > What's the answer to this? AFAIK, these directories do not
> > exist on
> > Gentoo. What should I do? Do I need to create symlinks to
> > somewhere
> > in /etc? Please advise...
> >
> >
> > --
> > gentoo-user@lists.gentoo.org mailing list
> >
>
> I emerged vmware-workstation and followed the gentoo wiki guide to set
> it up. I added the michael user to the vmware group, and then logged
> out and logged back in. When I try to run vmware, it gives me an error:
>
> michael@camille ~ $ vmware
> /opt/vmware/workstation/lib/bin/vmware: symbol lookup
> error: /opt/vmware/workstation/lib/lib/libvmwareui.so.0/libvmwareui.so.0: undefined symbol: _ZThn12_N4view10FieldEntry17delete_text_vfuncEii
>
> Should I submit this as a bug, or is it something I can fix myself, and
> if so, how?
>
I saw this in the wiki, so I issued it:
export VMWARE_USE_SHIPPED_GTK='yes'
And now the error is slightly different:
michael@camille ~ $ export VMWARE_USE_SHIPPED_GTK='yes'
michael@camille ~ $ vmware
/opt/vmware/workstation/lib/bin/vmware: symbol lookup
error: /usr/lib/gtk-2.0/modules/libatk-bridge.so: undefined symbol:
atk_misc_get_instance
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-01-26 12:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-26 3:03 [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories? Michael Sullivan
2008-01-26 7:18 ` Andrey Falko
2008-01-26 12:35 ` Michael Sullivan
2008-01-26 12:38 ` Michael Sullivan
2008-01-26 10:01 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox