-
Notifications
You must be signed in to change notification settings - Fork 559
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
lib/ExtUtils/t/Embed failure when shared libperl-5.8.0.so built #5756
Comments
From [email protected]Created by [email protected]I compiled Perl 5.8.0 when libperl.so support and told Configure lib/ExtUtils/t/Embed.................ld: fatal: library -lperl: not found By hand: % cd t I'm guessing that line 229 of lib/ExtUtils/Embed.pm needs to be fixed. Best, Perl Info
|
From @rgsBlair Zajac (via RT) wrote:
<shot in the dark> |
From [email protected]"Rafael Garcia-Suarez (via RT)" wrote:
I'm guessing you're right. I get this: # ln ../libperl-5.8.0.so ../libperl.8.0.so Best, -- |
From @rgsWell, to summarize the original bug report, when libperl.so is This patch appears to fix this, on linux at least, but as I'm not Index: lib/ExtUtils/t/Embed.t--- lib/ExtUtils/t/Embed.t (revision 490) |
From @jhiNobody came up with objections, so I'm putting the patch into |
From @rgsI wrote:
Jarkko applied this to maintperl as #18403, and I applied it as
|
From @jhiPatch applied, marking the ticket as resolved. (Of course, |
@jhi - Status changed from 'new' to 'resolved' |
Migrated from rt.perl.org#15184 (status was 'resolved')
Searchable as RT15184$
The text was updated successfully, but these errors were encountered: