Opened 14 years ago
Closed 14 years ago
#2745 closed defect (fixed)
Some Perl modules fail to build on x86_64
Reported by: | Matthew Burgess | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.7 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
As reported at http://linuxfromscratch.org/pipermail/lfs-dev/2010-August/064258.html, some Perl modules (examples include Apache's mod_perl & Gnumeric) fail to build on x86_64. Passing '-Duseshrplib' to Perl's 'Configure' script fixes this.
Change History (4)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
I've just tested an x86 build with -Duseshrplib and can confirm that libperl.so gets installed, and the rest of the build completes without issue (as expected). If you want me to commit my patch, I can do, or I can wait until someone can confirm on x86_64.
comment:3 by , 14 years ago
Fixed in revision 9371. Leaving open until lfs-6.7-rc2 or lfs-6.7 stable.
Matt, If you are going to make a patch, please accept the ticket so we don't both do it.
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Interesting. See
http://www.linuxfromscratch.org/pipermail/lfs-book/2001-July/001403.html
Note that it refers to bugzilla that we have not used in many years. Those very old comments really don't apply to this ticket though.