General :: Gcc Compilation - Newer Version Of Glibc ?

Nov 13, 2010

In a chroot einvironment i am trying to compile gcc but is says that i need a newer version of glibc, but i have the newest version of it. i think somehow it trys to use the older glibc from the ubuntu install im makeing it on.

View 1 Replies


ADVERTISEMENT

General :: Compiling Old Version Of GCC With Newer One

Jul 1, 2011

I am working on a university workstation and need to use an old version of gcc (either 4.0 or 4.1) and am currently using 4.4.2. I do not have admin rights nor can I get them so using aptitude is out of the question. I was told I should compile the old version with the current one. I am very new to this sort of thing and haven't a clue what to do or how to go about compiling my program once I have gotten the older version.

View 2 Replies View Related

General :: Upgrade Software To A Newer Version?

Jan 31, 2011

I want to upgrade my software to newer version. since i do not have a yum repository what should i do? should i just change the path to a new location of installed version if 'Yes'

View 8 Replies View Related

General :: Install Flex Version 2.5.33 Or Newer

Mar 6, 2011

I have run the command ./wineinstall on redhat 5.2 machine and have got the error "conigure error: flex version installed is looking old.install flex 2.5.33 or newer version"

Solution for the above so that i can install wine on my linux machine.

View 1 Replies View Related

General :: Build A Glibc Version For Target Machine's Kernel?

Jan 8, 2010

AFAIK, in addition to implementing the standard C library, glibc provides wrappers for system calls, threading support, and basic application facilities. So because of that, glibc that will be used on my target system should be built based on the kernel version running on my target, right?

Based on the above, I am trying to build a glibc version for my target machine's kernel. However, I don't know to to build a glibc library for a target system and also where on the target's filesystem should be put? In which location Linux will start looking for the libraries required for a program to run (should I create an /etc/ld.so.conf file)?

View 12 Replies View Related

Red Hat / Fedora :: Can Upgrade Kernel To Version 2.6 And Glibc To Version 2.5?

Feb 5, 2010

I have a server running Reh Hat Linux 7.3 with kernel 2.4.18. Can i upgrade kernel to version 2.6 and glibc to version 2.5?

View 6 Replies View Related

General :: Time To Change - Installed Newer Version Of Python 2.6

Apr 18, 2011

I installed a newer version of python in /usr/local/bin/python2.6. Now I want to use that python and only that one. When I type "Which python", I want to see /usr/local/bin/python2.6, NOT /usr/bin/python, which is old one (2.4). Also, I want to see the same even after I reboot. How do I do that?

View 2 Replies View Related

General :: Update Gnome To A Newer Version Without Upgrading Fedora?

Oct 16, 2010

I am using Fedora 11 and I was curios if it is posible to update gnome to a newer version without upgrading Fedora.

View 2 Replies View Related

Ubuntu :: General Compatibility - Newer Version Of Suse Don't Support Some Of The Hardware

Mar 13, 2011

I'm currently an user of OpenSuse, newer version of Suse don't support some of the hardware that I use and previous version of Suse will cease to have support in a few months. So I'm considering other versions of Linux and Ubuntu comes to mind. So I like to know if Ubuntu (Desktop 32 bits) supports this devices:

NVIDIA Quadro2 Pro (including 3d support)
Wacom Intuos 2 SERIAL tablet
Epson ActionScanner II PARALLEL

View 1 Replies View Related

General :: Update Distro With A Newer Version And Not Disturb Saved Media Files?

May 3, 2010

Is there a way to update my distro with a newer version and not disturb saved media files? Music and pictures etc. Can I move them to another partition. Its there a better way than to save it to disk?

View 13 Replies View Related

General :: Glibc-2.3.2-95.37.i386 Parallel To Glibc-x86_64

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

Ubuntu :: Install Package Meant For Older Version Of Ubuntu On Newer Version?

Jan 22, 2011

