Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missed package to install: libz-dev #1

Closed
wants to merge 1 commit into from

Conversation

0x8BADFOOD
Copy link
Contributor

If it is not installed you will get error from make:

CC       liberasurecode_la-erasurecode.lo
erasurecode.c:30:18: fatal error: zlib.h: No such file or directory
#include <zlib.h>
            ^
compilation terminated.

If it is not installed you will get error from make:
  CC       liberasurecode_la-erasurecode.lo
erasurecode.c:30:18: fatal error: zlib.h: No such file or directory
 #include <zlib.h>
                  ^
compilation terminated.
@openstack-gerrit
Copy link

Thank you for contributing to openstack/liberasurecode!

openstack/liberasurecode uses Gerrit for code review.

If you have never contributed to OpenStack before make sure you have read the
getting started documentation:
http://docs.openstack.org/infra/manual/developers.html#getting-started

Otherwise please visit
http://docs.openstack.org/infra/manual/developers.html#development-workflow
and follow the instructions there to upload your change to Gerrit.

openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Jan 25, 2024
* Update liberasurecode from branch 'master'
  to 6998dce1a01edabac6f5ad2656a441459cb56abc
  - Merge "Add missing dependency to README"
  - Add missing dependency to README
    
    We started requiring zlib headers a while back now.
    
    See also: openstack/liberasurecode#1 and
    openstack/liberasurecode#2
    
    Co-Authored-By: Dorian Burihabwa <dorian@burihabwa.com>
    Co-Authored-By: Mobile Developer <app.mobile.developer@gmail.com>
    Change-Id: I1a3514b224dc284f7482960d1888cc1466cfadb1
openstack-mirroring pushed a commit that referenced this pull request Jan 25, 2024
We started requiring zlib headers a while back now.

See also: #1 and
#2

Co-Authored-By: Dorian Burihabwa <dorian@burihabwa.com>
Co-Authored-By: Mobile Developer <app.mobile.developer@gmail.com>
Change-Id: I1a3514b224dc284f7482960d1888cc1466cfadb1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants