Skip to main content

Questions tagged [configure]

A Configure script is an executable script designed to aid in developing a program to be run on a wide number of different computers.

Filter by
Sorted by
Tagged with
0 votes
0 answers
96 views

Just installed Debian 12 from scratch and Kodi, only using ALSA for sound. I have two sound devices, the HDMI to my sound receiver and an external DAC. Every thing runs good with great sound quality, ...
Klas's user avatar
  • 1
0 votes
1 answer
87 views

I'm compiling Nginx from source on Debian 12 in Bash. I'd like to select the TLS vendor (e.g. LibreSSL, OpenSSL) via a preflight variable ($nginx_tls_vendor). An example configure command without the ...
Pete Cooper's user avatar
0 votes
1 answer
242 views

when I configure gcc I got a error message could anyone help me ? plz.. messages.. checking whether the C compiler works... no configure: error: in `/home/kjs0625/gcc/gcc-13.1.0': configure: error: C ...
Rahul Nitin's user avatar
0 votes
1 answer
697 views

I need to build Windows binaries from a conventional source tarball. I recall that I used to do this in a RedHat environment using specialised configure and make scripts from mingw packages. But I'm ...
user22108's user avatar
  • 101
0 votes
1 answer
767 views

While attempting to ./configure gnome-do I have run into an issue that I cannot seem to resolve. It's looking for gnome-desktop-sharp-2 but cannot find it. I cannot seem to find a suitable library ...
bowens's user avatar
  • 3
1 vote
1 answer
199 views

I'm using aws's ec2 instance and I need to install a newer version of GDB (I can't use yum install since there is no newer version available for amazon RHEL). My workflow requires to do this process ...
danwgh's user avatar
  • 23
0 votes
1 answer
30 views

Working on rebuilding some AWS linux servers. I see my company's server has Apache Portable Runtime (APR) downloaded within our Apache webserver instance as well as Tomcat. What are the implications ...
John's user avatar
  • 23
5 votes
1 answer
7k views

I want to build gcc-13 on my M1 MacBook Pro. Following official document, I download source code using git, configure and make. For configure, I refer to the way of Homebrew configure gcc-12 on link. ...
徐保钰's user avatar
  • 191
2 votes
1 answer
581 views

I was trying to install a library called Openslide which failed during the ./configure step because it could not find a dependency (libjpeg). I thought I would proceed to build libjpeg and then ...
Joff's user avatar
  • 393
0 votes
0 answers
75 views

I'm trying to download XML-security (2.0.4) on Linux (Amazon linux) in an effort to compile Shibboleth-SP. When I run the standard configure provided by the documentation (https://shibboleth.atlassian....
johhny's user avatar
  • 1
0 votes
1 answer
2k views

Why in Linux from scratch they are passing --prefix=/usr to configure scripts? For example here is the glibc configure script ../configure \ --prefix=/usr ...
IPmanfkawde's user avatar
5 votes
1 answer
1k views

It appears that passing the preferred compiler to configure is very different for different projects. For example, if I want to build tcc with clang I must do ./configure --cc=clang but in most other ...
Niklas Rosencrantz's user avatar
1 vote
1 answer
1k views

Trying to compile Gtk, configure stops with the error message: configure: error: *** XInput2 extension not found. Check 'config.log' for more details. Unfortunately, config.log does not contain any ...
user2752471's user avatar
1 vote
1 answer
308 views

Is this the correct forum? I am running ./bootstrap for a program called Qucs and it complains about VERSION Running aclocal... Running automake... Running autoconf... bootstrapping /home/lasse/...
Lasse Karagiannis's user avatar
0 votes
1 answer
154 views

GNU Typist is a well-known typing practice program for the terminal. I wanted to use it so I downloaded the .tar.gz from https://ftp.gnu.org/gnu/gtypist/?C=M;O=D. But when I untarred it and ran ...
SeetheMoar's user avatar
1 vote
2 answers
19k views

I'm trying to build Linux From Scratch (LFS). I'm just following this book: https://www.linuxfromscratch.org/lfs/view/stable/chapter08/eudev.html I have this error after I run ./configure in eudev ...
Muhammad Ikhwan Perwira's user avatar
0 votes
2 answers
390 views

I'm trying to install libcurl from source, but it's missing the configure executable, so I can't run ./configure. How do I generate it? Here is my attempt: time git clone https://github.com/curl/curl....
Gabriel Staples's user avatar
1 vote
1 answer
1k views

In short: there's no configure executable file in mc repo. Coming from this thread How do I *completely* disable the Ctrl-O shortcut in Midnight Commander? where it became obvious the only way to ...
xropi's user avatar
  • 93
5 votes
1 answer
437 views

I want to build a version of some software that is more recent than the one that is currently available as a stable release Debian package. To do this, however, other than using a more recent version ...
kjo's user avatar
  • 16.4k
0 votes
1 answer
2k views

When i run configure it tells me that it cannot link to libffi and compile with it. This is weird as it is already installed and I don't know what I am supposed to do since all needed packages are ...
kpwn Apps's user avatar
  • 121
0 votes
1 answer
253 views

Executed command: bash configure \ --enable-option-checking=fatal \ --build=x86_64-unknown-linux-gnu \ --host=i686-linux-android \ --target=i686-linux-android \ --disable-warnings-as-errors \ --enable-...
kpwn Apps's user avatar
  • 121
1 vote
1 answer
669 views

I got a configure script file that originally will create some CFLAGS when doing ./configure. I am wondering how can we append some other CFLAGS when doing ./configure without changing the original ...
Xiuyuan Guo's user avatar
4 votes
2 answers
2k views

I am trying to build using ./configure. I have Three include directories -I/path1/include -I/path2/include -I/path3/include Two link directories -L/path1/lib -L/path2/lib Two -l flag options -...
Sap BH's user avatar
  • 45
-2 votes
1 answer
2k views

Hit:1 (https://)dl.google.com/linux/chrome/deb stable InRelease Hit:2 (https://)dl.winehq.org/wine-builds/ubuntu hirsute InRelease Hit:...
Agrieby Chaniago's user avatar
1 vote
1 answer
318 views

I'm getting the following error when trying to install libnm-gtk-dev, but I'm having trouble understanding it: The following packages have unmet dependencies: gir1.2-nm-1.0 : Breaks: gir1.2-...
mkurz's user avatar
  • 227
0 votes
1 answer
244 views

I am trying to install network-manager-sstp, but I get looped trying to install the dependencies. ./configure output oscillates between telling me I'm missing two distinct dependencies (libnma and ...
mkurz's user avatar
  • 227
1 vote
0 answers
675 views

I have tool version managers in the Ruby and react-native worlds that (underneath the layers of abstraction) end up building software like Ruby from source using a fairly mundane: ./configure ./make ./...
iftheshoefritz's user avatar
0 votes
1 answer
343 views

configure.ac has precious variables[1], which are supposed to be subbed-in when calling configure, e.g. configuring the location of the system Lua interpreter as a precious variable[2]: configure.ac: ...
Donald's user avatar
  • 101
0 votes
2 answers
914 views

I wonder how one could force, for some real example: CFLAGS='-O2 -march=native' CXXFLAGS='-O2 -march=native' CC='gcc-10' CPP='gcc-10 -E' CXX='g++-10' when running the configure script in my case for ...
Vlastimil Burián's user avatar
2 votes
1 answer
380 views

I run Debian 10 and since two weeks or so the PDF reader Atril (a fork of Evince) takes 25 seconds to start. Previously it started almost instantly. Now I'm trying to find out what causes the delay. I ...
August Karlstrom's user avatar
1 vote
1 answer
483 views

Running macOS Catalina 10.15.6. My question is more related to compilation with GNU tools, so it may be more suited for a different SE site — I'll be happy to close and ask somewhere else if that's ...
Adam Ronald's user avatar
0 votes
1 answer
3k views

I want to install libsocketcan from source on my raspberry pi. I already installed libsocketcan on my Ubunutu VM successfully by following the instructions of the INSTALL file. Unfortunately the first ...
mab0189's user avatar
  • 121
1 vote
1 answer
737 views

Let's say I'm compiling some application (codebase in C, using gcc as default compiler, git cloned from github...) and doing ./configure --flags1 --flags2 ... And after compiling finish, i want to ...
secemp9's user avatar
  • 2,522
1 vote
1 answer
3k views

I have this problem when installing xorg-server. (Installation from source) configure: error: Package requirements (glproto >= 1.4.17 gl >= 9.2.0) were not met: No package 'gl' found ...
mecqor labi's user avatar
3 votes
1 answer
1k views

Since there are many programs that are not related to my interests, I'd like to build a specific program in GNU binutils on Ubuntu. Program means that one binary file (e.g., ar, objcopy) for example, ...
wazz's user avatar
  • 31
1 vote
0 answers
517 views

I downloaded PHP 7.3.18 from php.net. Then I configured it, maked it and installed it from source. If I execute php -v then I get PHP 7.3.18 (cli) (built: Jun 17 2020 12:55:46) ( NTS ) Copyright (c) ...
Black's user avatar
  • 2,148
2 votes
1 answer
4k views

I opened a terminal and ran Xorg -configure, then I received error. _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already ...
Sebastian Frasher's user avatar
1 vote
1 answer
639 views

I am trying to install xDebug for php7.2 but keep receiving the following error when i execute ./configure to generate the make file: checking Check for supported PHP versions... configure: error: ...
JImbo's user avatar
  • 11
2 votes
2 answers
3k views

Just when I think I know how the shell works fairly, something comes along and stumps me. The following commands were executed on GNU bash, version 3.2.25. I have several ./configure scripts that all ...
Tyg13's user avatar
  • 123
1 vote
1 answer
3k views

I would like to install owping, however I am not able to configure and compile sources. I have installed autoconf. Instructions to install owping I have downloaded and unpacked sources of master ...
Oleksii's user avatar
  • 115
1 vote
2 answers
4k views

To build a piece of software I normally do rpmbuild -ta slurm*.tar.bz2 However I now need to configure the software with the option --with-pmix=/home/user/git/pmix/install/2.1 Is this possible using ...
loris's user avatar
  • 195
1 vote
1 answer
775 views

I am installing the OCRFeeder in Debian. To install the OCRFeeder I go to the root folder and execute the command: sudo ./configure The following error is shown in the terminal: checking python ...
birdman's user avatar
  • 407
0 votes
0 answers
484 views

I have built and installed bind from source (https://github.com/isc-projects/bind9). This has installed to /usr/local/sbin and is expecting configuration files to be in /usr/local/etc. I have copied ...
Stephen Boston's user avatar
0 votes
1 answer
77 views

I am migrating to Linux, but I only have experience with Windows. So, I'm afraid I'll run into many difficulties. In Windows in my workenvironment I configure the following things: IPv4 address ...
William Sampaio's user avatar
3 votes
1 answer
4k views

I'm trying to cross-compile Apache httpd for ARM. Here what I did: $ sudo apt install libtool $ git clone https://github.com/apache/httpd.git $ cd httpd $ svn co http://svn.apache.org/repos/asf/apr/...
Mark's user avatar
  • 805
1 vote
1 answer
707 views

I am trying to install psiphon on Debian 10 based on instructions here https://github.com/thispc/psiphon then ./configure came across error configure: error: *** zlib.h missing - please install first ...
political science's user avatar
0 votes
0 answers
263 views

I configured build with this command and built it using make Now I'm trying to create deb package with this settings but i failed with this error FATAL : kernel too old how can i do it?
왕고슴도치's user avatar
1 vote
1 answer
82 views

I'm trying to install Rejoystick for my system (Latest version of GalliumOS), and when I run ./configure (What README says to do) it spits out the error that I don't have libSDL. But running sudo ...
Gary Flermen's user avatar
2 votes
0 answers
152 views

I'm running MacOS Mojave 10.14.2 with Homebrew and MacPorts installed; I'm attempting to install the dsniff suite via the command line, and I installed Xcode's command line tools for this purpose--I ...
John's user avatar
  • 21
0 votes
1 answer
454 views

I am currently trying to compile libX11 version 1.0.0 and during the configure process this error message shows up: checking for BIGREQS... configure: error: Package requirements (bigreqsproto) were ...
user2752471's user avatar

1
2 3 4 5