Skip to content

"aclocal missing" error; suggested solution doesn't work #25

Open
@teo1978

Description

@teo1978
# 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions