-
Notifications
You must be signed in to change notification settings - Fork 136
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
Doesn't run on FreeBSD 9.3 #120
Comments
Ok - after trying some more - here's what got me to get it up and running on FreeBSD 9.3 : pkg install wget then adding the path /opt/znapzend-0.14.0/bin to the set path directive in .cshrc |
did you, by any chance neglect to run the configure script and then or did you download directly into the install directory ? |
No - when trying to build it instead of using the precompiled packages it first needed to use gmake - which was solved by pkg install gmake - then I did use those lines Can't locate ZnapZend/Config.pm in @inc (you may need to install the ZnapZend::Config module) (@inc contains: /opt/znapzend-0.14.0/bin/../thirdparty/lib/perl5 /opt/znapzend-0.14.0/bin/../lib /usr/local/lib/perl5/site_perl/mach/5.18 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/site_perl/5.18/mach .) at ./znapzendzetup line 13. At which point I deleted /opt/znapzend* and did it again using the precompiled binaries - and now I get a proper usage manifest when running ./znapzendzetup |
Also, I understand the closing of the issue - as it's not really a bug in the code - but lots of FreeBSD users are going to run in the same problems if the documentation is not updated to a process that is straightforward for the numerous FreeBSD users of ZFS out there :-) |
where have you unpacked the source of the tool ? and what was the output of running configure and make ? the single purpose of running make get-thirdparty-modules IS to install mojo ... so if it is not installed afterwards, something must have gone pretty wrong |
Hello, I tried to install Znapzend 0.14.0 following both the binary installation and the compile installation process (including the make get-thirdparty-modules step) - as per the readme file and in both cases when trying to run /opt/znapzend-0.14.0/bin/znapzendzetup I get the following error message :
root@abch026:/opt/znapzend-0.14.0/bin # /opt/znapzend-0.14.0/bin/znapzendzetup
Can't locate Mojo/Base.pm in @inc (you may need to install the Mojo::Base module) (@inc contains: /opt/znapzend-0.14.0/bin/../thirdparty/lib/perl5 /opt/znapzend-0.14.0/bin/../lib /usr/local/lib/perl5/site_perl/mach/5.18 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/site_perl/5.18/mach .) at /opt/znapzend-0.14.0/bin/znapzendzetup line 12.
BEGIN failed--compilation aborted at /opt/znapzend-0.14.0/bin/znapzendzetup line 12.
root@abch026:/opt/znapzend-0.14.0/bin # perl --version
This is perl 5, version 18, subversion 4 (v5.18.4) built for amd64-freebsd-thread-multi
I haven't found a way to resolve that on my own. Can someone help?
Thank you and have a great and Happy New Year !
Cedric Tineo
The text was updated successfully, but these errors were encountered: