View Issue Details

IDProjectCategoryView StatusLast Update
0000119easycwmpBugpublic2016-02-26 09:26
Reporterdev.opz.69 Assigned Tomohamed.kallel  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
PlatformUbuntuOS14OS Version14.04 LTS
Summary0000119: ./configure error (see: http://support.easycwmp.org/print_bug_page.php?bug_id=93)
DescriptionI am receiving the identical error from ./configure reported here: http://support.easycwmp.org/print_bug_page.php?bug_id=93


ubuntu@ubuntu:/opt/dev/easycwmp$ autoreconf -V
autoreconf (GNU Autoconf) 2.69


ubuntu@ubuntu:/opt/dev/easycwmp$ aptitude search libcurl
v libcurl-dev -
v libcurl-dev:i386 -
p libcurl-ocaml - OCaml curl bindings (Runtime Library)
p libcurl-ocaml:i386 - OCaml curl bindings (Runtime Library)
v libcurl-ocaml-d6l49 -
p libcurl-ocaml-dev - OCaml libcurl bindings (Development package)
p libcurl-ocaml-dev:i386 - OCaml libcurl bindings (Development package)
v libcurl-ocaml-dev-d6l49 -
v libcurl-ocaml-dev-ephj1:i386 -
v libcurl-ocaml-ephj1:i386 -
v libcurl-ssl-dev -
v libcurl-ssl-dev:i386 -
i libcurl3 - easy-to-use client-side URL transfer library (OpenSSL flavour)
p libcurl3:i386 - easy-to-use client-side URL transfer library (OpenSSL flavour)
p libcurl3-dbg - debugging symbols for libcurl (OpenSSL, GnuTLS and NSS flavours)
p libcurl3-dbg:i386 - debugging symbols for libcurl (OpenSSL, GnuTLS and NSS flavours)
v libcurl3-dev -
v libcurl3-dev:i386 -
i libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour)
p libcurl3-gnutls:i386 - easy-to-use client-side URL transfer library (GnuTLS flavour)
v libcurl3-gnutls-dev -
v libcurl3-gnutls-dev:i386 -
p libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour)
p libcurl3-nss:i386 - easy-to-use client-side URL transfer library (NSS flavour)
v libcurl3-nss-dev -
v libcurl3-nss-dev:i386 -
v libcurl3-openssl-dev -
v libcurl3-openssl-dev:i386 -
v libcurl4-dbg -
v libcurl4-dbg:i386 -
v libcurl4-dev -
v libcurl4-dev:i386 -
p libcurl4-doc - documentation for libcurl
i libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour)
p libcurl4-gnutls-dev:i386 - development files and documentation for libcurl (GnuTLS flavour)
p libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour)
p libcurl4-nss-dev:i386 - development files and documentation for libcurl (NSS flavour)
p libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour)
p libcurl4-openssl-dev:i386 - development files and documentation for libcurl (OpenSSL flavour)
p libcurlpp-dev - c++ wrapper for libcurl (development files)
p libcurlpp-dev:i386 - c++ wrapper for libcurl (development files)
p libcurlpp0 - c++ wrapper for libcurl
p libcurlpp0:i386 - c++ wrapper for libcurl

Steps To Reproduce/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 4106: syntax error near unexpected token `LIBCURL,'
./configure: line 4106: `PKG_CHECK_MODULES(LIBCURL, libcurl)' - There is error!
TagsNo tags attached.
e-mail notification

Activities

dev.opz.69

2016-02-25 02:13

reporter  

configure.ac (2,312 bytes)

mohamed.kallel

2016-02-25 23:16

administrator   ~0000399

May be you have missed package in your ubuntu.

Install the following packages:

    - pkg-config
    - libssl-dev

and then retry the ./configure

dev.opz.69

2016-02-25 23:24

reporter   ~0000401

Excellent, libssl-dev was missing.

Issue History

Date Modified Username Field Change
2016-02-25 02:12 dev.opz.69 New Issue
2016-02-25 02:13 dev.opz.69 File Added: configure.ac
2016-02-25 23:16 mohamed.kallel Note Added: 0000399
2016-02-25 23:24 dev.opz.69 Note Added: 0000401
2016-02-26 09:26 mohamed.kallel Status new => resolved
2016-02-26 09:26 mohamed.kallel Resolution open => no change required
2016-02-26 09:26 mohamed.kallel Assigned To => mohamed.kallel