NetXMS Support Forum

English Support => General Support => Topic started by: Newbie_J on January 11, 2022, 09:08:19 AM

Title: Problem with building netxms on Linux
Post by: Newbie_J on January 11, 2022, 09:08:19 AM
I am getting the below error while building netxms-3.3.323 on Linux.

*****************/config/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' 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:
         <https://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <https://www.gnu.org/software/autoconf>
         <https://www.gnu.org/software/m4/>
         <https://www.perl.org/>
make: *** [aclocal.m4] Error 127

Please need your immediate support .

Best Regards,
Mo
Title: Re: Problem with building netxms on Linux
Post by: Newbie_J on January 11, 2022, 09:10:55 AM
Tried running the reconf script too. Getting the below messages

******************************************/netxms-3.3.323>sh ./reconf
Usage: autoreconf [-f] [-h] [--help] [-m dir] [--macrodir=dir]
       [-l dir] [--localdir=dir] [--force] [--verbose] [--version]
       [--cygnus] [--foreign] [--gnits] [--gnu] [-i] [--include-deps]

Title: Re: Problem with building netxms on Linux
Post by: Victor Kirhenshtein on January 14, 2022, 05:31:53 PM
Hi,

make sure that you have automake, autoconf, and libtool installed on your system. Also, 3.3 is fairly old version, I really recommend going with 3.9.

Best regards,
Victor