View Issue Details

IDProjectCategoryView StatusLast Update
0000265easycwmpQuestionpublic2017-08-26 16:22
Reporterhjchae Assigned Tomohamed.kallel  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionno change required 
Summary0000265: compile problem
Descriptionsystem information = >
Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-62-generic x86_64)

---------------------------------

when try build easycwmp, I got blow error message.

----------------------------------
root@ubuntu:/opt/dev/easycwmp# ./configure --enable-debug --enable-devel --enable-acs=multi --enable-jsonc=1
configure: WARNING: unrecognized options: --enable-acs
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
./configure: line 4120: syntax error near unexpected token `LIBCURL,'
./configure: line 4120: `PKG_CHECK_MODULES(LIBCURL, libcurl)'
----------------------------------

but "libcurl" is already installed my system.

----------------------------------
root@ubuntu:/usr/lib/x86_64-linux-gnu# ls -al *curl*
lrwxrwxrwx 1 root root 19 11월 3 2016 libcurl-gnutls.so.3 -> libcurl-gnutls.so.4
lrwxrwxrwx 1 root root 23 11월 3 2016 libcurl-gnutls.so.4 -> libcurl-gnutls.so.4.4.0
-rw-r--r-- 1 root root 444800 11월 3 2016 libcurl-gnutls.so.4.4.0
-rw-r--r-- 1 root root 947016 11월 3 2016 libcurl.a
-rw-r--r-- 1 root root 953 11월 3 2016 libcurl.la
lrwxrwxrwx 1 root root 16 11월 3 2016 libcurl.so -> libcurl.so.4.4.0
lrwxrwxrwx 1 root root 12 11월 3 2016 libcurl.so.3 -> libcurl.so.4
lrwxrwxrwx 1 root root 16 11월 3 2016 libcurl.so.4 -> libcurl.so.4.4.0
-rw-r--r-- 1 root root 452992 11월 3 2016 libcurl.so.4.4.0


----------------------------------

when removed error line in file "configure",
and build again, I got below error message.

----------------------------------

./configure: line 4125: syntax error near unexpected token `MICROXML,'
./configure: line 4125: `PKG_CHECK_MODULES(MICROXML, microxml)'

----------------------------------

but "microxml" is already installed my system too.

----------------------------------

hjchae@ubuntu:/lib$ ls -al *xml*
lrwxrwxrwx 1 root root 27 7월 11 01:36 libmicroxml.so -> /usr/lib/libmicroxml.so.1.0
lrwxrwxrwx 1 root root 27 7월 11 01:36 libmicroxml.so.1 -> /usr/lib/libmicroxml.so.1.0



TagsNo tags attached.
e-mail notification

Activities

mohamed.kallel

2017-07-18 11:04

administrator   ~0000752

The same issue of 0000119

May be you have missed package in your ubuntu.

Install the following packages:

    - pkg-config
    - libssl-dev

and then retry the ./configure

Issue History

Date Modified Username Field Change
2017-07-11 18:21 hjchae New Issue
2017-07-18 11:04 mohamed.kallel Note Added: 0000752
2017-08-26 16:22 mohamed.kallel Status new => resolved
2017-08-26 16:22 mohamed.kallel Resolution open => no change required
2017-08-26 16:22 mohamed.kallel Assigned To => mohamed.kallel