Hi all, I am trying to install Koha on Ubuntu 18.04 via tar-ball. https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_tarball I already setup every preparations necessary. I run: #01. perl Makefile.PL http://paste.opensuse.org/view/simple/85793620 #02. make http://paste.opensuse.org/view/simple/99861731 #03. But fails in 'make test' http://paste.opensuse.org/view/simple/30313228 How to investigate it? Is it related to "koha 17.05.00 make test FAIL" https://lists.katipo.co.nz/public/koha/2017-June/048140.html ? What do you suggest? Thanks in advance. Best regards -- Andi Sugandi.
Hello Andi Le mar. 12 mars 2019 à 22:40, Andi Sugandi <andisugandi@gmail.com> a écrit :
Hi all,
I am trying to install Koha on Ubuntu 18.04 via tar-ball. https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_tarball
Why not using the debian package?
I already setup every preparations necessary.
I run: #01. perl Makefile.PL http://paste.opensuse.org/view/simple/85793620
#02. make http://paste.opensuse.org/view/simple/99861731
#03. But fails in 'make test' http://paste.opensuse.org/view/simple/30313228
How to investigate it?
The relevant error is: """ t/LangInstaller.t ................... 1/39 Missing 'xgettext' executable. Have you installed the gettext package? """ You need gettext to be installed.
Is it related to "koha 17.05.00 make test FAIL" https://lists.katipo.co.nz/public/koha/2017-June/048140.html ?
Maybe, not sure.
What do you suggest?
Install using the packages :) https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages
Thanks in advance.
Best regards -- Andi Sugandi. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Andi Sugandi -
Jonathan Druart