Specifically, I want Clementine player 0.6, but the guy that installed Ubuntu on my laptop put natty narwhal alpha 1 on it (don't ask me why. I wanted maverick since its stable but he never really asked. The whole thing was kinda a surprise), and Clementine only offers downloads for Ubuntu distros up to maverick. So. Can I/is there a way I can install it anyway? Or am I forced to just use Banshee until the official Update comes out and Clementine is updated in....

View 6 Replies View Related

CentOS 5 Server :: What Glibc Version I Have?

Apr 5, 2011

how to find what glibc version I have? Our software vendor needs this info so they can send us the right run time.

View 3 Replies View Related

CentOS 5 :: Yum Not Finding Latest Version Of GLIBC

Mar 31, 2009

I'm new to the yum installation route and am looking forward to getting some experience using it, however, I am working to build a Nagios server through yum and have run into difficulties meeting the dependencies. (I'd previously installed from source on a different server though I'd been warned is a bad thing so I am trying to make nice and go this route but have run into snags right off...) The dependency hurdle I'm trying to overcome is getting to GLIBC2_4 from my version of 2.3.

I've read through a number of posts where people have had issues getting glib updated or gcc installed correctly. This is pretty much a new installation of CentOS (VM cloned off an earlier install that was taken just after going through the GUI setup). As far as I have gotten is 'yum update' which updated the kernel and openssl.

View 2 Replies View Related

Ubuntu :: Repository To Add To Get Newer Version?

Jul 9, 2010

Anyone know why Ubuntu has shipped with the same version of syslinux since 8.10 (Intrepid Ibex), or if there is a repository I can add to get a newer version of syslinux? The whole reason for switching from Gentoo to Ubuntu was to avoid the troubles with compiling different versions of things, but I'm needing a newer version.

View 2 Replies View Related

Software :: Determining GCC / Binutils And Glibc Version Compatibility

Apr 4, 2010

This questions pertains mainly to building a brand new GNU toolchain on one machine for deployment on fs of another machine that has no toolchain installed. I understand the machine on which GNU toolchain is going to be built as the 'build' machine. I understand the machine on which GNU toolchain is going to be deployed as the 'host' machine. I understand the machine on which the code generated by the new GNU toolchain is going to be run as the 'target' machine.

Q1.) Is there a fixed 'rule', 'matrix' or 'table' somewhere which tells me exactly which versions of 'binutils' and 'libc' are required by a particular version of GCC? I.e. something along the lines of:

- gcc ver.'k' can be built using gcc ver.'m'(or later) with binutils ver.'i' and libc ver. 'j'
- gcc ver.'k' will operate with binutils ver.'t' and libc ver.'r'(or later)

Is there some 'rule of thumb' / 'heuristics' giving me the above version requirements for the building and operating GCC, or is this information somehow implied or derived systematically. Where can I find more about the above?

Q2) I assume that the libraries have no dependencies on any underlying software other than the system calls provided by the kernel. Furthermore it appears that the libraries are not too sensitive about the kernel version they run on (I found this out from experience). Therefore I could build the libraries on some build machine and place them on the bare naked newly set up host file system without regard to any other prerequisite SW components?

Q3) During operation, do GCC and its various components place system calls directly to the kernel or via library calls (or both)? In other words I am trying to understand conceptually if GCC requires 'Glibc' for its own operation or not?

Q4) During operation, do the 'binutils' components place system calls directly to the kernel or via library calls (or both)? In other words I am trying to understand conceptually if the 'binutils' require 'Glibc' for their operation or not? ( Of course it is clear to me that when GCC is operating it will need libraries and headers to resolve object references in the target code it produces, but that would be a >different< question).

View 5 Replies View Related

Debian :: How To Install Newer Version Of Software

Sep 25, 2010

I want to install libtorrent-rasterbar version 0.14 or greater.

I want to use apt-get to do this.

It seems to be available here: [url]

