I have the need to install LibreOffice 4.2.8 on Ubuntu Server 18.04 to make it work with a software.
I downloaded the source tarball from here, and I’m following this guide to build LibreOffice.
The first command I gave was the following:
./autogen.sh --with-distro=LibreOfficeLinux --with-package-format=deb --enable-epm --without-krb5 --without-gssapi --disable-gconf --disable-gstreamer-0-10 --disable-kde
And after that I used the
make
command to build from source.
Now my problem is that when I use the make command, I get the following error and I can’t solve it by myself.