Questions tagged [configure]

Configure is an autoconf script used to configure software source packages for building on Posix-like operating systems.

Configure is an autoconf script used to configure software source packages for building on Posix-like operating systems. The documentation for the configure scripts are available on the Autoconf website.

91 questions
38
votes
2 answers

How do i configure a Logitech G502 Spectrum under Linux?

I'm thinking about buying a Logitech G502 Spectrum (the G502 with RGB LEDs) but as I am running Linux (Speciified in Debian @ work, ubuntu @work and archlinux @home) I am woundering how to setup colors directly under a linux environment. As far as…
0x1ad1b88
  • 546
16
votes
2 answers

OpenSSL not found during ./configure

I'm trying to make one bitcoin-like daemon on my Ubuntu 14.04.3. When I hit ./configure: checking for SSL... no configure: error: openssl not found. but # apt-get install libssl-dev linux-headers-$(uname -r) Reading package lists... Done Building…
13
votes
1 answer

Unable to configure qemu on Ubuntu 14.04

I'm trying to configure QEMU on Ubuntu 14.04 (x64): $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty configure dies with the error message: ERROR:…
jww
  • 12,722
10
votes
2 answers

How to solve Receive error: 10053 connection was aborted by the software in your host machine for folding@home?

I wanted to follow Nvidia's call to action to donate unused GPU computing power to fight against COVID-19 and installed the Folding@home Client at Version 7.5.1 on a Windows 10 x64 machine. My logs are full of messages that read: ERROR:Receive…
k0pernikus
  • 2,652
3
votes
1 answer

./configure: bdw-gc not found when building Inkscape from source

What is the common way to investigate on this issue that appears during ./configure? configure: error: Package requirements (bdw-gc >= 7.1 cairo >= 1.10 cairomm-1.0 >= 1.9.8 glib-2.0 …
nowox
  • 3,017
3
votes
3 answers

kernel source error on dahdi installation in centos

Trying to install dahdi from the link. I have downloaded package for dahdi. But on doing cd /usr/src/dahdi-linux-complete* make && make install && make config My terminal shows [root@localhost dahdi-linux-complete-2.10.0+2.10.0]# make make -C linux…
3
votes
0 answers

ssh agent forwarding not working on Windows

Same ask as ssh agent forwarding on Windows 10, but on Windows 11. When I ssh from my Linux client with AgentForwarding enabled into a Windows 11 host, I cannot access the client keys on the host: C:\Users\admin>ssh-add -l The agent has no…
xpt
  • 9,385
  • 44
  • 120
  • 178
3
votes
1 answer

Midnight Commander: configure error: S-Lang library version 2.0 or newer not found

Trying to update Midnight Commander to the latest version (4.8.23), I downloaded the corresponding tar.xz file from their website (http://ftp.midnight-commander.org/?C=N;O=D), extracted the files and issued ./configure, but afterwards I get the…
user596332
3
votes
0 answers

configure not finding ffnvcodec dependency

When running ./configure --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib I am met with ERROR: cuda requested, but not all…
dannycbus
  • 132
3
votes
1 answer

How do you stop Excel from auto-replacing characters and sequences?

Excel, and I think most Office Products, have an obnoxious habit of replacing regular ASCII characters with obscure extended characters if it can, which renders the result absolutely useless to anything else. For example, ASCII quotes get replaced…
tlum
  • 141
3
votes
0 answers

How can I disable media keys processing in vlc media player?

The title is self explanatory. There is no such option in vlc settings though this page says that the configuration option for this option was added to gui in vlc-1.1.7. The page is quite old though.
saga
  • 193
  • 1
  • 8
2
votes
1 answer

How to configure apache with domain name in raspberry pi

i have a raspberry pi(IP: 192.168.1.135) connected to my PC(IP: 192.168.1.100) via LAN port. PC is connected to a router(IP: 12.168.1.1). i got raspberry to get connected to router, i bridged the lan and wlan port so (in windows7 -> network and…
2
votes
1 answer

i3wm: Duplicate workspace to new monitor

I'm looking for a way to duplicate a workspace to another monitor (i3wm). I'm using arandr (screen layout manager), but workspaces are always split between screens. Let's say I'm making a presentation and workspace1 gets captured, then I can't see…
luku
  • 21
2
votes
1 answer

How to pass configure arguments as a parameter to a function in bash?

I was working on a bash function to help me to compile packages: make_package() { local PACKAGE_NAME=$1 local PACKAGE_VERSION=$2 local PACKAGE_INSTALL_DIR=$3 local PACKAGE_CONFIGURE_PARAMETERS=$4 echo "Make…
kostr22
  • 163
2
votes
1 answer

PHP 7.3.8. ZIP extension on MacOS Catalina 10.15

I’m trying to use the builtin PHP in MacOS Catalina 10.15 by compiling the ZIP extension by myself. In the new MacOS Catalina, the phpize tool is no longer usable since inside it contains an invalid path to the PHP libraries. The volume /usr is…
1
2 3 4 5 6 7