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

cannot install perl with perlbrew due to lib version mismatch #6

Closed
j1n3l0 opened this issue Jul 24, 2010 · 2 comments
Closed

cannot install perl with perlbrew due to lib version mismatch #6

j1n3l0 opened this issue Jul 24, 2010 · 2 comments

Comments

@j1n3l0
Copy link

j1n3l0 commented Jul 24, 2010

Hi,

I've just installed perlbrew on my Mac OS X 10.5 where I have previously installed perl 5.10.1 (in /usr/local/) along with the default perl 5.8.8 (in /usr/bin). When I try to install perl 5.12 (or 5.13, the only two I've tried) it fails with the output below. I'd rather not force install and if I do I'm not sure it would even work. Any ideas?

Thank you.

...
Making all in ext/Errno
 /usr/bin/make all PERL_CORE=1 LIBPERL_A=libperl.a
../../miniperl "-I../../lib" "-I../../lib" Errno_pm.PL Errno.pm
Perl lib version (5.12.1) doesn't match executable version (v5.10.1) at ../../lib/Config.pm line 50.
Compilation failed in require at /usr/local/lib/perl5/5.10.1/darwin-2level/DynaLoader.pm line 25.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.10.1/darwin-2level/DynaLoader.pm line 25.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/IO/Tty.pm line 12.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/IO/Pty.pm line 7.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/IO/Pty.pm line 7.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1/App/Cope/Pty.pm line 22.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.1/App/Cope/Pty.pm line 22.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1/App/Cope.pm line 22.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.1/App/Cope.pm line 22.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1/auto/share/dist/Cope/cc line 2.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.1/auto/share/dist/Cope/cc line 2.
No error definitions found at Errno_pm.PL line 228.
make[1]: *** [Errno.pm] Error 255
Unsuccessful make(ext/Errno): code=512 at make_ext.pl line 449.
make: *** [ext/Errno/pm_to_blib] Error 2
@j1n3l0
Copy link
Author

j1n3l0 commented Jul 25, 2010

Sorry, I didn't realize the message was short. Have edited and only included the pertinent part of the error message.

@j1n3l0
Copy link
Author

j1n3l0 commented Jul 26, 2010

Thanks, I've resolved the issue.

The problem was I had this application installed and running and it had some dependencies that caused the clash. I have switched it off, cleaned all installs, taken a day and retried. Now I have successfully installed perl-5.12.1.

Now let's try some more perl versions ;)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant