View Issue Details

IDProjectCategoryView StatusLast Update
0000186easycwmpHelppublic2017-01-27 16:02
Reporterhkachhia Assigned Tomohamed.kallel  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
PlatformVirtual box OSUbuntu OS Version14.04
Summary0000186: getting error when tried to configure json-c
DescriptionI have downloaded latest package easycwmp-1.4.1.tar.gz from download page and followed step number 3 from install page "3. EasyCwmp install for other Linux distributions:"

I am getting error when tried to configure json-c.
Error :
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Steps To Reproducegit clone git://github.com/json-c/json-c.git /opt/git/json-c
cd /opt/git/json-c/

autoreconf -i
TagsNo tags attached.
e-mail notification

Activities

hkachhia

2016-12-01 13:13

reporter   ~0000580

By mistake i have wrote wrong summary " No package 'microxml' found"

mohamed.kallel

2016-12-01 14:18

administrator   ~0000582

Try to use the last cersion of automake
Otherwise you have to add AC_CONFIG_MACRO_DIR([m4]) in the configure.ac

hkachhia

2016-12-02 05:53

reporter   ~0000589

I have removed and install automake , but getting same error

sudo apt-get autoremove automake
sudo apt-get install automake

hkachhia

2016-12-02 08:16

reporter   ~0000590

I have fixed my problem after adding AC_CONFIG_MACRO_DIR([m4]) in the configure.ac

Issue History

Date Modified Username Field Change
2016-12-01 13:11 hkachhia New Issue
2016-12-01 13:13 hkachhia Note Added: 0000580
2016-12-01 14:12 mohamed.kallel Summary No package 'microxml' found => getting error when tried to configure json-c
2016-12-01 14:18 mohamed.kallel Note Added: 0000582
2016-12-02 05:53 hkachhia Note Added: 0000589
2016-12-02 08:16 hkachhia Note Added: 0000590
2017-01-27 16:02 mohamed.kallel Status new => resolved
2017-01-27 16:02 mohamed.kallel Resolution open => no change required
2017-01-27 16:02 mohamed.kallel Assigned To => mohamed.kallel