On Fri, May 6, 2022 at 12:35 AM Oren Ish-Shalom <tuna.is.good.for....@gmail.com> 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 directory
This probably indicates that msgfmt isn't properly installed. That's part of gettext, not part of PSPP, so you'd have to ask whoever supplied it to help you. Also, PSPP 1.2.0 is quite old. The most recent "stable" version of PSPP is 1.4.1, and newer versions than that exist also.