0
votes
1answer
17 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 ...
0
votes
0answers
40 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
1answer
483 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 ...
0
votes
0answers
203 views

Help with error: ‘struct sockaddr_storage’ has no member named ‘s_addr’

I just installed Ubuntu 12.10 on my new machine, and I'm trying to install Ushare from the source from the website. I would just install it through the terminal using 'sudo apt-get install ushare' but ...
1
vote
1answer
333 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
1answer
38 views

installing program file

I am trying to install openssn on Ubuntu 12.04. I have extracted the file, and when I type cd openssn then sudo make in a terminal I get this: main.cpp:32:17: fatal error: SDL.h: No such file or ...
0
votes
0answers
84 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 ...
3
votes
1answer
100 views

Docbook errors building Komparator from source

I'm trying to install Komparator4 v0.8 from the terminal of Ubuntu 11.10. I entered this command and work fine: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=`kde4-config ...
1
vote
1answer
339 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 ...