Giter VIP home page Giter VIP logo

Comments (5)

SnapshotCiTy avatar SnapshotCiTy commented on August 16, 2024

Ok - after trying some more - here's what got me to get it up and running on FreeBSD 9.3 :
(assuming a FreeBSD 9.3 with pkg installed)

pkg install wget
pkg install perl5
pkg install p5-mojo
wget --no-check-certificate https://github.com/oetiker/znapzend/releases/download/v0.14.0/znapzend-prebuilt-0.14.0.tar.gz
#the --no-check-certificate was required to work
tar zxvf znapzend-prebuilt-0.14.0.tar.gz
cp -rp znapzend-prebuilt-0.14.0 /opt/znapzend-0.14.0

then adding the path /opt/znapzend-0.14.0/bin to the set path directive in .cshrc

from znapzend.

oetiker avatar oetiker commented on August 16, 2024

did you, by any chance neglect to run the configure script and then make get-thirdparty-modules ?

or did you download directly into the install directory ?

from znapzend.

SnapshotCiTy avatar SnapshotCiTy commented on August 16, 2024

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
./configure --prefix=/opt/znapzend-0.14.0
make get-thirdparty-modules
make install
then it complained about not finding mojo - which got solved with pkg install mojo
but then it stops with this error message :

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.
BEGIN failed--compilation aborted 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

from znapzend.

SnapshotCiTy avatar SnapshotCiTy commented on August 16, 2024

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 :-)

from znapzend.

oetiker avatar oetiker commented on August 16, 2024

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

from znapzend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.