How can I do it? My current libtorrent-rasterbar package is version 0.13 (I've ran apt-get update).

I DON'T want to install anything else. The last time I added a 'sid' source to my sources.list, it installed the untested version of EVERYTHING. Due to this, I had to reinstall the OS. I don't want this to happen again.

How to install libtorrent-rasterbar version 0.14+ on Debian 5?

View 9 Replies View Related

Debian Configuration :: Update From Php 5.2.6 To Newer Version?

Dec 29, 2010

there seems to be a very important bug with php 5.2.6 (mb_send_mail, [URL]). Unfortunately this affects my php applications greatly. I am currently running debian 5.0.7, with the latest updates. how to upgrade my php.

View 1 Replies View Related

CentOS 5 :: Install A Newer Version Of ImageMagick?

Aug 13, 2009

I have ImageMagick 6.2.8 installed on my CentOS 5.3 (64bit) system. I want to upgrade it to a newer version, because it has nice new features I need to use in a PHP script I write for a website. I tried yum, but it did not help, it didn't have a newer version of ImageMagick. Maybe I have to use some other repositories (I use CentOS and RPMFprge repositories only) or use them some other way. I ended up with downloading ImageMagick 6.5.4 RPM from ImageMagick website (it was marked as Fedora package, there's no one for CentOS there) and tried to install it. I've got some absent dependencies, but installed them all, most from the CentOS and RPMForge repositories. Some were absent from those repositories (like jasper-libs and libtool-ltdl) and I installed them from other sources.Finally, when I tried to install ImageMagick I got this error:

-bash-3.2# rpm -Uvh --test ImageMagick-6.5.4-10.x86_64.rpm
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by ImageMagick-6.5.4-10.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by ImageMagick-6.5.4-10.x86_64

I tried to install it using --nodeps, but got some "cpio: Bad magic" error. So, as far as I understand, I need to upgrade "rpm" package itself to make it working. Correct me if I'm wrong here. The current version of rpm is: bash-3.2# rpm --version RPM version 4.4.2.3

If I really have to upgrade rpm, then I'm not sure what to do. I have few questions:

1) First of all, what version of "rpm" package do I need? Because I don't want any conflicts. The latest version, as I can see on rpm.org, is 4.7.1. Will it work with CentOS 5.3?

2) Where do I get the right rpm for the rpm upgrade? If it's available at all. Rpm.org, as far as I can see, got source only, and I'm not sure CentOS uses their version of rpm. Where can I get the right rpm package, preferably as a plain .rpm file so I don't need to build it myself?

3) And after all, the most important. Wouldn't my system break at all if I upgrade rpm? I don't want to screw things up and end up with a broken system.

View 6 Replies View Related

CentOS 5 :: Easier Way To Install Newer Version Of Gcc?

Nov 18, 2009

An application I'm attempting to install URL...) requires a version of gcc above 4.3.2, however the only rpms available for CentOS I can find are 4.1.2.I began trying to install a newer version via compiling the latest one from the gcc GNU site, but I started running into problems. Especially in installing newer versions of gmp and mpfr (apparently upgrading from certain versions of gmp will write over the header files, but won't change path locations for the lib files?) After examining the problem a little closer, I got worried that I was going to end up making the system unstable, so I stopped fiddling.

So my question is, is there an easier way to install a newer version of gcc? I'm not completely new to Linux, but I'm far from a master at the system, if anyone knew an easier/slightly more fool proof way of upgrading gcc.

View 2 Replies View Related

Debian :: Install Newer Version Of Library In Lenny?

Aug 31, 2010

to install a Python module I need a more recent version of a library (libcurl) that the one available in Lenny. How should I manage it? Shall I just install it manually? Won't it mess the system to have two versions of the same library in the system?

View 1 Replies View Related

Debian Multimedia :: Update To Newer XFCE Version?

May 21, 2010

I recently installed a base Squeeze system and then did apt-get install xfce4 to get the XFCE DE. Is this XFCE 4.0 or is it the newer version? This is kind of a stupid question but I haven't been able to divine a concrete answer out of Google. If "apt-get install xfce4" indeed doesn't install the newest version of XFCE in Squeeze, then how can I get it?

View 10 Replies View Related

