smadaminov / ovs-dpdk-meson-issues

VMware Summer 2021
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

possibly undefined macro: LT_INIT #57

Closed smadaminov closed 3 years ago

smadaminov commented 3 years ago

During boot stage, the script boot.sh fails as follows:

[msr@rhel8 ovs-meson]$ ./boot.sh
configure.ac:39: error: possibly undefined macro: LT_INIT
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
smadaminov commented 3 years ago

This error indicates missing libtool software package. On RHEL8 (and similarly on other OS) the fix is:

$ sudo dnf install libtool