[strongSwan] makefile

Mostafa Amine el Hentati elhentati.mostafa.amine at gmail.com
Tue Aug 14 17:05:05 CEST 2012


hello,
after i installed the packages og strongswan 5.0.0 on debian squeeze
i run the command ./configure  but when i get to commake: *** Pas de cibles
spécifiées et aucun makefile n'a été trouvé. Arrêt.
mand  'make' i have this message
root at amine:/etc/strongswan-5.0.0# ./configure --sysconfdir=/etc
--prefix=/usr --libexecdir=/usr/lib \--disable-aes --disable-des
--disable-md5 --disable-sha1 --disable-sha2 \--disable-fips-prf
--disable-gmp --disable-stroke --disable-pluto --disable-tools
\--disable-updown --enable-openssl --enable-nm --enable-agent
\--enable-eap-gtc --enable-eap-md5 --enable-eap-mschapv2
configure: WARNING: unrecognized options: --disable-pluto
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for egrep... (cached) /bin/grep -E
checking for gawk... (cached) mawk
checking for flex... no
checking for lex... no
checking for bison... no
checking for byacc... no
checking for perl... /usr/bin/perl
checking for gperf... no
checking gperf version >= 3.0.0... not found
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for library containing dlopen... -ldl
checking for library containing backtrace... none required
checking for backtrace... yes
checking for library containing socket... none required
checking for library containing clock_gettime... -lrt
checking for clock_gettime... yes
checking for library containing pthread_create... -lpthread
checking for dladdr... yes
checking for pthread_condattr_setclock(CLOCK_MONOTONE)... yes
checking for pthread_condattr_init... yes
checking for pthread_cond_timedwait_monotonic... no
checking for pthread_cancel... yes
checking for pthread_rwlock_init... yes
checking for gettid... no
checking for SYS_gettid... yes
checking for prctl... yes
checking for mallinfo... yes
checking for getpass... yes
checking for closefrom... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking net/pfkeyv2.h usability... no
checking net/pfkeyv2.h presence... no
checking for net/pfkeyv2.h... no
checking netipsec/ipsec.h usability... no
checking netipsec/ipsec.h presence... no
checking for netipsec/ipsec.h... no
checking netinet6/ipsec.h usability... no
checking netinet6/ipsec.h presence... no
checking for netinet6/ipsec.h... no
checking linux/udp.h usability... yes
checking linux/udp.h presence... yes
checking for linux/udp.h... yes
checking for struct sockaddr.sa_len... no
checking for struct sadb_x_policy.sadb_x_policy_priority... yes
checking for in6addr_any... yes
checking for in6_pktinfo... yes
checking for IPSEC_MODE_BEET... yes
checking for IPSEC_DIR_FWD... yes
checking for RTA_TABLE... yes
checking for gcc atomic operations... yes
checking for register_printf_specifier... yes
checking for main in -lcrypto... yes
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
checking for nm... no
configure: error: Package requirements (NetworkManager gthread-2.0
libnm-util libnm-glib libnm-glib-vpn) were not met:

No package 'libnm-glib-vpn' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables nm_CFLAGS
and nm_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
root at amine:/etc/strongswan-5.0.0# make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strongswan.org/pipermail/users/attachments/20120814/caf5bc05/attachment.html>


More information about the Users mailing list