Slackware :: Oprofile Wants Older Libbfd Than Binutils Provides?

Oct 20, 2010

oprofile-0.9.6-i486-2.txz links to libbfd-2.20.51.0.8.20100412.so ; binutils-2.20.51.0.11-i486-1.txz has libbfd-2.20.51.0.11.20100810.so. These are all the current packages as of this minute. Linking the new libbfd to the older seems to work.

View 2 Replies


ADVERTISEMENT

CentOS 5 :: Oprofile Unable To Complete Dump Of Oprofile Data

Apr 26, 2011

1. I installed oprofile 0.9.4 on Centos Linux 5.5 this past Saturday. Since then I have been trying to learn how to use oprofile 0.9.4 on Centos Linux 5.5. If I follow the following steps running as root,

[Code]....

I obtain the following warning: warning: the last modified time of the binary file does not match that of the sample file for /home/frankc/DQTTest5/MatchUpLib/lirh5g_deb/libmdMatchup.so Either this is the wrong binary or the binary has been modified since the sample file was created. warning: the last modified time of the binary file does not match that of the sample file for /home/frankc/DQTTest5/MatchUpTest/lirh5g_deb/MatchUpAccurate.exe

I am wondering how to prevent this warning message from occuring because it indicates our profiling results may be incorrect.

2. My second question is : when I use opcontrol --start --session-dir=/home/frankc/DQTTest/Mary5Test and profile my application using /home/frankc/DQTTest5/MatchUpTest/lirh5g_deb/Mary48.exe --run, I encounter an error when I do opcontrol --dump. The error is: Unable to complete dump of oprofile data: is the oprofile daemon running? Why is the oprofile daemon stopping when I use opcontrol --start --session-dir=/home/frankc/DQTTest/Mary5Test rather than when I use oprofile --start. I checked the permissions on /home/frankc/DQTTest/Mary5Test and it is drwxrwxrwx.

View 3 Replies View Related

Programming :: Execute A Function Which Is In A Object File Throgh Libbfd?

Sep 10, 2010

I hava a source file add.c

int add(int a,int b){
return a+b;
}

then i compile it, gcc -c add.c now we get a object file add.o, I want to execute the function add(int a,int b)(the functinon in the object file add.o) how can i use libbfd to execute it?

View 1 Replies View Related

Programming :: Ar - .libs/libbfd.a - Error Reading Archive.o - File Truncated

May 30, 2010

So the above is the error message I am receiving when trying to compile (at make stage when error received) binutils 2.20.1. I am compiling in Virtualbox and the base machine is SourceMage 64bit.

View 4 Replies View Related

Software :: How To Install And Use Oprofile On Windriver

Jul 6, 2011

I want to install oprofile tool on wrlinux. Where to get the package of oprofile which is compatible with wrlinux??

View 1 Replies View Related

Software :: Using Oprofile To Monitor Squid

Feb 7, 2010

I am trying to find a decent guide for how to use oprofile to monitor squid and read the results so that they mean something useful.

View 1 Replies View Related

Server :: APACHE VirtualHost Not Working On Older Slackware Machine

Jan 25, 2010

I am trying to add a virtual host to my machine by name to the IP here.It absolutely refuses to work.it is a mess server I hope to upgrade soon, but it has 2 versions of apache running together on it.The first one (php3) just proxies all the requests from 80 to 8080 which has another instance of apache running php5.I don't know what else to do, it keeps defaulting to the host header error virtual host.

View 1 Replies View Related

Slackware :: Choose Between The Lenovo Thinkpad W500 And The Older T61p?

Jul 9, 2010

I'm trying to choose between the Lenovo Thinkpad W500 and the older T61p. The W500 is said to have a higher quality display than the T61p, however there seem to be more problems with running Linux on it. One of the reasons for this is the fact that it has switchable graphics, with one of the GPUs being an ATI FireGL. The older T61p comes with Nvidia Quadro FX only, which as we know is more Linux-friendly.

Which model should I choose? Will certain issues such as being able to suspend / resume be cleared up with newer kernel releases?

View 8 Replies View Related

OpenSUSE :: Oprofile And Debug Symbols For Glibc ?

Mar 2, 2010

How do I get debug symbols for glibc? I'm using oprofile when profiling applications. Unfortunately, the default glibc version that comes with SUSE 11.1 has the debug symbols stripped-out. That means that all libc functions get aggregated into one big blob under "glibc.so" and you can't tell whether you spend most of the time in memory allocation, syslog or lock related routines.

So, I've tried a myriad of different ways of getting the symbols. From trying to build glibc myself to hunting for dozens of different rpms on this site and on the Internet. So far - no positive results.

My sytem: OpenSUSE 11.1, x86-64.

View 6 Replies View Related

Slackware :: Installing Newer Software From Source When Older Version Installed From A Slackbuild

Jan 4, 2011

I have HandBrake 0.9.4 installed from Slackbuilds.org, but a new version came out yesterday that I want to install, but it isn't up on slackbuilds yet. Can I install it from source without doing anything to the old install?

