A Configure script is an executable script designed to aid in developing a program to be run on a wide number of different computers.
1
vote
1answer
19 views
How to use local shared library while compiling the FOSS project?
I want to compile guile on shared hosting but when I run ./configure I've got error:
configure: error: GNU MP 4.1 or greater not found, see README
so I've downloaded GMP and tried to install it ...
6
votes
1answer
210 views
Why does configure take variables as arguments?
Is VAR=value ./configure the same as ./configure VAR=value?
In the first case, the shell sets the environment variable and in the second the configure script takes the string 'VAR=value' as an ...
0
votes
0answers
20 views
Samba4; get ./configure options from build server
Installed Samba-4.3.4 from sources. ./configure, make, make install - all as usual. But options list to configure script, like
./configure --with-acl-support --with-winbind ...
was long and I ...
6
votes
2answers
145 views
scripted configuring of a linux kernel
Given a list of kernel features, I want to create a minimal linux configuration supporting all given features (and the corresponding dependencies) but nothing else.
Is there a way to create a ...
1
vote
1answer
18 views
custom sysconfdir for coreutils
I compiled coreutils with --sysconfdir=/test/etc instead of default /etc, moved /etc/group to /test/etc/group, and chgrp failed with
chgrp: invalid group: $groupname.
How can I fix that and ...
1
vote
0answers
44 views
php links against system libxml instead of version specified by ./configure --with-libxml-dir
I'm trying to build php-5.5.33 from source on a Debian 8 system; configure and make both run successfully, but when I run make install I get the following error:
Installing PEAR environment: /...
0
votes
1answer
115 views
How do I install sfml-audio to build extreme tux racer?
I have downloaded extreme tux racer as a .tar.xz on sourceforge.
I performed tar xJF on the file, a directory was created, I entered it and there I performed ./configure. A list of Dependencies was ...
0
votes
1answer
24 views
./configure returns Fortran compiler error?
Attempting to run a configure file for the fv-fileviewer gives me this error:
configure: error: Could not find a Fortran compiler in >/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/...
1
vote
0answers
13 views
trying to get fbpanel installed but getting confusing errors
I'm not too keen on these python errors to figure them out. this is the error I am getting, but I'm using alsa/pulseaudio so I have no idea how to read python errors.
%mike@voidz fbpanel-master>&...
0
votes
1answer
120 views
How do I install NTP from source on CentOS v7? (/bin/ld: cannot find -lcap)
I unpacked the .tar.gz file. I installed the gcc compiler. I ran the ./configure command with various flags and options. I ran make check and found an error. The exit status is 2. Only 0 is ...
0
votes
1answer
66 views
configure: error: “could not find the zlib libaray.” in Bash
I am trying to install a program "bfast" on my linux system but i am getting following errors:
OS= CentOS
Package libdv-devel-1.0.0-17.el7.x86_64 already installed and latest version
Package glibc-...
0
votes
2answers
987 views
Make python 2.7 the default python in centos, making an alias didn't work
I am trying to install llvm on my centos 6.7.
While running the configure file it says it throws the error
checking for python >= 2.7... not found
configure: error: found python
2.6.6 (/usr/...
0
votes
0answers
22 views
problems installing Banshee from source
I'm running VOID linux on a HP 6930p laptop, and I am trying to install Banshee from source. As I am working on getting all of the depends installed When I run ./configure I now get this message.
...
2
votes
1answer
124 views
How to configure a two-factor-enabled Gmail account to work as sendmail on a Debian Jessie?
I am interested to get email notifications from my server to my Gmail account - the same notifications that the server gets in the /var/mail/root - either by forwarding the messages, or or directly ...
0
votes
0answers
21 views
tmux problem of linking libevent when running
This is linked to the question: Why can't gcc find libevent when building tmux from source?
I was having the error when ./configure and the fix by @StéphaneGimenez only solves compile problem. ...
0
votes
0answers
30 views
What environment variables to set when building and installing as regular, non-root user?
Scenario: Using GNU/Linux tools, I want to configure, make, and install to $HOME/custom as a regular, non-root user.
Are the following Bash environment variables reasonable?
export PATH="$HOME/...
1
vote
1answer
152 views
configure: error: Package requirements were not met. But i have already installed those packages in my system
[root@localhost rpm-ostree]# ./configure
checking for library containing rpmsqSetInterruptSafety... no
checking for PKGDEP_GIO_UNIX... yes
checking for PKGDEP_RPMOSTREE... no
configure: error: ...
1
vote
1answer
2k views
C compiler cannot create executables exit 77
I am using a RedHat linux environment where I do not have root permissions (I am on a paid server account).
Every time I try to run "./configure" on a new package that I am trying to set up and ...
0
votes
0answers
81 views
Building glibc doesn't produce 64 bit libc.so.6
I'm trying to build glibc with a 64bit version of libc.so.6 since a library I'm trying to use wants glibc_2.14+ but it isn't provided because the system I'm running on I don't have root access and the ...
0
votes
0answers
54 views
Configure script failed to find C compiler, despite gcc being installed on Sabayon
I have been trying to compile Moksha from source code on a Sabayon SpinBase Virtual Machine, but whenever I run a configure or autogen.sh script I get an error:
checking for gcc... gcc
checking ...
2
votes
1answer
41 views
Fresh build and install of bison with custom --prefix is not looking for its data where I expect
I'm trying to get a fresh build of bison to run from a custom install directory specifiied with ./configure --prefix=, but it doesn't seem to be able to find the files it needs to run. Instead of ...
7
votes
2answers
250 views
building Debian package with non-standard options
I would like to build Debian package from source, using dpkg-buildpackage. I have downloaded package source:
apt-get -t wheezy-backports source gnucash
Inside the file gnucash-2.6.9/configure I see,...
0
votes
0answers
36 views
What's wrong with this conky config? It's dog slow and doesn't display most of the text
It looks fine other than that it runs very slowly and I don't get any text beyond the 9th line or so. Window is the right size. I've got this feeling like Conky is the wrong tool for this. For the ...
0
votes
0answers
69 views
Installing foreman 1.9 configuration help
I can't seem to find the answer that I am looking for so any help here would be hugely appreciated.
I am doing a POC with foreman 1.9 on a CentOS7 server. Our infrastructure as it stands right now as ...
1
vote
1answer
31 views
Organize local builds
A common thing for people who work on machines without having root rights is to locally build your own little suit of your favorite tools.
The workflow goes a little something like this:
tar xvzf ...
1
vote
1answer
407 views
How to Cross Compile elfutils
My system (uname --all)
Linux shyamdaramubtnb 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
My target
ARM Cortex A7
I am in the process of cross ...
0
votes
1answer
159 views
Can't make ./configure find tcltk while building R
I am trying to build R-3.2.1 from source with support for tcltk, but anything I try don't work, since I get then in R:
> capabilities("tcltk")
tcltk
FALSE
I am running Debian 8, I have installed ...
0
votes
2answers
181 views
Compile Package without installing needed libraries
I try to compile bluez-utils-3.36, but after a try to configure the package, the error message: configure: error: Bluetooth library is required
appeared.
The problem: i am not allowed to update or ...
0
votes
1answer
34 views
Configuring a build with GTK3?
I have the development libraries for both GTK2 and GTK3 installed on my system. The ./configure script only offers a --with-gtk flag, and it detects GTK2, whilst I would prefer to build the software ...
2
votes
0answers
136 views
Automatic solution to reduce Linux kernel package size at compile time
Are there automatic solutions to disable unused Linux kernel parts (in particular unused modules) before compilation to fasten compilation?
A daemon, that logs used kernel functions (or modules) at ...
0
votes
1answer
47 views
How to Install “remotely” Binary source from another path location
Suppose this I have a Bynary_Package.tar.gz
When i unzipped this:
zxvf Bynary_Package.tar.gz -C /path/dir/
Now, I move to
cd /path/dir/Bynary_Package/
when I list this with ls -Al I have the ...
0
votes
0answers
24 views
A puppet configuration style for users
I want to set a configuration managment utility for users, like puppet but for users, I need to install one package or another or apply one manifest (in puppet) in order of the user that is logged in ...
0
votes
0answers
191 views
build error: “log4cpp does not work”
I have been trying to build avxsynth on CentOS 7.
First I successfully build the prerequisite, log4cpp:
mkdir ~/avxsynth_sources
cd ~/avxsynth_sources
curl -L -O http://sourceforge.net/projects/...
0
votes
1answer
21 views
Detecting `.configure` dependencies in Debian
To package applications as Debian packages for personal use, I need to know what are their dependencies.
The auto-apt command installs the dependencies of a ./configure script automatically. aut-apt ...
1
vote
1answer
77 views
How the Python suffixes obtained by imp.get_suffixes() are set (in particular in Debian Jessie)?
The command
python -c "import imp; print(imp.get_suffixes())"
prints a list of tuples with suffixes used when importing modules (see the doc of imp.get_suffixes). Usually it is simply:
[('.so', '...
0
votes
0answers
15 views
Automatic build errors resolving
Again I am compiling from scratch a big OSS project for custom embedded environment and receive a lot of errors like:
warning: libXXX, needed by YYY, not found
fatal error: XXX: No such file or ...
0
votes
1answer
811 views
php can't find zend extension (ioncube)
On one server I've got php-5.6.7-1 and I installed ioncube there without a hitch. I put ioncube_loader_lin_5.6.so into /usr/lib/php5/20131226, and added zend_extension = ioncube_loader_lin_5.6.so to ...
40
votes
1answer
2k views
./configure: What is an insane build environment?
./configure always checks whether the build environment is sane...
I can't help but wonder what exactly a insane build environment is. What errors can this check raise?
0
votes
1answer
70 views
Why doesn't commons-daemon ./configure recognize $JAVA_HOME? [closed]
I'm trying to install a tomcat 7 server. I'm following these instructions from the tomcat 7 docs. I also set my JAVA_HOME variable in ~/bashrc as well as ~/.bash_profile and /etc/profile. I can do $...
0
votes
2answers
94 views
Save syslog from honeypot to a host virtual machine
So im making a research honeypot. The host is ubuntu 14.04. I want to store all of the logs from the honeypot ssh to the ubuntu host so the data is not lost.
Does anyone know anything about this?
I ...
0
votes
1answer
428 views
xpdf configure WARNING - Couldn't find Motif / X
My environment is mint17 3.13.0-24-generic x86_64
I try to compile xpdf from source code:
sudo apt-get install libfreetype6-dev libmotif-dev
wget ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.04.tar.gz
...
-2
votes
1answer
261 views
What ./configure make and make install does [closed]
I would like to know exact backgounf taks that happen when you install an application from source
What happens when you run ./configure
What happens when you run make
What happens when you run make ...
1
vote
0answers
65 views
How to make a port recalculate dependencies
I am trying to install mail/pine-pgp-filters on my FreeBSD box, but I am running into a problem. I first tried to install it without having GPG installed, and it listed security/gpg1 as a dependency. ...
4
votes
2answers
161 views
CInt Configure Script: Syntax error at left parenthesis
I am trying to install CInt. When running ./configure, I get the following error:
./configure: 23: ./configure: Syntax error: "(" unexpected
Here is the relevant section of configure:
# configure ...
0
votes
2answers
976 views
Compiling Asterisk on Debian: Cannot Find `ptlib-config`
My Asterisk ./configure is returning:
checking /root/pwlib/include/ptlib.h usability... no
checking /root/pwlib/include/ptlib.h presence... no
checking for /root/pwlib/include/ptlib.h... no
checking /...
0
votes
1answer
2k views
How do I compile the latest apache2 on ubuntu using the original layout, configuration and configure options
I needed to compile apache2 on ubuntu but I wanted it to use the original configuration and layout. It took me a very long time to find the information to do this, so I thought I would create this ...
3
votes
1answer
1k views
Using a specific version of program in configure
I would like to install bison to a machine where I don't have root privileges. When I tried to use configure then I got the following error:
checking for GNU M4 that supports accurate traces... ...
1
vote
0answers
286 views
configure error when trying to install LASH: “configure: error: C compiler cannot create executables”
Following the LASH manual step by step, got stuck trying to run the configure script.
(LASH's dependencies are ALSA, JACK, libuuid, libxml2, GNU Readline lib, and some derivatives require GTK+2. I ...
4
votes
1answer
372 views
What is xterm's --enable-double-buffer configure option?
When running xterm's ./configure --help there is an option
--enable-double-buffer enable double-buffering
I've searched the web and came across the X11 Double Buffer Extension, the Introduction of ...
1
vote
2answers
2k views
Dropbox install problems on Scientific Linux
I am trying to install nautilus-dropbox-1.6.2.tar.bz2. I ran ./configure, but got the error
configure: error: Package requirements (libnautilus-extension >= 2.16.0) were not met:
No package '...