Questions tagged [compilation]
47 questions
1
vote
1 answer
NGINX error during compilation sources
I need help cause i get error when compiling nginx v1.9.12
Compilation code
./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log…

user344393
- 41
- 1
- 4
1
vote
0 answers
Create custom package from nginx source - renaming nginx to custom-nginx
My dist is Ubuntu 14.04
use case
I am attempting to create my own packaged nginx called 'custom-nginx'. It needs to install itself into alternative directories as so it does not interfere with the normal operation of nginx. 'custom-nginx' will…

anastymous
- 151
- 7
1
vote
0 answers
Cannot recompile PHP on Mac OS X and enable PHP calendar
I compiled PHP 5.6.11. PHP-FPM to be more precise. It works find but I need to enable calendar. So I tried to to do:
./configure --enable-fpm --with-pdo-mysql --with-mcrypt --with-zlib
--with-openssl --with-curl --disable-posix-threads…

jnbdz
- 927
- 5
- 24
- 46
1
vote
1 answer
Compiling in linux to specific directory and then package the software
I need to compile a software from the sources.
./config && make && make install
On that, it does install a bunch of stuff everywhere(Libraries, etc)
But the thing is, that I also need to copy that software after to another set of machines that I…

yield
- 771
- 1
- 9
- 24
1
vote
0 answers
Set number of threads when auto compiling kernel
I use Ubuntu as main operating system.
I have found that when a new kernel is included in a system upgrade, during the upgrade, certain kernel-related items are compiled (kernel modules?).
During this process, I check that the processor usage is…

Ommadawn
- 235
- 2
- 8
1
vote
1 answer
Getting libssl abd libcrypto conflict warning while compiling php on RHEL 7.8
I m getting following warning messages while compiling php on RHEL7.8
I am able to successfully compile and install php but I am not sure what will be the side effect of these warnings.
Is there any way to resolve these warning?
/usr/bin/ld:…

skb007
- 136
- 4
- 6
0
votes
1 answer
Removing nginx compilation
I have compiled nginx(1.13.6) on my ubuntu server by cloning and installing nginx from git. I want to recompile it with additional modules. When I try to remove nginx using:
sudo service nginx stop
sudo rm -f -R /usr/local/nginx && rm -f…

TrickyExplorer
- 89
- 1
- 3
- 11
0
votes
1 answer
Different results for json_encode in Wordpress with php compiled with same configuration and libmbfl version
I have an older Debian server and a local install of Wordpress; I'm trying to track down why calling:
echo json_encode('');
on the Debian server results in "\ud83dde00" but on my local install, calling the same json_encode line results in…

jaygooby
- 314
- 1
- 2
- 13
0
votes
1 answer
Replace Existing XMLTooling Library w/ Compiled Version
To remediate an Shibboleth SSO vulnerability (https://shibboleth.net/community/advisories/secadv_20180227.txt) I'm attempting to replace the existing libxmltooling7 library with a newer version (from 1.6.0-4 to 1.6.3).
I've successfully downloaded…

DMahn
- 3
- 3
0
votes
1 answer
Unable to install a new version of a port -- Elixir 1.5.1 -- in FreeBsd -- "1 out of 2 hunks failed--saving rejects to Makefile.rej"
I'm trying to install Elixir 1.5 and OTP 20. I did this:
pkg install erlang-runtime20
portsnap fetch extract update
and I've changed /usr/ports/lang/elixir/Makefile to point to the latest version of Elixir and erlang:
PORTVERSION=…

Jodari
- 89
- 1
- 1
- 6
0
votes
0 answers
Disribute PHP files after compiling from source
I have compiled and installed multiple version of PHP on my system. When I compile my PHP, there are a few files that are not copied to to their location. For example, when I compile my PHP v7.1(PHP-FPM), its service file (./sapi/fpm/init.d.php-fpm)…

undone
- 167
- 1
- 1
- 10
0
votes
1 answer
PHP compile issues - stuck at 'Generating phar.phar'
I've encountered problems compiling PHP from source at one 'a bit custom' Centos 6/cPanel server.In general it worked in the past, right now it does not.
There were many different PHPs compiled at this box and without greater problems.
Right now,…

adoado0
- 101
- 8
0
votes
0 answers
Compile PHP with the setting and extensions of the system one
My client has a server on Ubuntu with PHP 5.4. Currenctly I want to add PHP 5.6 + PHP-FPM to give the possibility to use a newer version of PHP. The question is :
Is there a simple / quick way to get the system's PHP configuration to use as…

Marin Bînzari
- 133
- 1
- 5
0
votes
1 answer
Cannot open config file when installing nagios
When trying to setup nagios, I'm running into some errors.
Error: Cannot open config file ‘/usr/local/nagios/etc/hosts.cfg ;new file added ‘ for reading: No such file or directory
Error processing object config files!
One or more problems was…

Fontem Ryan Asonganyi
- 23
- 1
- 5
0
votes
1 answer
Best way to compile tar archives of source code on target servers with Ansible
I am using Ansible for config management and I'd like to adopt it even further to deploy custom code, which is compiled at some servers directly. There are no packages since the code is only internal and it's 12 Gentoo servers.
Can someone give me…

wishi
- 211
- 1
- 2
- 8