Questions tagged [compilation]
47 questions
0
votes
1 answer
Building Driver for Intel X710-da2 on FreeBSD
I am trying to build the network driver for Intel X710-da2, which can be downloaded here on FreeBSD 9.3.
I followed the Intel README but nevertheless I retrieve the following compile error after running the make command:
Warning: Object directory…

rzo
- 111
- 4
0
votes
2 answers
Compile node-5.1.0 in CentOS 6.7 lacks of g++ 4.8+
I'm trying to compile node-5.1.0 in CentOS 6.7 but is asking for g++ 4.8 or above.
[root@ws node-v5.1.0]# ./configure
WARNING: C++ compiler too old, need g++ 4.8 or clang++ 3.4 (CXX=g++)
...
First I've installed "Development Tools":
[root@ws…

ReynierPM
- 710
- 5
- 14
- 30
0
votes
0 answers
How to compile php and curl-extension with custom version libcurl?
I want compile php-5.6.15 with custom version of libcurl. Why? There was a bug with curl which makes some https requests failed. My distro's repositories contains just version with bug. So I guess I need to make such steps as:
compile curl…

Sergey Chizhik
- 101
- 3
0
votes
0 answers
build memcached source on centos6.4 64bit fails
I'd like to build memcached from source on centos 6.4 x86_64 but only get following error.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type...…

Chuck
- 131
- 3
0
votes
1 answer
How Can I Determine Which ./configure Options are Currently "Activated"?
I ran ./configure on a project a long time ago after tweaking multiple options, but now I want to add an option to the rather long list of current options. I do not remember what options I used, so I don't know what options the new command should…

Alex Gittemeier
- 121
- 6
0
votes
1 answer
How do I modify the include path during a source install?
I'm trying a source install (configure, make) on FreeBSD but I get this error:
error: foo.h: No such file or directory
although the file does exist at /usr/local/include/foo.h so I guess the compiler is not looking in /usr/local/include .
How do I…

Gazzer
- 185
- 1
- 2
- 9
0
votes
3 answers
I keep getting OpenSSL Header Version not found error when compiling OpenSSH Debian Squeeze
I built Openssl1.0.0d ./config shared no-threads zlib
It installed fine to the default /usr/local/ssl
I went and downloaded OpenSSH 5.8p2 and ran ./configure
but now it keeps giving me a Openssl version header not found error even when I set…

Dustin Kingen
- 113
- 1
- 1
- 7
0
votes
1 answer
Can not compile php-curl ext with custom curl
I have libcurl installed here:
/usr/local/curl-7.88.1/
I want to compile php-curl extension:
# cd /usr/src/php-8.1.12/ext/curl/
# /usr/local/php81/bin/phpize
Configuring for:
PHP Api Version: 20210902
Zend Module Api No: 20210902
Zend…

Nick
- 826
- 2
- 15
- 42
0
votes
0 answers
NGINX Community compilation for reverse proxy to use ngx_http_substitutions_filter_module
I have compiled from the src nginx to use the ngx_http_substitutions_filter_module.
I have used this build configuration ./configure --prefix=/var/www/html (and so on...).
Compilation is fine and it works but doesn't works as reverse proxy.
Using…

MaxAmbrogi.com
- 11
- 2
0
votes
0 answers
Cross-compiling Libssl-dev for ARMV5. How do I make these versions align with each other?
While I am on a x86-64 machine, I need to cross-compile for an embedded GNU linux distro that uses and ARMV5. During compilation I am getting No such file or directory on
#include
So I will need the source for opensll. Clear…

Ksenia Semenova
- 51
- 3
0
votes
0 answers
ld is unresponsive to both LD_LIBRARY_PATH and LIBRARY_PATH
I'm working on a shared CentOS server where I don't have root.
cat /etc/centos-release
CentOS Linux release 7.8.2003 (Core)
I recently updated my GCC/G++ version to 9.4.0, but now all of my C++ builds are failing at the linking step. I've tracked…

Jordan
- 1
- 1
0
votes
0 answers
APP_PROTECT failed to get compilation status
I have installed Nginx Plus and App Protect (provided by Nginx Plus and F5). I followed the config guide (https://docs.nginx.com/nginx-app-protect/configuration/). The issue is whenever I add the lines
app_protect_enable…

Rahul Biswas
- 11
- 2
0
votes
0 answers
Alternative location to store tmp files on linux
So I have a python script that I compile with pyinstaller to a single file. at the time of running, by default, the script will unbundle the modules in /tmp/ also you can change the default TMPDIR at the time of compilation.
PROBLEM:
As you might…

Amir Alamani
- 1
- 1
0
votes
2 answers
Does Ansible offer a way to build/compile on the control node, and then deploy to managed nodes?
Is there any way to have Ansible run a build script locally on the control node, and then deploy the resulting artifact to various managed nodes?
Please let me know if there's something I've missed, but I looked at the docs for the shell, command…

bjmc
- 147
- 3
0
votes
0 answers
Compile ModSecurity 3.3 with YAJL
anyone could help? I'm stucked on this.
I already compiled ModSecurity 3.3 on this machine (followed these instructions). Now I'm trying to compile with YAJL (Yet Another JSON Library) to be able to log in JSON format.
I installed yajl and…

Filipe
- 1