Software :: Installing The Newest Valgrind From Source Using Slackware?

Jun 23, 2010

I downloaded the source for the latest valgrind and ran ./configure. It quits saying:

Quote:

checking the GLIBC_VERSION version... unsupported version
configure: error: Valgrind requires glibc version 2.2 - 2.10

I've seen a slackbuild package for it. I'd like to have valgrind installed, but I'd prefer installing from source. Are unofficial packages the only way to go for the newest or newer release? EDIT: I meant to ask also, very important, what problems could arise from installing a slightly older version? I don't need a long, complex answer. Just off the top of your head, if it would be real stupid to do, let me know. I can google some time.

View 1 Replies


ADVERTISEMENT

Programming :: Error Installing Valgrind : Failed To Start Tool 'memcheck' For Platform ?

Dec 15, 2010

I tried to install valgrind to my local directory (I don't have privilege to install it under root) by doing the following 3 steps:

(1) ./configure --prefix=/my/local/directory

(2) make

(3) make install

when I run
./valgrind ls -l
as instructed by README, I got this error: valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No such file or directory

View 1 Replies View Related

Slackware :: Pros/Cons Installing From Source Versus Packages

Mar 15, 2011

At work / home / laptops I have about 5 slackware machines. I have always tended to install new packages on each machine from source, generally using slackbuilds when available. I thought I would try 'libreoffice' and reading alien-bobs blog I deduced that a full from source install might be pretty difficult, so I followed his advice and just took the package (.txz file) and used installpkg. To my slight surprise this installed and ran perfectly.

Now I'm wondering if someone would clarify under what circumstances you can just take the slackware package from one machine to another and install. More generally I guess what are the main advantages of building from source. Is it mainly about availability of all the required dependencies?

View 9 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

Software :: Slackware 12.2 - And The Newest Firefox?

Jan 14, 2011

I would like to upgrade to the newest firefox. It is 3.6.somewhat. My official Slackware (12.2 - 2.6.27.7-smp) upgrade supported the latest version , which was 3.0.19. Via GUI i could update this, and i did it.

So, now , I installed a new kernel (2.6.35-stable, and modules ). I saw, that I can download the firefox paket from their page, and I did this already some months ago, whith the experience, that this package is some kind of portable executable, means, just unpack it, and run it. It seems, as i do not need to install it ( what interferes in some kind with plugin directories , flashplayer for example. )

But, I would like to build it again, using their old config as mine ( via make oldconfig) and then converting it all to an tgz. My question now is : will this work ? because, I updated my kernel, and went to 2.6.35 but not my glibc, my kernelheaders nor my gcc. Will I still be able to compile this new ff from source and .tgz it ?

View 1 Replies View Related

Ubuntu Networking :: Installing The Newest BroadCom STA Driver

Nov 28, 2010

I just recently recieved a Mini CQ10-525DX with a Broadcom 4313 wlan card. when loading ubuntu i notice it says that it supports 4311 4312, so i looked on the broadcom website and they have a newer update with 4313 coverage. I downloaded it but do not know how to install it.

View 9 Replies View Related

Debian :: Installing/enabling The Newest Flash 10 Testing/Squeeze?

Jan 29, 2011

Could someone give me the steps to installing/enabling the newest Flash 10 in Debian Testing/Squeeze?I want to install via the steps one would do from Adobe's website.IT DOES NOT WORK.IT DIDN'T WORK FOR ME.I just want to install the routine way that is usually done in Linux but when I downloaded it, I was asked to extract it and I have no idea where it got extracted to.Can anyone help?I don't mind starting from scratch.I don't remember how to do this method.I'm used to the 'non-free' package in the repo but Flash 10 is no longer working so I want to use the 'sure' method.

View 5 Replies View Related

Slackware :: Make 3.82 Can't Compile Newest Kernel With Firmware Built-in

Jul 30, 2010

after upgrading to make 3.82, I can not compile the newest kernel: 2.6.35-rc6-git5,it failed with:

GEN /home/aaa/tools/kernel/output/35/Makefile
CHK include/linux/version.h
CHK include/generated/utsrelease.h

[code].....

Maybe 3.82 has some backward-incompatibility that breaks kernel compilation.

[URL]

View 5 Replies View Related

Ubuntu :: Differences Between Valgrind And Frama-C

May 29, 2010

differences between Valgrind and Frama-C. I need tools for debugging my C projects, which are getting too big and complicated to debug.

View 4 Replies View Related

Ubuntu :: How To Install Valgrind 3.6.1 Offline

Jul 26, 2011

I have downloaded valgrind 3.6.1 from here. I want to install it, how to do it.How to install valgrind on xubuntu 11.04.This program is not in software center.I am already using code::blocks 10.05. Can i integrate it with codeblocks so that as i debug program in codeblocks valgrind called itself and show memory leaks.

View 4 Replies View Related

Programming :: What Are The 'must Know' Concepts/commands In Valgrind

Jul 11, 2011

For example, in GDB we talk about breakpoints, watchpoints and core dumps etc. Similarly what are the 'must knows' in Valgrind?

P.S. I don't need any links to Valgrind manuals, I already have them.

View 2 Replies View Related

Fedora :: Valgrind Doesn't Give Useful Output

Jun 3, 2011

For some reason valgrind can't give an exact line number for memory leaks. I installed all of the debuginfo packages and I am compiling my program (gWaei) with the -g and -O1 flags. I just don't know anymore. Specifically the libwaei ones are worrying.

Code:

==26794== Memcheck, a memory error detector
==26794== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==26794== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info

[code]....

View 1 Replies View Related

General :: Use Valgrind Tool Over A Exe Which Is Started With Start_daemon?

Jul 20, 2010

I am trying to run valgrind tool findout memleak for a executable which is run from start_daemon process..

View 4 Replies View Related

General :: Valgrind : Illegal Opcode Memcpy In /lib/ld-2.8.so

Oct 24, 2010

I am running Valgrind on PowerPC target machine. I get the following error

Code:

==2848== Memcheck, a memory error detector.
==2848== Copyright (C) 2002-2008, and GNU GPL'd, by Julian Seward et al.
==2848== Using LibVEX rev 1884, a library for dynamic binary translation.
==2848== Copyright (C) 2004-2008, and GNU GPL'd, by OpenWorks LLP.

[code]...

View 1 Replies View Related

Ubuntu :: Installing App From Source

May 4, 2010

i know that the command /.configure will make the "make" file and then i have to make " make install" to install the app. but how to deal with the dependency problem ? i asked my friend about it and he said why dont you use apt instead to install packages but what if i want to use distos like slackware? anyway that friend was not interested in helping me out and i m not expecting to. but can anybody answer this in detail or provide any document on this..

View 6 Replies View Related

Debian Configuration :: Installing The KVM From Source?

Jul 9, 2011

I have a fresh install of Debian Squeeze AMD64 which I'm trying to install KVM on. I have no idea what I'm doing so I figured someone on these forums might be able to explain it. I have already verified VT support and enabled it in the bios. I have googled and read about KVM installation but everything I can find is either confusing or doesn't work. Also I am trying to install it from source because I want to experiment with modifying it later.

View 10 Replies View Related

Fedora :: Installing Rtorrent From Source?

Jan 18, 2011

i am trying to install libtorrent and rtorrent from source packages. however while configuring i get this:

Code:
checking for OPENSSL... configure: error: Package requirements (openssl) were not met:

No package 'openssl' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables OPENSSL_CFLAGS and OPENSSL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. i ve come to "PKG_CONFIG_PATH" a lot of times while trying to install something manually on fedora.

View 8 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

Ubuntu :: Installing Compiz 0.9.0 From Source?

Jul 4, 2010

installing compiz 0.9.0 from source

ive downloaded the source tar.gz from here,

but i do not know how to install it (USUALLY USE .debs, ppa, .sh

View 8 Replies View Related

Ubuntu :: Installing The Hydra-5.4 From Source?

Oct 16, 2010

i want to install hydra-5.4 from source . but at first in ./configure i have this problem :

Code:

Checking for SAP/R3 (librfc/saprfc.h) ...

.. NOT found, module sapr3 disabled i didn't want that in any place such as it's site.how can i fix this problem?

View 1 Replies View Related

Ubuntu :: Installing The Thunderbird From Source?

Feb 25, 2011

Since I cannot find a deb of thunderbird 3.3, I would like to find another way to install 3.3 on maverick. I have no experience installing from source, so I may need to be coached through it step by step, but I am eager to learn and VERY motivated Why? I am trying to switch from gmail webmail to thunderbird, because of enigmail and privacy. However, I have been spoiled by gmail's elegance, and in order to get the conversation view add-on, so thunderbird still looks like gmail, the add-on requires the 3.3 version of thunderbird. The latest stable version which is in the repos (maverick) is older (3.1). I have already have done the following:

Code:

sudo apt-get install build-essential

then i downloaded the files and extracted to my home directory.now, according to the ubuntugeek, I should execute the following commands:

Code:

./configure make
sudo make install
clean install

but I have a few doubts:

1) Should I first uninstall thunderbird 3.1? and enigmail?

2) Where do I install it, so it can still find my mails and work as now?

