Tagged Questions
2
votes
2answers
35 views
How can a version of a package conflict with itself?
I want to install fillup and get:
rpm -i fillup-1.42-268.1.x86_64.rpm
file /usr/bin/fillup conflicts between attempted installs of \
fillup-1.42-268.1.x86_64 and fillup-1.42-268.1.x86_64
...
1
vote
1answer
80 views
AIX apache rpm dependencies
I am evaluating the Crowd SSO by Atlassian. Now to get apache to use CROWD for authentication, there is a connector available by the vendor.
Problem
Unfortunately they do not provide anything for ...
1
vote
2answers
2k views
Error on application install: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
When I executed a command to install an application, the following error occurred
/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
I was not aware on how to fix this problem. I ...
2
votes
0answers
90 views
recommended procedure to create a user/group during RPM install
after trying hard to search for RPM best practices guides and finding virtually none, to my surprise, I resort to the community -
I need to ensure that some users and groups exist after the ...
2
votes
1answer
150 views
Missing dependency during rpm install
When I install CodeAnalsyt, i get a failed dependency on libbfd-2.20.51 on Centos 6.3.
Binutils is installed on my system and the failed dependency does exists at
...
1
vote
1answer
387 views
How do I `yum localinstall` from my `yum search` result?
I'm trying to install some dependencies for thrift using yum. I've found, for example boost via yum search boost which gives me (after a load of fails as the PC not on the web, but has a local ...
0
votes
1answer
78 views
Can anyone tell me how to install broadcom-wl-5.10.91.9.3-1.fc12.noarch.rpm?
[root@localhost opt]# rpm -ivh wl-kmod-5.10.91.9.3-3.fc12.6.src.rpm
warning: wl-kmod-5.10.91.9.3-3.fc12.6.src.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID a3a882c1
1:wl-kmod ...
1
vote
1answer
67 views
Software distribution
I have a set of servers with Red Hat on board and an internal software (it is set of many files with configs and so on) that is in permanent development.
There are several types of servers:
...
2
votes
0answers
62 views
Install packages in $HOME/usr
I'm looking to script use of rpm --relocate. How to change the default location packages are installed to - from user/local to $HOME/usr?
Do I need to do it all manually (removing and reinstaling to ...
2
votes
1answer
401 views
open of .rpm failed: Permission denied
Whenever I try to install some .rpm I've downloaded, I'm getting:
> sudo rpm -i something.rpm
error: open of something.rpm failed: Permission denied
It seems that the choice of rpm doesn't ...
1
vote
2answers
623 views
How to automatically add new path to $PATH variable after RPM packet installation?
I want to automatically add a new path to the $PATH variable each time when my RPM package is installed.
I tried to use a post installation script in the my RPM.
Here is the part of RPM spec file ...
2
votes
1answer
70 views
Running a program without the assistance of the system administrator
I have an rpm for a program called KDirStat that I would like to run on a machine where I am not the system administrator. My questions are:
Can I install this rpm package without the assistance of ...
1
vote
2answers
2k views
How to install/remove/upgrade .rpm packages on Red Hat?
I am new to linux, and at the university we are using this distribution to mount servers on VM, but I need to install a package that is missing in my virtual machine that is running Red Hat, but how ...
1
vote
1answer
415 views
Problem in installing Google voice and video plugin for Gmail
I just downloaded Google talk plugin for voice and video (for audio/video chat in gmail).
I am using RHEL6. I downloaded the plugin (64 bit, rpm format).
While installing it an error comes which ...
1
vote
2answers
103 views