nm-l2tp / NetworkManager-l2tp

L2TP and L2TP/IPsec support for NetworkManager
GNU General Public License v2.0
486 stars 84 forks source link

autogen.sh: intltoolize: not found on Kubuntu 18.04 #116

Closed daemonofchaos closed 4 years ago

daemonofchaos commented 4 years ago

Just cloned the repository and executed ./autogen.sh and received the following output:

|-[18:25:54]-> ./autogen.sh 
libtoolize: putting auxiliary files in '.'.
libtoolize: linking file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: linking file 'm4/libtool.m4'
libtoolize: linking file 'm4/ltoptions.m4'
libtoolize: linking file 'm4/ltsugar.m4'
libtoolize: linking file 'm4/ltversion.m4'
libtoolize: linking file 'm4/lt~obsolete.m4'
configure.ac:15: installing './compile'
configure.ac:28: installing './config.guess'
configure.ac:28: installing './config.sub'
configure.ac:7: installing './install-sh'
configure.ac:7: installing './missing'
Makefile.am: installing './depcomp'
./autogen.sh: 18: ./autogen.sh: intltoolize: not found
|-[18:29:17]-> cat /etc/os-release 
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

Running the KDE desktop, i.e. Kubuntu.

Let me know if you need any additional information.

dkosovic commented 4 years ago

You hadn't installed the intltool package, have a look at:

There is a way to not build the GNOME stuff, I believe it is --without-gnome switch for ./configure.

daemonofchaos commented 4 years ago

My apologies for completely skipping that section. Apparently I only read to "For details on pre-built packages," and moved right on to attempting to build. Thank you for the heads-up about the --without-gnome switch!