3) If it doesn't work out, can I go back, and if so, how? Once installed, will it be uninstallable from apt or synaptic?

4) Will Ubuntu continue to upgrade my thunderbird once a newer version is available at some time in the future?

View 9 Replies View Related

Red Hat / Fedora :: Installing GCC From Source - RHEL 4u7

Sep 17, 2010

I am trying to install gcc from source, but wish to install to an alternative location, ie /opt/gcc/4.4.4.

I have done so but ran into the problem that the system libs in /usr/lib64 were being located before my libs in /opt/gcc/4.4.4/lib64.

So, I set --libdir=/usr/lib and reinstalled. The libs link in correctly, but now g++ cant find includes, for instance <complex>. I think I could set CPATH to point to the locations of these includes but that doesn't seem like it should be necessary.

So my question is, what is the correct way to install gcc alongside the system versions while allowing linkage to the right libs and location of the includes? I don't want to use prefixes or suffixes because the intel compiler looks at gcc -v to get clues as to how to compile stuff.

It should be noted that I have no internet connectivity on this machine, so building from source is my only option.

View 3 Replies View Related

General :: Installing Clisp From Source?

Jan 8, 2010

I'm attempting to install clisp from source and I get the following message at the end of running

[Code]...

I did as it suggests and opened the config.lisp but I am unsure where I add the unlimit command so it will work properly. I tried just dropping it at the top of the file but it did not do anything.

