Tagged Questions
0
votes
1answer
10 views
How to build libHaru and the examples which are included
I downloaded libHaru from http://libharu.org/. libHaru is a opensource pdf creator. Now in the INSTALL file says I only have to run ./configure && make && make install. When I run this ...
-1
votes
0answers
14 views
compiling device driver [closed]
`/*
* USB Skeleton driver - 2.2
*
* Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the ...
0
votes
0answers
28 views
Dansguardian error on compilation from source
./configure ( compilation is done)
make command giving error below
make[3]: Entering directory `/tmp/dansguardian-2.12.0.4-all_patch/configs'
make[3]: Nothing to be done for `all-am'.
make[3]: ...
0
votes
2answers
483 views
Solve error file compiling PHP configure: error: libXpm.(a|so) not found
I got an error while compiling PHP, I am listing the details below.
Error configure error libxpm.(a so) not found
I have checked with dpkg -L libxpm-dev. it is showing the needed file is in the ...
1
vote
0answers
37 views
I have a problem installing activestate python instead of the default. How can I fix it? Syntax error: “)” unexpected
I am getting this error when trying to run the ./install.sh for ActivePython. How can I correct this?
cd /tmp
wget ...
0
votes
1answer
63 views
Scanalyze install
I am trying to install Scanalyze.
I downloaded the source code, and in the compilation instructions for Ubuntu, he has mentioned that for later versions of gcc (mine is 4+), there is a separate ...
2
votes
1answer
113 views
Compiling Meshlab
I am trying to install Meshlab as per the documentation. I installed all the dependencies and followed the steps. But am having trouble with certain steps here.
In order to successfully compile a ...
4
votes
1answer
133 views
Patch, compile and run Wine without installing
I'm not familiar with compiling software from source.
I would like to test a patched version of Wine following this procedure.
I already have Wine installed and do not wish to modify it. I just want ...
0
votes
1answer
347 views
How to install arduino-1.0.3-linux32.tgz?
Can't ./configure after I tar'ed Linux version from here: http://arduino.cc/en/Main/Software
4
votes
1answer
581 views
No acceptable C compiler found in $PATH
I want to install one package named speech_tools-2.1-release.tar.gz. After I run command ./configure in this package, it show me a message:
Configure: error: no acceptable C compiler found in $PATH
...
0
votes
0answers
294 views
How do I build GNU scientific library from source?
I am trying to install the GNU scientific library on Ubuntu 12.04. I've downloaded gsl-1.15 from the nearest GNU mirror (in my case this one). I ran the building steps listed on the INSTALL file:
$ ...
0
votes
1answer
473 views
Error installing ath9k Wireless Driver for Ubuntu 12.10
I'm following the instructions of this external link.
When I enter sudo make install }}} I get the following error:
make -C /lib/modules/3.5.0-17-generic/build ...
6
votes
1answer
142 views
Free Software for Billing (Colombia)
English
I'm looking for a billing application (also inventories, shopping, clients, providers, accounts, etc) for small businesses. The software should adapt with Colombia's necessities. I searched ...
1
vote
1answer
311 views
Building LMMS: “Configuring incomplete, errors occurred!”
I tried to build Linux MultiMedia studio from the source of the SourceForge git:// repository under Ubuntu 12.04 LTS 32b:
git clone git://lmms.git.sourceforge.net/gitroot/lmms/lmms
cd lmms
git ...
1
vote
0answers
280 views
netCDF and nf-config on 10.04: why does R not find them?
I hope someone can provide an explanation in plain English for this problem. My questions are 1) why is this happening, 2) how can I solve it.
Trying to install in R a package called ncdf4 I got the ...
0
votes
0answers
83 views
Make command error installing Postfix
I am installing Postfix and following a tutorial, there is a command that uses the make command but I got an error message when I entered it. More precisely :
make makefiles ...
4
votes
1answer
388 views
How to build Compiz from source?
Similarly to this question made for Unity, I would like to know what is the correct procedure to build the latest development release of Compiz from source.
In particular, it would be useful to know ...
3
votes
1answer
456 views
How do I upgrade to the latest Grub 2.00?
According to this link, GRUB 2.00 has just been released. How can one upgrade to this?
0
votes
1answer
105 views
How to I compile uget from source?
I've downloaded uget from its source fourge link. It is a tar.gz file. I have read that i could install a file of this type by extracting its contents and following these steps.
./configure
make
...
0
votes
1answer
62 views
determining what files a package updates / copying software between machines
How do I determine which files comprise an application (built from source, not from a repo), so I can copy it?
I built an application from source, but because the libraries it needed to build were ...
0
votes
0answers
82 views
How do I install gcc 4.7.0 from source? [duplicate]
Possible Duplicate:
How to update gcc to the latest version(in this case 4.7) in Ubuntu 10.04?
How do I install tar bz2 and gz files?
I'm new user in ubuntu & I wonder if anyone can ...
1
vote
1answer
338 views
'make: *** [TLS.o] Error 1' while installing nzbget
I'm trying to install nzbget on ubuntu 11.10.
Here's the output of ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking ...
3
votes
1answer
313 views
How to install ffmpeg without root?
I want to install ffmpeg, however it seems that its impossible without root. there are sources, but I have to compile it somehow. how to compile it? I just need ffmpeg "exec".
4
votes
1answer
2k views
How do I install Clang Version 3 in 10.10?
How would I go about installing version 3 of Clang/LLVM in Ubuntu 10.10? Ubuntu 10.10 installs version 2.8 by default. Version 3 has more extensive/up to date support for C++ and possibly C (I am not ...
4
votes
1answer
293 views
Recompile all packages and trigger on updates
I am using Ubuntu on a bespoke router and after seeing the latency drops capable with custom compiling on Gentoo, I would like to recompile all packages with CFLAGS="-march=atom". The guide for this ...
1
vote
1answer
268 views
Ruby compilation error in Ubuntu 10
I've got a vps which runs solusVM. I'm now trying to install ruby 1.9.2 in it.
I'm following this guide:
After I run this command:
apt-get update
apt-get -y install build-essential zlib1g ...
