Results 1 to 7 of 7
hi
i am installing pcsc-lite-1.4.102-3.x86_64.rpm on my rhel 5 machine
but its giving me failed dependencies while installing
following are the codes:
[root at ciweb ~]# rpm -ivh pcsc-lite-1.4.102-3.x86_64.rpm
error: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-19-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 10
pcsc-lite giving bugs while installing in linux
hi
i am installing pcsc-lite-1.4.102-3.x86_64.rpm on my rhel 5 machine
but its giving me failed dependencies while installing
following are the codes:
[root at ciweb ~]# rpm -ivh pcsc-lite-1.4.102-3.x86_64.rpm
error: Failed dependencies:
libc.so.6()(64bit) is needed by pcsc-lite-1.4.102-3.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by pcsc-lite-1.4.102-3.x86_64
libdl.so.2()(64bit) is needed by pcsc-lite-1.4.102-3.x86_64
libdl.so.2(GLIBC_2.2.5)(64bit) is needed by pcsc-lite-1.4.102-3.x86_64
libpthread.so.0()(64bit) is needed by pcsc-lite-1.4.102-3.x86_64
libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by pcsc-lite-1.4.102-3.x86_64
libusb-0.1.so.4()(64bit) is needed by pcsc-lite-1.4.102-3.x86_64
i have pcsc-lite already installed on my rhel5
but i need higher version for my product to installed
[root at ciweb ~]# rpm -qa | grep pcsc-lite
pcsc-lite-1.3.1-7
pcsc-lite-libs-1.3.1-7
yum is not working on my rhel 5
so cant installed the rpm by yum
so kindly help me to slove this issue
to how to installed the rpm file
Regards
NISHITA BISWAS
- 07-20-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,156
Use yum to install the rpm. It does a better job of resolving/installing dependencies than rpm.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 07-20-2010 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 10
hi
yum is not working on my RHEL5
as it has to be registered with red hat network to run yum
so tell me some another option other than yum to install a software
well i have installed pcsc-lite for my etoken product
but its giving me gailed depencies of pcsc-ifd-handler
so kindly tell me from where to download pcsc-ifd-handler fir my rhel5
'thanks
nishita biswas
- 07-20-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,156
Actually, you should be able to configure yum to use non-redhat repositories, such as centos, scientific linux, et al. They use the same kernel, tools, and applications as RHEL5, just with red-hat logos stripped where appropriate. The man pages for yum, yum.conf, etc should get you started. If you need more help we can advise you in the details.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 07-21-2010 #5Just Joined!
- Join Date
- Jun 2010
- Posts
- 10
how to start yum in rhel5
hi
thanks for your reply
in my RHEL 5. i have yum and yum.conf
can you assist me .how to start yum in rhel 5
or i have to start it in centos only
Thanks
Nishita
- 07-21-2010 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,156
The repository settings are in /etc/yum.repos.d where you will find a file for each repository yum will use. In mine you will find the following:
adobe-linux-i386.repo
CentOS-Base.repo
CentOS-Media.repo
mirrors-rpmforge
pidgin.repo
pptp.repo
rpmforge.repo
rpmforge-testing.repo
Each has the settings require for each repository. For example, for CentOS-Base.repo you will find this:
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
#baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplu s
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 07-21-2010 #7Just Joined!
- Join Date
- Jun 2010
- Posts
- 10
hi
thanks for ur reply
i am sending you my machine details
as in my rhel5 i am not getting /etc/yum.repos.d
repod.d is a directory
[root at ciweb ~]# cd /etc/yum
yum/ yum.conf yum.repos.d/
[root at ciweb ~]# cd /etc/yum.repos.d/
[root at ciweb yum.repos.d]# ll
total 8
-rw-r--r-- 1 root root 480 Jul 21 12:28 rhel-debuginfo.repo
[root at ciweb yum.repos.d]# vi rhel-debuginfo.repo
[rhel-debuginfo]
name=Red Hat Enterprise Linux $releasever - $basearch - Debug
baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/$basearch/Debuginfo/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
well let me know hoe to run yum from rhel5
Regards
Nishita


Reply With Quote