View 14 Replies View Related

General :: Installing Slackware On IDE Hard Rive Boot From Slackware DVD?

Jan 23, 2010

I try to install Slackware to my IDE hard drive and boot first from Slackware DVD. After I loaded huge.s kernel, and tried to partition the hard drive using fdisk by entering "fdisk /dev/hda", I found out that the partition size is max to 3 Gigs instead of 80 Gigs.

I think the kernel is looking at my boot disk, which is around 3 Gigs. How can I make so that it looks at my IDE drive instead at my boot drive? Is there any manual that shows me how to install Linux from scratch this means I want to wipe out all my hard disk and install Slackware Linux there?

View 2 Replies View Related

Slackware :: Installing NVIDIA 256.53 Driver In Slackware 13.1 - Unable To Get It Moved

Oct 9, 2010

I started a thread asking for advice in the hardware forum. I didn't want to post a duplicate thread, but I was unable to get it moved here, so I'm kindly asking you slackers to help me install the aforementioned driver.

View 1 Replies View Related

Slackware :: How To Compile Tar.gz Source

Oct 25, 2010

How do you compile a tar.gz source on slackware?I am asking because I am about to download and install Slackware(x64), and I have some drivers that it may not have (Ubuntu didn't have them) and TrueCrypt source.

View 9 Replies View Related

Ubuntu :: Installing Gnu Backgammon - Get Source Code?

Jun 10, 2010

I am following these instructions to install gnu backgammon. However I am doing this for the first time and I don't know how to get their source code from their site (here). Do I download everything?

View 2 Replies View Related

Ubuntu :: NEWB - Installing Programs From Source?

Sep 7, 2010

Im trying to install mupen64plus, but to be honest, everything i have installed is from the package manager.I have no idea how to do this through the terminal. But I tried installing the mupen64plus from the package manager, and everytime I open a rom, mupen64plus closes and doesnt load anything....

That version was 1.5, and I downloaded 1.99.3 or whatever it is from the mupen site, but I cant get the sucker to install. There is a install.sh file which I chmod +x too. I then tried, ,/install.sh, make install.

View 2 Replies View Related

Ubuntu :: Installing From Source Code Automated

Mar 6, 2011

I was wondering if there are any tools that automate the process of installing from source for example tar.gz or tar.bz2. I have used kludge installer but I am looking for something that doesn't make me install any dependencies for example I want a bash shell script it just runs the commands you normally do but faster.

View 2 Replies View Related

Ubuntu :: AudioTester V1.6 - Installing Source Code

May 23, 2011

I am having a problem installing a program, AudioTester v1.6 and tests FLACs for errors. [URL]. The .zip file has a windows executable '.exe' and the source code. The code was written for Windows. The source code is written in C++ (.cpp) with C header (.h) files, xml (.vcproj) and one '.exe.manifest'(?) file. I tried the usual commands for compiling (./configure, autogen, make) the source code but no luck. Can I compile this code for Ubuntu/linux? Is there anything I can do with the code? And If so what do I need to do.

View 6 Replies View Related







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