-
Notifications
You must be signed in to change notification settings - Fork 18
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
perl fails to build with zlib-ng #20
Comments
Looks like there is a patch for zlib-ng from OpenMandriva https://github.com/OpenMandrivaAssociation/zlib-ng/blob/master/0001-Fix-Z_SOLO-mode.patch |
Perl still fails. Only 2 of 7 errors fixed with patch.
|
For now, will allow Perl to use it's bundled zlib source:
|
Build successful without these commands. 😄 Lines 10 to 13 in 9ff9373
|
Without those commands, perl builds with the bundled bzip2 and zlib source in the perl source. I assume LFS forced perl to not use the bundled sources (zlib & bzip2) in case those bundled sources are out of date. Main issue is incompatible zlib-ng headers causes the I do not have enough programming experience to fix the Compress-Raw-Zlib` perl module source to work with zlib-ng |
Confusing .. |
Normally when building a system from source, one would rather use the freshly built libraries than a package's bundled 3rd-party library source. The perl source has bundled copies of the sourcecode for bzip2 and zlib. This is handy if building perl on a system that may not have bzip2 or zlib installed. Otherwise, its like compiling zlib and bzip2 twice: once for the system and again for perl. |
Looks like zlib-ng (with zlib-compat) isn't compatible with perl?
Perl fails to build:
The text was updated successfully, but these errors were encountered: