[LEDE-DEV] dependency to compile Apache2

Alberto Bursi alberto.bursi at outlook.it
Tue May 23 11:00:18 PDT 2017



On 05/22/2017 11:30 PM, Vieno Foo wrote:
> I tried to compile Apache2 for a VoCore2 (mt7628). Sadly it does not
> compile but returns an error.
>
> "Package apache is missing dependencies for the following libraries:
> libz.so.1"
>
> I attached my lede config file.
>
> Kind regards
> txt.file
>


I think that library is in zlib package. From the log it seems zlib is 
not selected.

# CONFIG_PACKAGE_zlib is not set

Try selecting it. If it fixes the issue, add it to the list of dependencies in the apache2 makefile.
(and send a PR to fix that if it is a package from the repositories)

-Alberto



More information about the Lede-dev mailing list