Red Hat :: Installing GLIBC 2.7 (required By Some 3rd Party Software) On A RHEL 4 System As Root?
Jul 28, 2010
I'm installing GLIBC 2.7 (required by some 3rd party software) on a RHEL 4 system as root and am getting the following error during the make:
gcc ../sysdeps/x86_64/mempcpy.S -c -I../include -I/tmp/gnu/ob27/string -I/tmp/gnu/ob27 -I../sysdeps/x86_64/elf -I../nptl/sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/wordsize-64 -
[code]....
View 5 Replies
ADVERTISEMENT
Apr 21, 2011
I am trying to install google chrome on my computer, it is in a .deb package and I am using dreamlinux. Earlier today I installed a .cbr/.cbz file reader from root, that was also a .deb and it worked just fine. now I go to install google chrome and it says (Blue is my command, and red is the system response):
I checked under my USER GROUPS and Root is still set as root, and I haven't been using it unless I need to install with it to other directories, Should I be using another command to install? or is it a problem that may affect other aspects of my system? ... My biggest concern is not getting google in, I can wait for that ... I just wanna know why ROOT is under the impression it's not a superuser.
View 3 Replies
View Related
May 5, 2011
What is the kernel version required for installing NFS4 (RHEL) ??
View 1 Replies
View Related
Jan 19, 2011
I have a NAS (dlink-320) with a fully working fun_plug (http://wiki.dns323.info/) Linux system.However when I try to install x263 the configuration scripts says it need the math function log2f()But because fun_plug uses uClib instead of glibc and uClib have not yet implemented log2f() function I am trying to compile the glibc instead. I am only interested in the math part of glibc but have not found any documentation to just compile this part so it seems that I have to compile "most" of it. have gli
I have copied glibc-ports-2.9/sysdeps/arm to glibc-2.11.2/sysdeps.and I enter
Code:
../configure --prefix=/ffp --libdir=/ffp/lib --includedir=/ffp/include --enable-shared --build=arm-linux
but get the following error message
[code]....
View 2 Replies
View Related
Feb 27, 2010
Where I can find a legitimate 3rd party repository that provides rpm packages for RHEL 5? My trial subscription to the Red Hat Network has expired and I want to be able to test installing packages so that I can prepare for the RHCT examination.
View 3 Replies
View Related
Jun 20, 2011
Recently, I am trying to use a complied software on Linux OS. I need to use X-Windows to do some initialize. When I run this software, I am getting the error: '/lib/tls/libc.so.6: version `GLIBC_2.4' not found' I also checked the version of GLIBC on my computer, the highest one is GLIBC_2.3.4. So I have to update my glibc to 2.4 or higher. Some tips said it can be done using yum. I am a new user for linux. Could anyone guide me to do that? Here is the information of my computer: Red Hat Enterprise Linux WS release 4 (Nahant Update ; Linux 2.6.9-89.0.3.ELsmp #1 SMP Sat Jun 13 07:02:28 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
View 5 Replies
View Related
Oct 5, 2010
i want to know which partition are require in rhel install
/boot
/home
/
/swap
which partiation select one
View 2 Replies
View Related
Aug 12, 2010
am creating a perl third party package and using in my other program. If i install the package with standard 4 commands ie.,
1)perl Makefile.PL
2)make
3)make test
4)make install
package has not installed properly. If i try to copy the package to the threads generated by perl -V command, then am able to get install the package, but i want to install the package by the standard 4 commands. I am using 36 bits OS , perl version is v5.8.5 and OS am using is "Red Hat Enterprise Linux AS release 4 (Nahant Update 6)".
View 3 Replies
View Related
Dec 24, 2010
I built an RPM, which will copy set of files,executes scripts and install's third party rpms. but the thirdparty rpm's are not getting installed and throws the below warning warning: cannot get shared lock on /var/lib/rpm/Packages From my analysis, i understood that the primary rpm holds a lock and its unable to install the rpms packaged inside.
View 1 Replies
View Related
Feb 8, 2010
I am new to mysql can some one provide me the documentation or some recommended links to start the configuration of mysql server on RHEL. Also if I get the database schema, how can I replicate the same in my machine. Any documentation for this?
View 8 Replies
View Related
Jan 28, 2010
Environment: A 32-bit kernel RHEL5.3 system running on a virtual machine. The root(/) filesystem is on an LV.
Issue: Unable to resize the FS after extending the root LV since it is mounted. After extending the LV, online resizing of the FS was not supported and the root filesystem could not be unmounted while it was in use. On rebooting, I got a kernel panic error. In runlevel 1, I couldn't run chroot, couldn't find the /etc/fstab, root FS could not be mounted, fsck did not run (tried block 31 for second copy of superblock using dd count=1 bs=4k skip=31 seek=1 if=/dev/sda2 of=/dev/sda2), couldn't find any rpm on installation media to install unix-utils rpm. On running commands in runlevel 1,
I got the following output.
View 5 Replies
View Related
Apr 27, 2009
I have 4 partitions in my system, out of which two(sda1, sda2) have windows on them. I have installed RHEL 4 32 - bit on sda3 and after that , installed installed RHEL 64-bit on to a partition sda 5. Now i am unable to boot into RHEL 32-bit. The error i am getting is Error 13: Invalid or unsupported executable format.
View 1 Replies
View Related
Oct 26, 2010
I've been working to get gcc up and running on a new install of Fedora 13. glibc-devel had dependencies upon installation where it required glibc and glibc-common, both 2.12.1-3. No problem, found both at rpm dot pbone dot net. However, when I try to install the following circular dependency results... it doesn't matter the order of install.
Code:
[root AT localhost gcc_install]# rpm -ivh glibc-common-2.12.1-3.x86_64 .rpm
error: Failed dependencies:
glibc = 2.12.1-3 is needed by glibc-common-2.12.1-3.x86_64
[code]....
View 5 Replies
View Related
Jun 24, 2011
I notice that these two packages contain the same files and uninstalling glibc-i18n doesn't uninstall the internationalization files, because they are also in the glibc package. Is this a mistake or is this normal or is there a reason for it ? I just made my own glibc package to fix this, but was wondering why this is the way it is...
View 7 Replies
View Related
Apr 15, 2011
i have one partition of 45 Gb...and other of 250 Gb in which windows 7 has been installed..i booted from ubuntu 10.10 CD and then i chose the installation option on desktop...but when i selected the partition of 45GB for installation..the error message said that "there is no root file system on the drive, set it from partition options"..
View 2 Replies
View Related
Apr 12, 2011
I have installed Zimbra 6.0.1 and updated to Zimbra 7.1.0, the problem is that it needs the glibc-2.10 to start one of its services. I tried everything but i'dont get to update the glibc.
View 1 Replies
View Related
Jun 13, 2011
OS : Oracle Enter Prise Linux 6 (equivalent to RedHat)
I am in process to install oracle 10g on said OS.My process fails and after digging up , I came to know that some of the oracle libraries are compiled on 32-bit architecture and it require glibc-32 bit . also it require for gcc-32 bit.
Now i have downloaded all the required rpm for gcc-32bit . when I try to install glibc and its dependencies , it gives me error that newer version already exist.
How can I install , Gcc-32bit(libgc, libstd-i386 etc) in parallel or standalone?
View 3 Replies
View Related
Sep 16, 2011
I made an update of my Centos 5.5 yesterday. In doing so glibc has been updated to glibc.i686. Just now some of my FPGA tools crash. Unfortunately there isn't a downgrade for glibc.i686. How can I replace glibc.i686 by glibc.i386?A simple yum install glibc.i386 conflicts with the files from package glibc-2.5-65.i686
yum list glibc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
[code]....
View 4 Replies
View Related
Jan 30, 2010
I have a LiveCD (DVD with many linux versions on it) and no other software on my computer at the moment. The computer specs are as follow:
When I use the live cd I get the following message: Cannot find root file system
I have tried the suggestion along the lines of:
Then it either goes back to Bash or I get "Kernel panic - not syncing: Attempted to kill init"
Then my install just freezes there and I need to restart my computer.
View 5 Replies
View Related
May 30, 2011
I am in very much need to resolve the issue of Upgrade redhat5 from glibc 2.5 to glibc 2.7. The problem is when I run a binary compiled on our build setup (glibc 2.11) on Suse 11 (glibc 2.9) it works fine...
But the same binary do not work on redhat enterprise version 5 telling error as need glibc2.7 or sometimes segmentation fault for the same binary execution.
I tried upgrading the redhat glibc 2.5 to glibc 2.7, but not successful.
View 3 Replies
View Related
Dec 10, 2010
I am traying to install an application on ubuntu, it asks me that I have to get root access. How can I get this previlige?
View 9 Replies
View Related
Jul 8, 2011
I can use Ubuntu from my flash drive, but I want to install it in a partition alongside windows. When I try to do this, I come to an 'allocate drive space' window, but whatever I do I get the error message: 'No root file system is defined. Please correct this from the partitioning menu.' I just don't know what this means, or what to do next. I'm loathe to ditch windows, and I don't want to have to use a flashdrive all the time.
View 3 Replies
View Related
Jul 13, 2010
I am using CENTOS 5.3, I want to upgrade glibc 2.5 to glibc 2.7.
how to do it.
I am not getting from where to start
View 4 Replies
View Related
Jan 10, 2011
I am trying to install openoffice and I get. Note this installation will be done without root privileges. Therefore you will have reduced functionality. Change privileges to root privileges if you want full functionality. I have opened a terminal and su to root with no avail.
View 4 Replies
View Related
Sep 28, 2010
On Linux, is root privilege required to send a wake-on-lan magic packet? If it depends on how you send the magic packet, please let me know under what situation root is required.
View 1 Replies
View Related
Oct 25, 2010
I am using CentOS release 5.2 (Final). Now the problem is the yum is not installing the pkg I required.
I am facing the following error.
The program package-cleanup is found in the yum-utils package.
View 1 Replies
View Related
Apr 28, 2011
I will be installing Natty using the alternative CD.My system has a separate Home partition.Do I need to erase the contents of the Root and Home partition with gparted or similar,prior to the fresh installation of Natty or will the installer take care of all that automatically?
View 5 Replies
View Related
Oct 13, 2010
I am very new to Linux. I want to work on GTK. As I came from VB background, I want to use Anjuta IDE to start my design. I installed CYGWIN. When I am trying to install anjuta , I am getting error saying GLIB and Unique1.0 not found :
[Code]...
View 3 Replies
View Related
Jan 30, 2010
I have Ubuntu 9.10 installed on my laptop.And I am going to install mediaplayer from its "*.deb" file, But it requires a lot of other packages and each of those packages needs others and so on.Since I do not have internet connection on my Ubuntu and my internet connection is in Win XP, so I should download these packages and then check them in my Ubuntu and see what other packages it needs and download them and so on.
It is a very time consuming task. If I could find out what are all the required packages I could download all of them at once and then I could install them by "sudo dpkg -i *".Therefore I am wondering if there is a way to know which packages are the required ones for a typical package, my work would be much more easier.
View 1 Replies
View Related
Dec 19, 2010
I just want to know. How to run Microsoft office in Linux? Do I need wine? Can you tell me the process- step by step to achieve this?
View 7 Replies
View Related