mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #11] Compilation fails in Centos 6.2 #8
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ngiraldo on GitHub (Oct 16, 2015).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/11
Originally assigned to: @jmcnamara on GitHub.
As described.
Please inform us in which versions of CentOS does the library work.
@jmcnamara commented on GitHub (Oct 16, 2015):
Can you add a trace of the build failure.
@ngiraldo commented on GitHub (Oct 16, 2015):
Hello, I'm not at the office until tomorrow.
I just remember that's not the library itself failing, but the minizip dependency, which in CentOS can be installed via yum.
@jmcnamara commented on GitHub (Oct 16, 2015):
The Getting Started guide explains that zlib 1.2.8 is required. Did you install that?
Snippet:
@ngiraldo commented on GitHub (Oct 16, 2015):
I have no problems with Ubuntu.
In CentOS I have zlib-devel-1.2.3-29.el6.x86_64.
Will update to 1.2.8.
@ngiraldo commented on GitHub (Oct 19, 2015):
Sorry, the issue is that Centos 6 has painfully old libraries.
It works fine with the manual zlib install.