-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Relocatable Rakudo and zef #323
Comments
PS: This might not be related to zef but it would be great if you can point us in the right direction. PS2: After running |
What do you mean none of them depend on each other? The stack trace quite clearly implicates |
@ugexe What I mean is that based on https://github.com/perl6/perl6-lwp-simple/blob/master/META6.json I don't see any dependency on OpenSSL. |
If I understand correctly, you mean to say that |
You could add debug output to the What OpenSSL is doing with |
On Windows 10:
Built Rakudo 2019.07.1 under
C:\rakudo
using:perl Configure.pl --backends=moar --gen-moar --moar-option="--cc=gcc" --moar-option="--make=gmake" --relocatable
Installed zef using:
perl6.exe -I. bin\zef install .
Added both
bin
andshare\perl6\site\bin
to the PATHInstalled a bunch of modules e.g.
LWP::Simple
All works perfectly
Moved rakudo folder to another location
Updated the PATH to reflect new location
zef uninstall LWP::Simple
workszef nuke LWP::Simple
worksDeleted .zef folder from ~ just in case
zef install LWP::Simple
fails with the following error, it seems it is still trying to look for modules under the previous directory.The text was updated successfully, but these errors were encountered: