D
D
darphbobo2016-09-24 22:28:28
Apache HTTP Server
darphbobo, 2016-09-24 22:28:28

How to properly compile Apache2 under Ubuntu 16.04.1 x32?

I'm just learning. I compiled according to the documentation from apache.org, slipping it apr apr-utils, but ./configure complained about the absence of pcre, compiled pcre without errors, but it was to no avail. What have I done wrong?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
planc, 2016-09-24
@planc

you need to install from
help.ubuntu.ru/wiki/apache2
packages if you need it from sources, which I strongly doubt, then
# apt-get build-dep apache2 - configure everything you need to build the package from source

O
Oleg Tsilyurik, 2016-09-24
@Olej

I'm just learning.

If you want to be sure to compile from source , then you need to also compile and install (either from the repository or also from the source) all the packages required for this assembly using the method of successive approximations . Errors at each step will tell you a package that is still missing.

D
Dmitry, 2016-09-25
@slo_nik

Good morning.
Can be installed from packages, apache2 + php + mysql bundle, using tasksel

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question