LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-14-2011, 04:09 AM   #1
pk_nayak
LQ Newbie
 
Registered: Jan 2011
Posts: 5
Blog Entries: 1

Rep: Reputation: 0
Post Following packages could not be found on your system( while installing any rpm)



Hi,

I am new to Linux. I am facing many issues while installing any new software. I have tried to install many softwares like Opera, Flash plugins, Mozila latest version, some utility software etc. But the sad part is I did not get success till now ......

Maximum time I am getting error like "following packages could not be found on your system. .......libc.s0, libncurses.so, libstdc++.so ........."
Its like a chain(never ending process). Again installing tar file is more tedious than rpm.

My question is ...
Is there any installable which will install frequntly used libraies shared objects ????

I will look forward to your valuable comments and suggestions.

Thanks in advance
 
Old 01-14-2011, 04:53 AM   #2
smart_shell
Member
 
Registered: May 2009
Location: NYC
Distribution: Ubuntu 10.04 LTS
Posts: 52

Rep: Reputation: 0
search in google yum libncurses-devel libc..... etc
i think that use tarbol packets in binary system is not good idea

Last edited by smart_shell; 01-14-2011 at 04:55 AM.
 
Old 01-14-2011, 03:51 PM   #3
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,139

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
You need to say exactly what you are using. The logo in your post shows that you have Red Hat, but which version is it? If you are using an obsolete one, that would be the problem.

Another point is to install with yum, not rpm. Yum will get any missing packages from the repository; rpm will just complain and stop.

Always get software from a repository if possible. One problem with rpm files (as opposed to deb ones in Debian and Ubuntu) is that so many distros use that format. Someone will write a program and create an rpm package using Mandriva. When you try to install it on Red Hat, it may fail if Mandriva and Red Hat have used different names for the same library file. If you must get a program from its developer, get the source and compile it.
 
Old 01-16-2011, 11:57 PM   #4
pk_nayak
LQ Newbie
 
Registered: Jan 2011
Posts: 5

Original Poster
Blog Entries: 1

Rep: Reputation: 0
Question

Thanks for the reply.
Actually I am using Red Hat 2.6.9-55.ELsmp..
For "Yum", its saying command not found. I think Yum works in Ubuntu...

For example, I tried to install flash plugin in Firefox(version 1.5).

==============
[root@BHUWS077 Desktop]# rpm -ivf flash-plugin-10.1.102.65-release.i386.rpm
error: Failed dependencies:
glibc >= 2.4 is needed by flash-plugin-10.1.102.65-release.i386
libc.so.6(GLIBC_2.4) is needed by flash-plugin-10.1.102.65-release.i386
libcairo.so.2 is needed by flash-plugin-10.1.102.65-release.i386
libpangocairo-1.0.so.0 is needed by flash-plugin-10.1.102.65-release.i386

==============
Can I run Yum in redhat ? How can I do that ?

Thanks..........
 
Old 01-19-2011, 11:32 AM   #5
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,139

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
As I suggested, you are using an obsolete version of Red Hat that came out in 2002! For example, your plug-in needs glibc in version 2.4 or better, but I think you've only got version 2.2; the current one is 2.12. Modern software, like version 10 of Flash, just won't work.

Unlike Microsoft, Linux software developers don't try to make their products work on old versions of the operating system. Why should they bother, when you can get a new version for free?

From the fact that you are using this old copy of Red Hat, I assume you didn't actually buy it and don't want to buy a new one. If you want Red Hat's stability for free, you need CentOS. That's virtually identical to Red Hat. If you want the latest software, you can try Fedora, on which Red Hat is based.
 
Old 01-20-2011, 12:49 AM   #6
smart_shell
Member
 
Registered: May 2009
Location: NYC
Distribution: Ubuntu 10.04 LTS
Posts: 52

Rep: Reputation: 0
Quote:
Originally Posted by pk_nayak View Post
Thanks for the reply.
Actually I am using Red Hat 2.6.9-55.ELsmp..
For "Yum", its saying command not found. I think Yum works in Ubuntu...

For example, I tried to install flash plugin in Firefox(version 1.5).

==============
[root@BHUWS077 Desktop]# rpm -ivf flash-plugin-10.1.102.65-release.i386.rpm
error: Failed dependencies:
glibc >= 2.4 is needed by flash-plugin-10.1.102.65-release.i386
libc.so.6(GLIBC_2.4) is needed by flash-plugin-10.1.102.65-release.i386
libcairo.so.2 is needed by flash-plugin-10.1.102.65-release.i386
libpangocairo-1.0.so.0 is needed by flash-plugin-10.1.102.65-release.i386

==============
Can I run Yum in redhat ? How can I do that ?

Thanks..........
use CentOS or Fedora, your Hat very old. Yum is http://en.wikipedia.org/wiki/Yellowd...ater,_Modified
good luck
P.S apt-get is using in Ubuntu like Yum in Red Hat or CentOs

Last edited by smart_shell; 01-20-2011 at 12:52 AM.
 
Old 01-20-2011, 01:35 AM   #7
pk_nayak
LQ Newbie
 
Registered: Jan 2011
Posts: 5

Original Poster
Blog Entries: 1

Rep: Reputation: 0
Thanks David and all for your valuable suggestions ....
 
  


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
Help - installing RPM packages Bhagyesh Linux - Newbie 1 08-05-2009 10:45 AM
Help me fix my system, it won't install RPM packages anymore. Dellius Linux - Newbie 10 11-13-2008 07:58 PM
Build RPM packages in chrooted system yapp SUSE / openSUSE 3 10-24-2005 08:51 PM
The following packages could not be found on your system. Installation cannot contin mohar Linux - Software 3 08-22-2005 09:46 PM
How do I get a current list of RPM packages installed on my system? needamiracle Linux - General 1 12-06-2002 05:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:35 PM.

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