I am planning install Oracle EBS in one of servers running on Ubuntu (2.6.38-11-virtual #50-Ubuntu SMP Mon Sep 12 21:51:23 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux). Part of installation pre-requisite, following packages are mandatory to apply.
Hi
When I install gcc I get this error from yum:
Error: Package: glibc-2.16-24.fc18.i686 (fedora)
Requires: glibc-common = 2.16-24.fc18
Removing: glibc-common-2.16-24.fc18.x86_64 (@koji-override-0/$releasever)
glibc-common = 2.16-24.fc18
Updated By: glibc-common-2.16-30.fc18.x86_64 (updates)
glibc-common = 2.16-30.fc18
I'm trying to install gcc-4.4 on RHEL6: sudo rpm -ivh /mnt/dvd/Packages/gcc-4.4.3-1.el6.x86_64.rpm. But the problem is that is depends on glibc and glibc-common libraries.
I'm trying to install glibc2 version 2.11 that's needed for openoffice 3.4
https://issues.apache.org/ooo/show_bug.cgi?id=119393
but i can't seem to find the dependency with yum.
When I try to install (using yum) various things like wine in 64-bit F12, I get
Code:
Missing dependency: glibc-common = 2.11-2 is needed by package glibc-2.11-2.i686 (fedora)
What is currently installed is glibc-common-2.11-4.x86_64
Code:
yum install wine
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: fedora.pop.com.br
* livna: ftp-stud.fht-esslingen.de
* rpmfusion-free: mirror.liberty.edu
* rpmfusion-free-updates: mirror.liberty.edu
* rpmfusion-nonfree: mirror.liberty.edu
CentOS seems to bundle a new version of glibc library RPM with every release.
6.0 has glibc-2.12-1.7.el6.x86_64.rpm
6.1 has glibc-2.12-1.25.el6.x86_64.rpm
6.2 has glibc-2.12-1.47.el6.x86_64.rpm
6.3 has glibc-2.12-1.80.el6_3.5.x86_64
What is the different between the glibc versions in each of these RPMs?
The command thats run is
yum install httpd git php php-cli php-mysql php-process php-devel php-gd php-pecl-apc php-pecl-json mysql-server
I get these errors.
I'm trying to install httpd-devel on my Media Temple DV 4 server. I tried this:
yum install -y httpd-devel
But the install fails with:
--> Missing Dependency: httpd = 2.2.3-53.el5.centos.3 is needed by package httpd-devel-2.2.3-53.el5.centos.3.i386 (updates)
So that seems to indicate that I need a newer version of httpd. So I checked my httpd version.