Open
Description
# make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /root/temp/lib_mysqludf_preg/config/missing aclocal-1.13
/root/temp/lib_mysqludf_preg/config/missing: line 81: aclocal-1.13: command not found
WARNING: 'aclocal-1.13' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make: *** [aclocal.m4] Error 127
(I didn't manually modify any of the mentioned files, I just followed the installation instructions, i.e. ./configure
and make
)
So I made sure automake, autoconf, m4 and perl were installed (perl wasn't and I installed it), and yet I still get the same error.
Either something is broken or the above error message is incomplete.
Metadata
Metadata
Assignees
Labels
No labels