When I installed it from slackbuilds, the slackbuild script also installed all the external multimedia libraries that I need. If I use removepkg (or whatever the command is) to remove the old HandBrake before installing the new one, will that also remove the multimedia packages that were installed along with handbrake? They were all built into the same .tgz

On my work computer so I can't do anything with it right now anyway, so maybe a slackbuild will be up when I get home.

View 3 Replies View Related

Installation :: How To Know Which Binutils Needs To Install?

Jan 21, 2010

How do I know which binutils I needs to instal? I have linux Linux 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64.there are many binutils available at gnu.org in "software" in "binutils".I am not able to identify which for my machine.

View 10 Replies View Related

Installation :: Binutils Error Building ?

May 18, 2010

I'm trying to port binutils to a new architecture. I have changed and created necessary files for this. The configure commad run succusfuly. but when I tried to run make I find probems. the error msg is:

View 1 Replies View Related

Programming :: 'strings' Binary From Binutils - How To Use It

Jul 14, 2010

it is about 'strings' binary from binutils. I recently wanted to test what it does and how it works. The best I did was this:

Code:

#!/bin/sh
PROGRAM="
int main()
{

[code]....

Ok, from the output I don't get it.Can someone show me in a simple script, what is 'strings' good for ?

View 10 Replies View Related

General :: Error While Compiling Binutils 2.15.92 Package?

Feb 11, 2011

I am trying to compile binutils 2.15.92 package on RHEL 5.4, which is required with gcc 3.4.6 version. I have already installed gcc 3.4.6 on /opt/gcc.

I have given the --prefix as /opt/binutils during compilation. I have all flex, bison and m4 packages installed.

I am getting following error during compilation..

Code:
root/binutils/binutils-2.15.92.0.2/binutils/bucomm.c:425: warning: the use of `mktemp' is dangerous, better use `mkstemp'
ar.o: In function `mri_emul':
ar.c:(.text+0x9f2): undefined reference to `yyparse'

[Code]....

View 7 Replies View Related

General :: Find The Installation Path Of Binutils, Gcc-3.4.4.tar.gz In Ubuntu?

Apr 5, 2011

I have ubuntu 8.10. In this I could find the binutils, gcc are installed. But when ever I try to know that glibc, glibc-linuxthreads are installed are not. It showing that no package is found. For that I have downloaded glibc-2.3.3.tar.gz, glibc-linuxthreads-2.3.3.tar.gz.I want to install these two package.i dont know where to install as am novice to linux.

View 1 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 Installation :: Adobe Flash Player On Wheezy (7.4) - How To Get Binutils

Jul 11, 2014

I'm trying to install adobe flash player on wheezy (7.4). I've downloaded the package since adobe thinks apt works in a browser (it doesn't on my laptop). Anyway, I've tried installing the adobe flash player package via gdebi and it complains binutils is not installed. fine, I go to synaptic to find binutils and synaptic cannot find it. I'm not even sure why it is not installed. How to get binutils?

Here is my sources.list:

Code: Select all#
# deb cdrom:[Debian GNU/Linux 7.3.0 _Wheezy_ - Official i386 NETINST Binary-1 20131215-03:38]/ wheezy main
# deb cdrom:[Debian GNU/Linux 7.3.0 _Wheezy_ - Official i386 NETINST Binary-1 20131215-03:38]/ wheezy main

# deb http://ftp.us.debian.org/debian/ wheezy main
# deb-src http://ftp.us.debian.org/debian/ wheezy main

[Code] .....

View 14 Replies View Related

Ubuntu :: Get An Older Version?

Jan 16, 2010

I was wondering how i could get an older version of Ubuntu.I found [urrl].... and was wondering if that was a good site.

View 3 Replies View Related

Ubuntu :: 10.10 Looks Like An Older Version?

Apr 8, 2011

When I boot up ubuntu 10.10, at first it looks fine, but after just a few minutes the color scheme will change to look like older versions of ubuntu (like 9.04). By this I mean that the top and bottom bar turn light grey instead of dark grey, and that icons and scroll bars in open windows look old.

Here is a screen shot of what it looks like. Keep in mind that this is in fact 10.10[URL]... Another interesting thing is that when I go to system->preferences->appearance->visual effects, none of the three options are checked (though compiz and emerald are still working fine). The weird thing, though, is that just opening the appearance window seems to temporarily solve the problem.

View 9 Replies View Related

General :: Install Older Gcc Using Yum

May 13, 2010

Is there a way to install older version of gcc using yum?I do a yum search, but it shows only the latest 4.5 version.

View 8 Replies View Related

Debian Configuration :: Where To Get Older .deb Packages?

Jul 26, 2010

I'm wondering, where can I get older .deb packages?I want to install Project Open - ERP, ITSM system on my Debian, but I need older postgresql-8.1 not the latest 8.3. Even that I'm suspecting compatibility issues.

View 1 Replies View Related

Debian Multimedia :: DE For Older Thinkpad T41?

Jul 21, 2010

I was wondering if anyone uses older laptops (for e.g., Centrino M) like Thinkpads from the T40-series.I am finding LXDE to be extremely buggy. There's been more than one occasion in which I've been totally surprised at weird 'events.' It's been so often that it annoys me now and I wish to switch DEs now.

I guess my choices are Gnome, KDE and xfce. I think KDE 4 will be too bloated so I guess that leaves Gnome and xfce. I also read that LXDE is actually a 'beta' (release?) even though LXDE versions are in 'release' form. I come across too many 'bugs' so I think the other desktops, even if it takes up a bit more resources, is a compromise I have to take.

Is xfce the best choice for an older laptop like mine? I thought LXDE sounded great and had great potential but the amount of bugs I find and the fact it looks like there's not much of a team developing and working on it, is disconcerting. Hopefully, things will improve but I don't want to work out or encounter 'bugs' on my laptop so often.

View 14 Replies View Related

Fedora :: Install Older Versions Of (10 Or 11)

Jan 17, 2010

i wanna install older versions of fedora(10 or 11), and after looking everywhere, i found that if you search the available mirrors through the download page. This allows you to select mirrors with the version you want. I didnt know if that was the way to get older versions or if there is another way.

View 2 Replies View Related

Fedora :: How To Install Older Kernel

Feb 13, 2010

How can I install older fedora kernel? Because I accidentally removed the working kernel among three kernels. I've tried yum install kernel-2.6.30.10-105.2.4.fc11.i586 but fails.

View 3 Replies View Related

Fedora :: Intel Gma 950 Much Slower In 3D In F13 Than On Older?

Jun 12, 2010

Is there way to tweak it in some way so the speed is back, because before F13 World of Goo played perfectly and now in F13 it is playable but not "fluid" as before? Also if it is because of changes in F13 considering graphics what to expect in future, would performance be back?

View 1 Replies View Related

Fedora Installation :: Using Older Kernel On F13?

Jul 15, 2010

My company offers Linux preloads in RHEL, Fedora and Ubuntu. I have Fedora 13 installed on my laptop. I want to install it on a desktop but the 2.6.33 kernel hangs the desktop when the Fedora 13 or Ubuntu Lucid DVD boots. I have the Ubuntu Jaunty preload on the desktop but would prefer Fedora. The preload includes a few apps for my job that aren't included with Ubuntu. Is it possible to select an older kernel to boot to and/or use that during the install? I think it is the SCSI controller causing this. I have the same model machine at home configured the same way except the onboard SCSI is disabled, I am using SATA drives in it.

View 4 Replies View Related

Ubuntu Installation :: Upgrade - 8.04 To 8.10 On Older PC?

Mar 30, 2010

I took the splash about 3 months ago when I picked up a cheap book on Ubuntu that came with the 6.0 release. I had an old clone PC that I built back around 2000-2002. My apologies, but I can't quite remember the hardware specs exactly. But anyway version 6.0 worked pretty good, and I soon after upgraded via the Synaptic manager to 8.04. Everything ran a bit better on this release.

I was working on upgrading to 9.10 eventually, so I went from 8.04 to 8.10 first. However, when I rebooted after the install the GUI failed to launch. I got a lot of text on the screen saying certain things were being checked and there was an [OK] next to all of them save one. Nvidia, my graphics card had a [FAIL] next to it. I'm inclined to think this is the problem. I'm guessing the hardware is a bit outdated for the version of Ubuntu I am using?

I tried a couple of reboots and got the same messages. Eventually found my way into the Recovery mode where all the options were recovering 8.10 - not my previous version. So my question is how do I roll back to 8.06, or is there a way to update the hardware drivers so it will run on 8.10 without buying new hardware? I did somehow manage to get to a Prompt where it was asking for my Linux Login and Password.. it let me login and now I have a "DOS" prompt... not sure about the terminology if you still call that DOS or not. I'm a noob and still trying to learn the new lingo.

I don't have much to lose.. some pictures, but I figured out how to navigate to those at the prompt so I'm going to save those to disk. If I have to wipe the drive and start over I don't care, but I thought I would throw out a post here and see if anyone had a recommendation.

View 4 Replies View Related

Ubuntu :: Can't Find The Older Kernels

Mar 31, 2010

I already know about Ubuntu Tweak but the list of kernels seems to show only my 9.10 kernels. I checked GRUB and the 9.10 kernels are linux 2.6.31-17 and 2.6.31-19 but (acording to GRUB) the ones I am looking for should be version 2.6.28-17.

View 9 Replies View Related

Ubuntu :: How To Run Older Versions On Lucid

May 17, 2010

how can i run old software versions in lucid. For example I have to run Postgresql 8.3 on lucid but if I do apt-get then I get Postgresql 8.4, which is not what I want.

View 3 Replies View Related

Ubuntu :: See Older Lines In Terminal?

Sep 16, 2010

I am trying to install some piece of software on my machine that I need for my research.The installation instruction says I need to issue a "make" command in the main directory and that should do the trick. But it looks like there are some issues with this. The problem is that I cannot even see the earlier error messages. The terminal only shows the last ones but when I try to see where did the problem started I can only go back to a certain number of lines. I tried also to pipe the output of the make command into a text file but it only shows me the beginning and does not have the rest of the stuff ( is this normal for vi?

View 4 Replies View Related







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