Fedora Servers :: Change The Respository To A Newer Version?

Oct 21, 2009

i have a new vServer with Fedora 6.So now i want to update my box. how can i get a full updated server??

i do this stepps:
yum install yum-fastestmirror
yum update << all installed
yum upgrade << no packages to update

is it a good idea to change the respository to a newer version? can I get a secure and good server with Fedora v6? if no, how can I upgrade to a newer version? is my box now updated or is this only a lightupdate of an old fedora version? ps: sorry for the very bad english

View 1 Replies View Related

Ubuntu Servers :: Get The Newer Version 1.4.5 Using Apt-get On Current Server?

Feb 9, 2011

I have Ubuntu Server 10.04 Lucid (LTS) installed on my server (EC2 instance). I'd like to install Memcached on it. When I type "sudo apt-get install memcached" I get version 1.4.2-1ubuntu3 installed.

I know there's a newer version 1.4.5 and looking at [URL]..I found it's available in the newer version of Ubuntu (Maverick). Question: is it possible to get the newer version 1.4.5 using apt-get on my current server?

View 1 Replies View Related

Ubuntu / Apple :: Compiling Newer Version Of Synergy For PPC

May 23, 2011

I would like to know how or given directions how to compile a newer version of synergy for PPC. Or it would be nice if someone could compile it though I want to learn how to do these things. Synergy is available for download from: [URL].

View 2 Replies View Related

Ubuntu :: Upgrade Mozilla Thunderbird To A Newer Version ?

Jul 30, 2011

I'm running Mozilla Firefox 3.6.17. Can someone tell me the easiest way to upgrade to a newer version? When I search on Google, I get ;lots & lots of pages & they give me 20-different instructions on how to do it & i'm confused. Not sure which command to use (There is no "upgrade" option in the "tools" area of Firefox.) Do we upgrade in the command-line?

View 6 Replies View Related

Red Hat / Fedora :: Use The Different Command Between An Older And A Newer Version Of A File?

Nov 21, 2010

Is there a way to use the diff command between an older and a newer version of a file and only display the lines that have been added to the newer file and not the ones that have been removed without any of the explanation formatting, just the new lines. I'm trying to bypass the process of putting both files into a database and running an SQL "left join where old data is null" as I will need to do this on a regular basis.

View 2 Replies View Related

Slackware :: Newer Version Of Glib - For Midori Install

Jul 5, 2010

How to update my version of glib in order to install the latest version of Midori on slackbuilds.org - [url]

Midori relies on WebKit.

When I try to install WebKit using the slackbuild script, I receive the following error:

I don't see a newer version of glib-2.xx on slackbuilds and I'm hesitant to install from source over the currently installed version.

If there's no updated package, can anyone provide guidance regarding installing new glib from source ---

[url]

View 14 Replies View Related

Ubuntu :: Install A Newer Version Of A Package Than Exists In The Repo?

Aug 13, 2010

I am running Ubuntu 9.04 at work and have a sudden need to install a newer version of python-support (> 0.9.0) than is currently available in the repo (0.8.7) for my Ubuntu version. Upgrading to 9.10 is not an option as we are planning to jump to 10.04 LTS in the next few months and I am unable (unwilling) to mess with a complete upgrade prior. Is it possible for me to upgrade to the newest version of python-support - or is this package OS version specific? Assuming it's possible, how might I go about the process of upgrading?

View 2 Replies View Related

Software :: Newer Library Version Doesn't Satisfy Dependency

Nov 29, 2010

I'm trying to install the Amazon MP3 downloader. They're a bit behind -- they have a downloader available for "Ubuntu 9.04" I downloaded it and tried to install -- but it says there's a dependency that can't be resolved: Dependency is not satisfiable: libboost-filesystem1.34.1 I installed libboost (and a bunch of other sub-items in the Boost library) using the Ubuntu Software Center, but the version of Libboost is higher now than it was in April of 2009 (surprise!) Why doesn't a NEWER version satisfy the dependency? Is there a way to override it?

View 4 Replies View Related







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