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

Searching for libraries under MacOS X #1955

Closed
p6rt opened this issue Jul 29, 2010 · 7 comments
Closed

Searching for libraries under MacOS X #1955

p6rt opened this issue Jul 29, 2010 · 7 comments

Comments

@p6rt
Copy link

p6rt commented Jul 29, 2010

Migrated from rt.perl.org#76808 (status was 'rejected')

Searchable as RT76808$

@p6rt
Copy link
Author

p6rt commented Jul 29, 2010

From albie@alfarrabio.di.uminho.pt

Hello.

Under Mac OS X, if installing rakudo (star) under /opt/rakudo, for
instance, and after adding it to the PATH, we get​:

[ambs@​rachmaninoff ~]$ perl6
dyld​: Library not loaded​:
/Users/ambs/tmp/rakudo-star-2010.07/parrot-2.6.0/blib/lib/libparrot.dylib
  Referenced from​: /opt/rakudo/bin/perl6
  Reason​: image not found
Trace/BPT trap

This is easily solved adding /opt/rakudo/lib to the
DYLD_FALLBACK_LIBRARY_PATH.

But it would be great if rakudo could take care of referring the
libraries in their destination path.

Unfortunately I am not aware how this can be done, but I would love to.

All the best
Alberto
--
Alberto Simões

@p6rt
Copy link
Author

p6rt commented Jul 30, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jan 8, 2011

From @jkeenan

Cf. these Parrot tickets, which appear to relate to the same problem​:

http://trac.parrot.org/parrot/ticket/344

http://trac.parrot.org/parrot/ticket/1890

kid51

@p6rt
Copy link
Author

p6rt commented Jun 7, 2013

From brian.wisti@gmail.com

On Thu Jul 29 09​:30​:31 2010, ambs wrote​:

Hello.

Under Mac OS X, if installing rakudo (star) under /opt/rakudo, for
instance, and after adding it to the PATH, we get​:

[ambs@​rachmaninoff ~]$ perl6
dyld​: Library not loaded​:
/Users/ambs/tmp/rakudo-star-2010.07/parrot-
2.6.0/blib/lib/libparrot.dylib
Referenced from​: /opt/rakudo/bin/perl6
Reason​: image not found
Trace/BPT trap

This is easily solved adding /opt/rakudo/lib to the
DYLD_FALLBACK_LIBRARY_PATH.

But it would be great if rakudo could take care of referring the
libraries in their destination path.

Unfortunately I am not aware how this can be done, but I would love
to.

All the best
Alberto

I know this is an older ticket, but I noticed it while scrubbing through
the bug list.

FWIW, I do not see this issue with Rakudo Star 2013.05 on OS X 10.8.

$ perl Configure.pl --prefix=/opt/rakudo --gen-parrot
$ make && make rakudo-test && sudo make install
$ /opt/rakudo/bin/perl6

"Hello".say
Hello

I can't vouch for other versions of Rakudo or other versions of OS X.

@p6rt
Copy link
Author

p6rt commented Jun 7, 2013

From [Unknown Contact. See original ticket]

On Thu Jul 29 09​:30​:31 2010, ambs wrote​:

Hello.

Under Mac OS X, if installing rakudo (star) under /opt/rakudo, for
instance, and after adding it to the PATH, we get​:

[ambs@​rachmaninoff ~]$ perl6
dyld​: Library not loaded​:
/Users/ambs/tmp/rakudo-star-2010.07/parrot-
2.6.0/blib/lib/libparrot.dylib
Referenced from​: /opt/rakudo/bin/perl6
Reason​: image not found
Trace/BPT trap

This is easily solved adding /opt/rakudo/lib to the
DYLD_FALLBACK_LIBRARY_PATH.

But it would be great if rakudo could take care of referring the
libraries in their destination path.

Unfortunately I am not aware how this can be done, but I would love
to.

All the best
Alberto

I know this is an older ticket, but I noticed it while scrubbing through
the bug list.

FWIW, I do not see this issue with Rakudo Star 2013.05 on OS X 10.8.

$ perl Configure.pl --prefix=/opt/rakudo --gen-parrot
$ make && make rakudo-test && sudo make install
$ /opt/rakudo/bin/perl6

"Hello".say
Hello

I can't vouch for other versions of Rakudo or other versions of OS X.

@p6rt
Copy link
Author

p6rt commented Mar 1, 2015

From @usev6

Since support for Parrot was suspended with Rakudo Star Release 2015.02, I'm closing this "parrot only" ticket.

I added the ticket to a list of closed ticket living in the Mu repository​: https://github.com/perl6/mu/blob/master/misc/rt.perl.org/tickets_closed_parrot_only.txt.

In case support for Parrot will be restored in some future release the listed tickets can be checked and re-opened as appropriate.

@p6rt
Copy link
Author

p6rt commented Mar 1, 2015

@usev6 - Status changed from 'open' to 'rejected'

@p6rt p6rt closed this as completed Mar 1, 2015
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