Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 01-02-2009, 01:16 PM   #1 (permalink)
mekalodu
 
iinfi's Avatar
 
Join Date: Oct 2004
Location: Navi Mumbai
Posts: 1,518
Default how do you folks resolve dependencies?


i m using RHEL5 at the moment. i downloaded pam_mount rpm from sourceforge and created a repo for it along with other rpms in the rhel5 dvd and did a yum install.(dont v rh support yet so cant download frm rh site)
following are the two missing dependencies which i face. how do i proceed from here?
tried creating symbolic links to files libcrypto.so.0.9.8b, and libssl.so.0.9.8b in /lib directory.
still it shows the same errors.
am i proceeding in the right direction

Code:
Marking pam_mount-0.13.0.i586.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package pam_mount.i586 0:0.13.0-0 set to be updated
--> Running transaction check
--> Processing Dependency: libcrypto.so.0.9.7 for package: pam_mount
--> Processing Dependency: libssl.so.0.9.7 for package: pam_mount
--> Finished Dependency Resolution
Error: Missing Dependency: libcrypto.so.0.9.7 is needed by package pam_mount
Error: Missing Dependency: libssl.so.0.9.7 is needed by package pam_mount
You have new mail in /var/spool/mail/root
[root@lin10 rpms]#
i tried to use Cent OS. issue persists. i downloaded the tar file so that i can do a ./configure and make, still it failed saying a libHX not found.

plz let me know where i m going wrong here n how i need to tackle such stuff going forward.

Last edited by iinfi; 01-02-2009 at 01:22 PM.
iinfi is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 01-02-2009, 01:47 PM   #2 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: how do you folks resolve dependencies?

To find out what "provides" the dependency you can use http://rpm.pbone.net/

For example if you search for libcrypto.so.0.9.7 you'll get a list of results. Look for your distro or something close, RedHat in this case.
See this line

RedHat 7.X ftp.pramberger.at/systems/linux/contrib/rh73/i686/openssl097-0.9.7g-8.pp-rh73.i686.rpm

So if you click on openssl097-0.9.7g-8.pp-rh73.i686.rpm in that link, you will be taken to the page, in which you look for "provides". You'll find your requirements there.

So look for the openssl package in the repository of your distro and install that, and not the file from rpm.pbone
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"

Last edited by NucleusKore; 01-02-2009 at 01:49 PM. Reason: Automerged Doublepost
NucleusKore is offline  
Old 01-02-2009, 02:17 PM   #3 (permalink)
mekalodu
 
iinfi's Avatar
 
Join Date: Oct 2004
Location: Navi Mumbai
Posts: 1,518
Default Re: how do you folks resolve dependencies?

yea i m doing exactly that ... but i thought u guys mite v a better way of handling such stuff.

do you work on linux in office? which distro do you work on. m pretty new to linux though trying to learn quickly.
iinfi is offline  
Old 01-02-2009, 04:01 PM   #4 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: how do you folks resolve dependencies?

Quote:
Originally Posted by iinfi View Post
yea i m doing exactly that ... but i thought u guys mite v a better way of handling such stuff.

do you work on linux in office? which distro do you work on. m pretty new to linux though trying to learn quickly.
New to Linux? Go for Ubuntu or OpenSUSE.

If you want Support, you can look at SLED.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline  
Old 01-02-2009, 04:19 PM   #5 (permalink)
mekalodu
 
iinfi's Avatar
 
Join Date: Oct 2004
Location: Navi Mumbai
Posts: 1,518
Default Re: how do you folks resolve dependencies?

m a jr. linux admin ... at office we use red hat only. few others also wrk on suse 10.
iinfi is offline  
Old 01-02-2009, 04:25 PM   #6 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: how do you folks resolve dependencies?

Quote:
Originally Posted by iinfi View Post
m a jr. linux admin ... at office we use red hat only. few others also wrk on suse 10.
Umm...Sorry I misunderstood you as new to Linux in terms of desktop.
I think you must read the Red Hat Documentation, they are excellent in quality IMHO.
http://www.redhat.com/docs/manuals/enterprise/
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline  
Old 01-02-2009, 04:38 PM   #7 (permalink)
mekalodu
 
iinfi's Avatar
 
Join Date: Oct 2004
Location: Navi Mumbai
Posts: 1,518
Default Re: how do you folks resolve dependencies?

yea man ... documentation is ok.. but if the client has wierd requirements and there is no senior person to help or mentor ... thn ... fool arnd like me.
iinfi is offline  
Old 01-02-2009, 06:13 PM   #8 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: how do you folks resolve dependencies?

Look yum in Fedora handles all dependencies quite well, so does red hat. It's just the question of having the right repositories added. As I do not use Fedora or RedHat I cannot guide you. If your company is legally using RedHat they'll have telephone support, so you can call in and ask.
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 01-02-2009, 07:39 PM   #9 (permalink)
mekalodu
 
iinfi's Avatar
 
Join Date: Oct 2004
Location: Navi Mumbai
Posts: 1,518
Default Re: how do you folks resolve dependencies?

ours is a startup firm... so though a red hat partner we dont v support yet. so i m on my own.
iinfi is offline  
Old 01-02-2009, 08:21 PM   #10 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default Re: how do you folks resolve dependencies?

Try on irc, freenode has an rhel support channel.
vignesh is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
No use of Headphone...Pplease help me to resolve bhutanesedude Software Q&A 11 31-07-2008 03:15 PM
No use of Headphone...Pplease help me to resolve bhutanesedude Software Q&A 2 06-07-2008 03:23 PM
FOLKS ...chk this ... rip offf iinfi Random News 4 06-07-2008 02:08 PM
Check dis Out Folks They Might B Kidding!! F.E.A.R_$ayan Gamerz 2 31-08-2006 11:21 PM
resolve my problem in nokia 6600 ashishkamat Buying Advice 1 05-03-2005 02:36 PM

 
Latest Threads
- by soumya
- by clmlbx
- by Charan
- by Sujeet
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:19 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2