'aclocal-1.13' is missing on your system

Asked by Martin Gäckler

I try to compile libmemcached in a new environment.

In this environment gcc 8.5 and automake 1.16 is installed. The following error occures:

/build/libmemcached/libmemcached-master/build-aux/missing: line 81: aclocal-1.13: command not found

What could be the reason?

Question information

Language:
English Edit question
Status:
Solved
For:
libmemcached Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Gäckler
Solved:
Last query:
Last reply:
Revision history for this message
Martin Gäckler (mgaeckler) said :
#1

I could solve the problem:

Before doing anything I had to install logtool:

$ sudo yum install -y libtool

Before running configure I had to reconfigure

$ autoreconf --force --install

Then everthing was fine.