RPM with FreeBSD

2002-11-24 Thread Janine C . Buorditez
Hi.

I'm trying to install the full version of VMWare using RPM on my FreeBSD system.

I'm experiencing this problem:

aegis# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm 
vmware-workstation-3.2.0-2230.i386.rpm 
error: failed dependencies:
/usr/bin/perl is needed by VMwareWorkstation-3.2.0-2230

Is anyone familiar with this? Any feedback is appreciated. Thank you.

Sincerely,
Janine

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: RPM with FreeBSD

2002-11-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-24 17:45:15 +0100:
 Hi.
 
 I'm trying to install the full version of VMWare using RPM on my
 FreeBSD system.
 
 I'm experiencing this problem:
 
 aegis# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm 
vmware-workstation-3.2.0-2230.i386.rpm 
 error: failed dependencies:
 /usr/bin/perl is needed by VMwareWorkstation-3.2.0-2230
 
 Is anyone familiar with this? Any feedback is appreciated. Thank you.

Looks like it wants /usr/compat/linux/usr/bin/perl.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: RPM with FreeBSD

2002-11-24 Thread Janine C . Buorditez
Hi.

Unfortunately I have no /compat/linux/bin/perl, nor a /usr/compat/linux/bin/perl.

By the way, how do I tell RPM where perl is located? And why won't it use
/usr/bin/perl?

--janine

On Sun, 24 Nov 2002 16:49:26 +0100
Roman Neuhauser [EMAIL PROTECTED] wrote:

 # [EMAIL PROTECTED] / 2002-11-24 17:45:15 +0100:
  Hi.
  
  I'm trying to install the full version of VMWare using RPM on my
  FreeBSD system.
  
  I'm experiencing this problem:
  
  aegis# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm 
vmware-workstation-3.2.0-2230.i386.rpm 
  error: failed dependencies:
  /usr/bin/perl is needed by VMwareWorkstation-3.2.0-2230
  
  Is anyone familiar with this? Any feedback is appreciated. Thank you.
 
 Looks like it wants /usr/compat/linux/usr/bin/perl.
 
 -- 
 If you cc me or remove the list(s) completely I'll most likely ignore
 your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: RPM with FreeBSD

2002-11-24 Thread Miguel Mendez
On Sun, 24 Nov 2002 17:45:15 +0100
Janine C.Buorditez [EMAIL PROTECTED] wrote:

Hi,

 aegis# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm
 vmware-workstation-3.2.0-2230.i386.rpm error: failed dependencies:
 /usr/bin/perl is needed by VMwareWorkstation-3.2.0-2230

VMware 3.x doesn't work on FreeBSD due to lack of suitable kernel
modules. However, 2.x does, and it's even in the ports tree, under the
emulators section.

Cheers,
-- 
Miguel Mendez - [EMAIL PROTECTED]
GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
EnergyHQ :: http://www.energyhq.tk
Of course it runs NetBSD!

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message