LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-04-2006, 09:16 AM   #1
Deelk
Member
 
Registered: Mar 2006
Posts: 71

Rep: Reputation: 15
Sh dependency needed


Hi,

I want to install Maya (which is an RPM package) on slack 10.2,I have the RPM package tool,but when I try to install Maya with it I get this error:
Code:
error:failed dependencies /bin/sh is needed by maya
So I need the dependency called ''sh''.I've searched on google for it,but didn't find anything.Any tips on how to solve this little problem?

kind regards
Deelk

Last edited by Deelk; 04-04-2006 at 09:22 AM.
 
Old 04-04-2006, 09:22 AM   #2
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Run the rpm command with an extra parameter:
Code:
rpm -Uvh --nodeps some_filename.rpm
or convert the RPM package to a Slackware package using
Code:
rpm2tgz some_filename.rpm
installpkg some_filename.tgz
Eric
 
Old 04-04-2006, 10:09 PM   #3
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
Quote:
Originally Posted by Deelk
Hi,

I want to install Maya (which is an RPM package) on slack 10.2,I have the RPM package tool,but when I try to install Maya with it I get this error:
Code:
error:failed dependencies /bin/sh is needed by maya
I laughed when I read that... That's why you don't install RPM's on Slackware. To be honest, I'm not sure why Pat even builds it. He used it once on a docbook build script or something gnome related a version or two ago... I like to scoot rpmoffset and rpm2targz over to a rebuilt cpio package and chuck rpm out the friggin window.

/bin/sh is a symbolic link to /bin/bash which is a part of the bash package. I assume RPM noticed it had no package database and thought you had a completely empty partition. Man I hate that PM...

Anyway, Alien Bob has the right of it. The second option being preferable IMO...
 
Old 04-05-2006, 10:00 AM   #4
Deelk
Member
 
Registered: Mar 2006
Posts: 71

Original Poster
Rep: Reputation: 15
Ok,I installed it using this command rpm -Uvh --nodeps some_filename.rpm,but when I type Maya (the app I'm trying to install) in the terminal it says command not found.I tried install it by converting it to tgz and then install it,but I had the same error when trying to load it.
 
Old 04-05-2006, 10:48 AM   #5
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Maybe its maya, not Maya. Letter size makes difference.
 
Old 04-05-2006, 11:00 AM   #6
Deelk
Member
 
Registered: Mar 2006
Posts: 71

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Alien_Hominid
Maybe its maya, not Maya. Letter size makes difference.
I've tried that already,but it didn't work.
 
Old 04-05-2006, 11:05 AM   #7
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Ok. Use pkgtool, view Maya and notice where Maya binary is placed. Then go there and run it.
 
Old 04-07-2006, 04:40 PM   #8
Deelk
Member
 
Registered: Mar 2006
Posts: 71

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Alien_Hominid
Ok. Use pkgtool, view Maya and notice where Maya binary is placed. Then go there and run it.
I went to the folder where maya was installed,clicked on the launch file,then it says executing,but it doesn't start.So it says executing forevah.Could anyone please help me solving this problem?I almost can't take it anymore.thanx
 
Old 04-08-2006, 09:43 AM   #9
Deelk
Member
 
Registered: Mar 2006
Posts: 71

Original Poster
Rep: Reputation: 15
Does really nobody know how to fix this,please?Do I have to contact Patrick for this?
 
Old 04-08-2006, 10:10 AM   #10
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Where did you get Maya from? Maybe somebody will download and try on his computer...
 
Old 04-08-2006, 11:04 AM   #11
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
I looked for it very briefly. I came to the conclusion it was closed source. I really think the problem here is that your just not too sure of what your doing, hence, the reason people are staying away. Could be wrong.

Give me a link to the RPM and I'll help you. Otherwise this looks like it's going to take awhile...
 
Old 04-08-2006, 12:18 PM   #12
Deelk
Member
 
Registered: Mar 2006
Posts: 71

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jong357
I looked for it very briefly. I came to the conclusion it was closed source. I really think the problem here is that your just not too sure of what your doing, hence, the reason people are staying away. Could be wrong.

Give me a link to the RPM and I'll help you. Otherwise this looks like it's going to take awhile...
Well,I buyed it.It's a high-end 3d app.
 
Old 04-08-2006, 08:42 PM   #13
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
If you still need help, post the contents of /var/log/packages/Maya-whatever-blah-blah. Try to put it in code tags.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error: Missing Dependency: libwpd-1.so.7 is needed by package abiword tmick Fedora 9 10-11-2005 12:06 PM
new package/dependency x-window system installer gui complete with files needed t3gah Linux - Games 4 02-14-2005 07:41 AM
how to solve failed dependency when dependency exists dwcramer Linux - Newbie 2 08-24-2004 09:03 PM
RPM Install help needed, dependency problem. NOVA5 Red Hat 4 10-20-2003 11:42 AM
dependency kashyaplalit Linux - General 1 03-29-2003 09:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration