Server :: Installing 32 Bit RPMs On 64 Bit - Conflicts With 64 Bit Packages

Aug 18, 2011

I'm using a 64 bit Linux server (OEL 6.1):

I was trying to install Oracle Database on this server that I realized the installer requires some 32 bit libraries. For instance it was looking for libXp.so.6 which existed under /usr/lib64, but not /usr/lib. Even when I changed the installation script to look into lib64 for the library, it failed with an error from Java that it needs 32 bit and instead has found 64 bit.

I downloaded a bunch of 32 bit RPM packages and when I tried to install them, I got the error that a newer version of those packages is installed, which is not the case. Cause all previously installed packages are 64 bit. I was wondering why it thinks that 64 bit packages are newer version of 32 bit packages. And is there a way to solve this?

View 1 Replies


ADVERTISEMENT

General :: Pass List Of Packages To Aptitude And Resolve Conflicts?

Jun 20, 2011

How do I pass a list of packages to aptitude so that I can resolve the conflicts interactively?

View 1 Replies View Related

Software :: Installing RPMs In SuSe 11

Feb 26, 2010

Here is what I want to do but I get the following error:

~ # rpm -iv --replacepkgs ~/compat-expat1-1.95.8-6.i686.rpm
warning: /root/compat-expat1-1.95.8-6.i686.rpm: Header V3 RSA/SHA1 signature: NOKEY, key ID 57bbccba
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by compat-expat1-1.95.8-6.i686
rpmlib(PayloadIsXz) <= 5.2-1 is needed by compat-expat1-1.95.8-6.i686

There is a similar computer with same specs and supposedly it worked. It is a Dell Optiplex 960 64 bit.

View 11 Replies View Related

OpenSUSE :: Installing RPMs Elsewhere - Package Not Relocatable

Jul 19, 2010

I can use KRPMview or midnight commander to see what's in an RPM, fine. I might want to inspect a file inside an RPM or actually install some of its files but this latter might upset already installed files. Or, it is so dependent on something else being previously installed. Therefore I need to install it elsewhere, take a look at he file content and/or copy, it to where I want.

There are options: --badreloc --prefix --relocate --nodeps --ignoreos --force

Some are mutually exclusive but the result is it still tells me - package not relocatable. Is there any other magic incantation or do I need to do some time-consuming backup, run the RPM install and any deps hell, do my intended thing, then another time-consuming restore? Or maybe set up a partition with a suitable suse version and just run the RPM there and then copy over?

View 4 Replies View Related

Fedora Installation :: Installing RPMs (NOKEY) Key ID 4ebfc273

Apr 21, 2009

I am trying to install f10 on an old dell dimension 2400 with an old video chipset. Everything was working pretty smooth until I tried installing an .rpm file from a flashdrive. At first, it looked like it was installing the rhpxl file but gave a warning message that said

warning:rpmts_HdrFromFdno:Header V3 DSA signature: NOKEY, Key ID 4ebfc273

then says the public key will not be installed. Is there a file/command that I can download and run from a flash because I have no capable internet connection because for some reason linux doesn't see it in the install.

View 2 Replies View Related

OpenSUSE Install :: Installing Kernel Through RPMs Without Compiling Sources?

May 10, 2010

Is there any way to install a kernel using rpms and avoid compiling its sources? I am using OpenSUSE 11.2.

View 7 Replies View Related

Server :: Installing Packages With Yum Through Httpd For Local Respiratory?

Apr 29, 2010

I have fedora 11 as a host and two guest os rhel5 on VirtualBox. I wan to install a local repository on fedora 11 so that my guest os rhel5 can install packages through http with yum.To do this what I have done so far:

>Install httpd
>chkconfig httpd on
>service httpd start
>createrepo -v /var/www/html/rhel5/
>create file rhel5.repo in guest os /etc/yum.repos.d/

Code:

[RHEL5]
name=rhel5
baseurl=http://192.168.1.1/rhel5
gpgcheck=0

Here 192.168.1.1 is my fedora 11 local IP but have a look on the following error msg:

Code:

[pc5 ~]# yum install nfs*
Loading "rhnplugin" plugin
Loading "installonlyn" plugin

[code]....

fact is same process i have followed when i had rhel5 as a host os and i found no problem.Is there any problem with fedora 11 createrepo command that does not allow rhel5 to install package over http.

View 1 Replies View Related

Debian :: Installing I386 Packages Prompts Removal Of Amd64 Packages

Apr 8, 2015

I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is

Code: Select allapt-get install package-name:i386

prompts the removal of currently installed packages (amd64 arch.) which is the problem.

Code: Select allReading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libportaudio0:i386

[Code] ...

Some of the packages I am talking about are

-libegl1-mesa-dev:i386
-libportaudio-dev:i386

Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?

View 1 Replies View Related

Server :: Two RPMs With Same Name And Version

Apr 20, 2011

I have been seeing this for a while; but decided to decipher it now. That is, most of the times when I look for an installed rpm I get 2 rpms with the same name and version. For example, if I lookf or subversion using

Code:
rpm -q subversion
I get the following:

Code:
subversion-1.6.11-7.el5_6.3
subversion-1.6.11-7.el5_6.3

Why is this? How come there are 2 rpms with the same name and version? This is particularly difficult in situations where I want to get information about an installed package.

View 2 Replies View Related

OpenSUSE Network :: 11.4 / Nfs Server Conflicts With Vboxdrv?

Mar 17, 2011

I can't start NFS server anymore. I get the following message:

"insserv: FATAL: service syslog is missed in the runlevels 4 to use service vboxdrv"
"insserv: exiting now!"

Is it vbox conflicting with nfs server?

View 1 Replies View Related

General :: Why Does RHEL Server Contain Rpms For Both The I386 And X86_64 Platforms

Feb 25, 2010

For RHEL 5.4,
# uname -r
2.6.18-164.11.1.el5
# uname -m

[code].....

show some "duplicate" rpms, one for the i386 and one for the x86_64 platform?

For example,

aspell-0.60.3-7.1.i386
aspell-0.60.3-7.1.x86_64

There are numerous other "dups" like that. Is this normal?

View 1 Replies View Related

General :: Installing Old SuSE Rpms In SUSE 11.2?

Feb 13, 2011

Is it possible to install rpms from SuSE 8.2 pro to run on SUSE 11.2 x86_64. I mean games and simple applications not system files.

View 1 Replies View Related

Ubuntu :: Installing Applications - Message "Requires Installation Of Untrusted Packages The Action Would Require The Installation Of Packages From Not Authenticated Sources"

Jul 26, 2010

when I try to install anything using the Ubuntu software centre, I get the following message Requires installation of untrusted packages The action would require the installation of packages from not authenticated sources.

View 1 Replies View Related

CentOS 5 :: Error: Mysql Conflicts With Mysql-server-community

Jun 4, 2009

I have MySQL 5.1.34 and PHP 5.1.6 installed on my system, how do I install php-mysql? Each time I try, it says

mysql-5.0.45-7.el5.i386 from base has depsolving problems
-- > mysql conflicts with mysql-server-community
error: mysql conflicts with mysql-server-community

View 16 Replies View Related

General :: NVIDIA Installation Encountered Error "conflicts With File From Package XFree86-server-4.3.0.1-21"

Apr 28, 2010

I'm installing a NVIDIA driver and encountered some error message. Please see below the sequence (I've set runlevel to init 3);

linux:~/SuSe # rpm -ivh NVIDIA_GLX-1.0-4191.suse81:i586.rpm Preparing... ############################ [100%])file /usr/X11R6/lib/modules/drivers/nvidia-drv.o from install of NVIDIA_GLX-1.0-4191 conflicts with file from package XFree86-server-4.3.0.1-21

View 3 Replies View Related

Fedora :: Installing Packages From F10 Dvd?

Dec 11, 2009

I have installed fedora 10 on my desktop recently.But, i did not install all the packages during the installation.I need to install the X11 Packages from the DVD. Can some one tell me how to install from DVD. yum works fine but internet is very slow at my place.

View 1 Replies View Related

Red Hat :: Installing RPM Packages Using Yum Command

Feb 15, 2010

I am trying to install the rpm packages in a file by using "yum" command. The RedHat version is 5.3. This worked on RedHat 4.4, however it errors out when run on RedHat 5.3. Are there any options to include in the command line?

View 3 Replies View Related

Debian Configuration :: Installing Packages From 5 DVD Set

Dec 7, 2010

I have downloaded the entire Debian 5-dvd set. I want synaptic, apt-get and aptitude to first check online if there's a new version of the packages selected to install, if there's a new version, then get the packages online and install, if not, then ask to insert the corresponding dvd and install from that. Is there anyway to configure this?

View 8 Replies View Related

General :: Installing Packages - HylaFAX ?

Dec 1, 2010

First time Linux user, and I am trying to install HylaFAX.

The documentation states to first install the following 3 packages.

Quote:

So I tried:

Code:

Same results from the next two packages.

Also, if I have a fairly new PC, should I be using i386 or something like x86-64?

View 3 Replies View Related

Fedora Installation :: Installing Packages From DVD ISO

Feb 17, 2009

I've just installed Fedora 10 LIVE CD on USB (1GB) on a MSI WIND Netbook (no optical drive) and realise I don't have the extra packages options available for installation. I do have the DVD ISO and I'm just wondering if there's a way of accessing packages in the DVD without reinstallation, like Open Office, Gimp etc. Is there a way of accessing softwares in the DVD ISO? or Some how install them into my currently running Fedora 10 on my MSI WIND?

View 5 Replies View Related

Fedora :: Installing Unsigned Packages In F12?

Nov 27, 2009

I just installed F12 the other day and I've run into my first problem (this is not a knock, in fact this is probably the best release of Fedora 12 ever for me). Installing Skype from their website. I realise that I'm attempting to install an 1586 binary in x86-64 so it's risky, but that's not the point (yet anyway). I can't even get it to install. I've looked around and can't find anything meaningful on this (other than posts which provided no help). When I try to install the rpm from [URL] with the GUI, I get the message "This action cannot be completed" with the following under details: "The name org.freedesktop.PackageKit was not provided by any .service files". I then tried to install it from a root terminal and got the message, "Package skype-2.1.0.47-fc10.i586.rpm is not signed". Is there a way to change this behavior? And is there a temporary workaround (say, for just this app)? All in all, I love this release, but I cannot recommend Fedora 12 to someone new to Linux without alleviating this issue for them (I'm set to do this tomorrow). This would hamper their efforts to learn how to do basic things, such as installing a random program like Skype.

View 5 Replies View Related

Fedora :: Installing Individual KDE Packages?

May 3, 2010

Just installed Fedora 12. After installing a new distro, I usually remove the individual programs that I have no use for or interest in. In Fedora, I've noticed that, for KDE at least, I can't remove just one program I have to remove the whole "group" of programs. For example, I might want only one game on my system and remove the rest but KPackageKit only allows to me to remove KDE Games (all of them) instead of just the programs I have no interest in. This is not the same as other distros I have tried. Is there a way around this?

View 3 Replies View Related

OpenSUSE :: Installing Development Packages?

Mar 23, 2010

I would like to install development tools / libs, such as gcc. But I haven't selected them during the opensuse 11.2 x64 installation, and when I use the yast2/software management to install programming packages, there are many items, and I don't know which should/should not be installed. Even when I select all to install, it seems many conflicts reported. So is there any easy way to install the development packages properly, without reinstalling the os?

View 1 Replies View Related

OpenSUSE :: Download All Packages First Before Installing?

Jun 11, 2011

in yast> software installation how can i configure it to download all packages first then install them (as ubuntu does) rather than downloading each package and kimmediately installing it.

View 3 Replies View Related

Ubuntu :: Installing Packages From Another PC (instead Of Via Repos)

Feb 4, 2010

is it possible to install programs present on one computer on another computer by transferring package files? For example, let's say I've installed Thunderbird on one Ubuntu machine. Would I be able to install thunderbird on another computer by copying some files from the first computer?

View 3 Replies View Related

Ubuntu :: 10.04 - Installing Packages From DVD Source

May 16, 2010

OS: Ubuntu 10.04.
When I try to install some packages by aptitude, I see this:
Before it, I made it (sudo apt-cdrom add):
And it (sudo apt-get update):

My dvd-disk is not broken - md5 checksum is right. In sources.list I have only cdrom source, without any network repositories. When I install one package (for example pptp-linux) which don't use any depending, it work good, but when I have some group of packages - installed only first package from this group, you can see this in a first image, marked by yellow color and set to 16 percent.

View 9 Replies View Related

Red Hat / Fedora :: Installing Libraries And Packages From Cd Or Dvd?

Sep 7, 2009

i wanna install packages for my RHLE how can i do that ,i tried in the add/remove software menu ,but i didn't work
i tried rpm tools but the problem is how can i specify what i want from the cd like cmake library for example.

View 2 Replies View Related

General :: Installing Packages From A Live CD/DVD?

Sep 17, 2009

way to install packages from a live CD/DVD. I have a live dvd that their are alot of apps I want off it, I would download them my self but I have very limited bandwidth. I have read about how to repackage the packages.

View 3 Replies View Related

General :: Installing Packages From Non-installation CD?

Jan 4, 2010

I want to install packages such as samba, openssh etc. from a CD rather than download it from the net each time I build a new machine. I am able to install them from the installation CD after using the �apt-cdrom add� command but what I want to do is burn my own CD with only the packages I require and install from that. I have put them on a CD, entered �apt-cdrom add� but get errors about the name of the disk, and a read error when copying package lists.

View 3 Replies View Related

Slackware :: Installing Packages (bittornado) In /usr Dir?

May 13, 2010

I installed Slackware 13 last night and have been trying to get bittornado to properly work. Some background info, I have my partitions set up as follows:

Partition 1: /
Partition 2: /usr/local
Partition 3: /home
Partition 4: swap

I unzipped the tar.gz file and made a package using makepkg, and then installed it. Afterwords, trying to run "btlaunchmanycurses" or "btlaunchmanycurses.py" doesn't do anything. Further examining shows me that it installed the package to my / directory. Shouldn't packages be installed somewhere in my /usr dir? I'm new to linux, I spent some time with it a couple years ago but haven't done anything since.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved