On Fri, May 6, 2022 at 12:35 AM Oren Ish-Shalom
wrote:
>
> Hi, I can’t seem to build pspp-1.2.0 from source on a linux machine:
>
> $ ./configure --without-cairo
> $ make
> msgfmt: error while loading shared libraries: libgettextsrc-0.21.so: cannot
> open shared object file: No such file or direc
I have no familiarity with msgfmt, but the error says that your build
cannot find a library named gettext version 0.21. So, maybe you need to
install it? Or update it to at least 0.21? Or ensure the build process
is looking for it in the correct place? If you're running Ubuntu, it
looks like ol