| Summary: | libneon.so: undefined reference to `SSL_SESSION_cmp' | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | marco <marco_cantu_ranzani> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| URL: | buildroot 2011.08 | ||
| Host: | Target: | ||
| Build: | |||
|
Description
marco
2011-09-23 07:52:14 UTC
SOLUTION: in /root/buildroot/buildroot_e_v11.08/output/build/neon-0.28.3/config.h ADD LINE /* Define to 1 if you have the `SSL_SESSION_cmp' function. */ #define HAVE_SSL_SESSION_CMP 1 It works for me flawlessly using git tree. Could you test with it or at least give us your .config file ? Thanks # # Automatically generated make config: don't edit # Buildroot 2011.11-git Configuration # Fri Sep 23 10:54:57 2011 # BR2_HAVE_DOT_CONFIG=y BR2_arm=y BR2_arm920t=y # ... BR2_ARM_TYPE="ARM920T" BR2_ARM_EABI=y BR2_ARCH="arm" BR2_ENDIAN="LITTLE" BR2_GCC_TARGET_TUNE="arm920t" BR2_GCC_TARGET_ARCH="armv4t" BR2_GCC_TARGET_ABI="aapcs-linux" # # Build options # # # Commands # BR2_WGET="wget --passive-ftp -nd -t 3" BR2_SVN="svn" BR2_BZR="bzr" BR2_GIT="git" BR2_ZCAT="gzip -d -c" BR2_BZCAT="bzcat" BR2_XZCAT="xzcat" BR2_TAR_OPTIONS="" BR2_DL_DIR="$(TOPDIR)/dl" BR2_HOST_DIR="$(BASE_DIR)/host" # # Mirrors and Download locations # BR2_PRIMARY_SITE="" BR2_BACKUP_SITE="http://sources.buildroot.net/" BR2_SOURCEFORGE_MIRROR="kent" BR2_KERNEL_MIRROR="http://www.kernel.org/pub/" BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" BR2_DEBIAN_MIRROR="http://ftp.debian.org" BR2_JLEVEL=8 # BR2_CCACHE is not set BR2_DEPRECATED=y # BR2_ENABLE_DEBUG is not set # BR2_STRIP_strip is not set # BR2_STRIP_sstrip is not set BR2_STRIP_none=y # BR2_OPTIMIZE_0 is not set # BR2_OPTIMIZE_1 is not set # BR2_OPTIMIZE_2 is not set # BR2_OPTIMIZE_3 is not set BR2_OPTIMIZE_S=y # BR2_PREFER_STATIC_LIB is not set # BR2_HAVE_DOCUMENTATION is not set # BR2_HAVE_DEVFILES is not set # # Toolchain # BR2_TOOLCHAIN_BUILDROOT=y # BR2_TOOLCHAIN_EXTERNAL is not set # BR2_TOOLCHAIN_CTNG is not set #... BR2_PACKAGE_QT_OPENSSL=y BR2_PACKAGE_PHP_EXT_OPENSSL=y BR2_PACKAGE_OPENSSL=y BR2_PACKAGE_OPENSSL_BIN=y BR2_PACKAGE_OPENSSL_ENGINES=y BR2_PACKAGE_OPENSSL_OCF=y BR2_PACKAGE_NEON_SSL=y BR2_PACKAGE_OPENVPN_OPENSSL=y # rpm requires libneon with SSL, XML and ZLIB support ... need other parts? Fixed in git by updating libneon package (8ece8e2775cb18987) |