Unable to install Hubstaff client for Linux

Cannot install Hubstaff official client, when I execute

Hubstaff-1.5.17-52c95d23.sh

I see the following error:

Verifying archive integrity... All good.
Uncompressing Mojo Setup..............
Collecting info for this system...
Operating system: linux
CPU Arch: x86_64
trying mojosetup in bin/linux/x86_64
Segmentation fault (core dumped)
Error: Couldn't run mojosetup

Tried to follow different mojosetup instruction but still no luck, sent an email to their support team but still no answer. Could you please assist

6

1 Answer

Hope this answer will save your time :)

mkdir installer
./Hubstaff-1.5.17-52c95d23.sh --tar xvf -C installer
ldd ./installer/bin/linux/x86_64/guis/libmojosetupgui_gtkplus2.so
ldd ./installer/bin/linux/x86_64/guis/libmojosetupgui_ncurses.so
MOJOSETUP_UI=ncurses ./Hubstaff-1.5.17-52c95d23.sh

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like