maindavfs2 - Support: sr #108025, Not able to configure with neon...

 
 

sr #108025: Not able to configure with neon 0.29.3

Submitter:  Andrey <and7ey>
Submitted:  Sun 15 Apr 2012 10:10:08 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  In Progress
Privacy:  Public Assigned to:  _71007
Open/Closed:  Open Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Wed 16 Apr 2014 12:44:49 PM UTC, comment #15: 

I faced same problem on my DS110j with DSM 5.0-4458 ((gcc 3.4.6, neon 0.29.6 installed).

Tried workaround of Rainer but overlooked the dot in "ln -s /lib/libdl.so.2 ."; resolved the link and created again.

Afterwards my DS raised error "libdl.so.2 missing". After reboot no more telnet or http connection to my DS possible, but ping is working.

Given that I'm no UNIX expert - do you have any advice for me to reconfigure my DS without complete reinstallation?

Andy

Andrej <andrej>
Mon 17 Mar 2014 11:43:53 AM UTC, comment #14: 

Works perfect with DSM411slim and DSM 5.0-4458

Thanks!

Tobias <telebube>
Sun 16 Jun 2013 01:46:31 PM UTC, comment #13: 

Thank you for your workaround Rainer,
it works great with DS213+ and DSM 4.2-3211 !

Frank

Anonymous
Sun 07 Apr 2013 12:25:22 AM UTC, comment #12: 

Hi, same problem on my Synology DS213+ with DSM 4.2 (gcc 3.4.6, neon 0.29.6), but I found the following workaround (using http://download.savannah.gnu.org/releases/davfs2/davfs2-1.4.7.tar.gz):

> cd /volume1/@optware/powerpc-linux-gnuspe/lib
> mv libdl.so.2 libdl.so.2-old
> ln -s /lib/libdl.so.2 .
> cp /opt/bin/cpp /lib


create a new file /opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/include/syslimits.h:
/* syslimits.h stands for the system's own limits.h file.
   If we can use it ok unmodified, then we install this text.
   If fixincludes fixes it, then the fixed version is installed
   instead of this text.  */

#define _GCC_NEXT_LIMITS_H              /* tell gcc's limits.h to recurse */
#include_next <limits.h>
#undef _GCC_NEXT_LIMITS_H

Then the compilation works:

> ./configure --prefix=/opt --with-neon=/opt
> make
> make install


Good luck,
Rainer

Anonymous
Sun 13 Jan 2013 10:27:43 PM UTC, comment #11: 

Hi Frank!
No, unfortunately no solution yet...

Cheers
Andreas

Anonymous
Tue 08 Jan 2013 07:49:28 PM UTC, comment #10: 

I´m facing the same problem. Same nas with DSM 4.0 and
gcc_3.4.6-5, neon 0.29.6-1. I a solution avaiable ?
@ Andreas - Do you resolved the problem ?

Thanks for all advices

Frank

Anonymous
Sat 27 Oct 2012 05:09:55 PM UTC, comment #9: 

The error happens here:

configure:5754: checking for neon library in /opt
configure:5758: result: found
configure:5773: checking linking against neon
configure:5799: gcc -o conftest -g -O2 -I/opt/include/neon -D_LARGEFILE64_SOURCE -DNE_LFS conftest.c -L/home/slug/optware/syno-e500/staging/opt/lib -Wl,-rpath,/opt/lib -Wl,-rpath-link,/home/slug/optware/syno-e500/staging/opt/lib -L/opt/lib -lneon -lz -Wl,-rpath,/opt/lib -Wl,-rpath-link,/home/slug/optware/syno-e500/staging/opt/lib -L/home/slug/optware/syno-e500/staging/opt/lib -lssl -lcrypto -ldl -lexpat >&5
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libdl.so: undefined reference to `_dl_open@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libdl.so: undefined reference to `_dl_close@GLIBC_PRIVATE'
collect2: ld returned 1 exit status
configure:5805: $? = 1

conftest.c was:

#include <ne_utils.h>
int
main ()
{
    ne_version_match(0, 0);
    ;
    return 0;
}

There is a problem with libdl.so, the dynamic linker, not with the Neon version. Did you build any other dynamically linked program on this system successfully? How did you build your Neon library?
I have no experience with and no access to a system like yours. The best place to look would be some forum for your NAS system.

Werner

- <_71007>
Sat 27 Oct 2012 11:58:07 AM UTC, comment #8: 

Couldn't find the lines you mentioned.
I paste my complete config.log:

>>


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by davfs2 configure 1.4.6, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/opt --with-neon=/opt

## --------- ##
## Platform. ##
## --------- ##

hostname = nas
uname -m = ppc
uname -r = 2.6.32.12
uname -s = Linux
uname -v = #2650 SMP Wed Oct 17 05:40:11 CST 2012

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/bin
PATH: /opt/sbin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/syno/sbin
PATH: /usr/syno/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1844: checking for a BSD-compatible install
configure:1900: result: /opt/bin/install -c
configure:1911: checking whether build environment is sane
configure:1954: result: yes
configure:1982: checking for a thread-safe mkdir -p
configure:2021: result: /opt/bin/mkdir -p
configure:2034: checking for gawk
configure:2050: found /opt/bin/gawk
configure:2061: result: gawk
configure:2072: checking whether make sets $(MAKE)
configure:2093: result: yes
configure:2334: checking for gcc
configure:2350: found /opt/bin/gcc
configure:2361: result: gcc
configure:2599: checking for C compiler version
configure:2606: gcc --version >&5
gcc (GCC) 3.4.6
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2609: $? = 0
configure:2616: gcc -v >&5
Reading specs from /opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --build=i386-pc-linux-gnu --host=powerpc-linux-gnuspe --target=powerpc-linux-gnuspe --prefix=/opt --disable-nls --disable-static --with-as=/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-as --with-ld=/home/slug/optware/syno-e500/toolchain/gcc-3.4.3-glibc-2.3.4/powerpc-linux-gnuspe/bin/powerpc-linux-gnuspe-ld --enable-languages=c,c++ --disable-multilib
Thread model: posix
gcc driver version 3.4.6 executing gcc version 3.4.3
configure:2619: $? = 0
configure:2626: gcc -V >&5
gcc: `-V' option must have argument
configure:2629: $? = 1
configure:2652: checking for C compiler default output file name
configure:2679: gcc    conftest.c  >&5
configure:2682: $? = 0
configure:2720: result: a.out
configure:2737: checking whether the C compiler works
configure:2747: ./a.out
configure:2750: $? = 0
configure:2767: result: yes
configure:2774: checking whether we are cross compiling
configure:2776: result: no
configure:2779: checking for suffix of executables
configure:2786: gcc -o conftest    conftest.c  >&5
configure:2789: $? = 0
configure:2813: result:
configure:2819: checking for suffix of object files
configure:2845: gcc -c   conftest.c >&5
configure:2848: $? = 0
configure:2871: result: o
configure:2875: checking whether we are using the GNU C compiler
configure:2904: gcc -c   conftest.c >&5
configure:2910: $? = 0
configure:2927: result: yes
configure:2932: checking whether gcc accepts -g
configure:2962: gcc -c -g  conftest.c >&5
configure:2968: $? = 0
configure:3067: result: yes
configure:3084: checking for gcc option to accept ISO C89
configure:3158: gcc  -c -g -O2  conftest.c >&5
configure:3164: $? = 0
configure:3187: result: none needed
configure:3216: checking for style of include used by make
configure:3244: result: GNU
configure:3269: checking dependency style of gcc
configure:3360: result: gcc3
configure:3388: checking for a BSD-compatible install
configure:3444: result: /opt/bin/install -c
configure:3455: checking whether ln -s works
configure:3459: result: yes
configure:3484: checking whether NLS is requested
configure:3493: result: yes
configure:3531: checking for msgfmt
configure:3566: result: no
configure:3572: checking for gmsgfmt
configure:3603: result: :
configure:3643: checking for xgettext
configure:3678: result: no
configure:3715: checking for msgmerge
configure:3749: result: no
configure:3803: checking build system type
configure:3821: result: powerpc-unknown-linux-gnu
configure:3843: checking host system type
configure:3858: result: powerpc-unknown-linux-gnu
configure:3904: checking for ld used by GCC
configure:3968: result: /opt/powerpc-linux-gnuspe/bin/ld
configure:3977: checking if the linker (/opt/powerpc-linux-gnuspe/bin/ld) is GNU ld
configure:3990: result: yes
configure:3997: checking for shared library run path origin
configure:4010: result: done
configure:4427: checking for CFPreferencesCopyAppValue
configure:4457: gcc -o conftest -g -O2  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  -framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:4463: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "davfs2"
| #define PACKAGE_TARNAME "davfs2"
| #define PACKAGE_VERSION "1.4.6"
| #define PACKAGE_STRING "davfs2 1.4.6"
| #define PACKAGE_BUGREPORT "http://savannah.nongnu.org/projects/davfs2"
| #define PACKAGE "davfs2"
| #define VERSION "1.4.6"
| /* end confdefs.h.  */
| #include <CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:4482: result: no
configure:4491: checking for CFLocaleCopyCurrent
configure:4521: gcc -o conftest -g -O2  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  -framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:4527: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "davfs2"
| #define PACKAGE_TARNAME "davfs2"
| #define PACKAGE_VERSION "1.4.6"
| #define PACKAGE_STRING "davfs2 1.4.6"
| #define PACKAGE_BUGREPORT "http://savannah.nongnu.org/projects/davfs2"
| #define PACKAGE "davfs2"
| #define VERSION "1.4.6"
| /* end confdefs.h.  */
| #include <CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:4546: result: no
configure:4563: checking whether NLS is requested
configure:4572: result: yes
configure:4590: checking for GNU gettext in libc
configure:4619: gcc -o conftest -g -O2   conftest.c  >&5
configure:4625: $? = 0
configure:4642: result: yes
configure:5340: checking whether to use NLS
configure:5342: result: yes
configure:5345: checking where the gettext function comes from
configure:5356: result: libc
configure:5754: checking for neon library in /opt
configure:5758: result: found
configure:5773: checking linking against neon
configure:5799: gcc -o conftest -g -O2 -I/opt/include/neon -D_LARGEFILE64_SOURCE -DNE_LFS   conftest.c  -L/home/slug/optware/syno-e500/staging/opt/lib -Wl,-rpath,/opt/lib -Wl,-rpath-link,/home/slug/optware/syno-e500/staging/opt/lib -L/opt/lib -lneon -lz -Wl,-rpath,/opt/lib -Wl,-rpath-link,/home/slug/optware/syno-e500/staging/opt/lib -L/home/slug/optware/syno-e500/staging/opt/lib -lssl -lcrypto -ldl -lexpat >&5
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libdl.so: undefined reference to `_dl_open@GLIBC_PRIVATE'
/opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/../../../../powerpc-linux-gnuspe/lib/libdl.so: undefined reference to `_dl_close@GLIBC_PRIVATE'
collect2: ld returned 1 exit status
configure:5805: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "davfs2"
| #define PACKAGE_TARNAME "davfs2"
| #define PACKAGE_VERSION "1.4.6"
| #define PACKAGE_STRING "davfs2 1.4.6"
| #define PACKAGE_BUGREPORT "http://savannah.nongnu.org/projects/davfs2"
| #define PACKAGE "davfs2"
| #define VERSION "1.4.6"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <ne_utils.h>
| int
| main ()
| {
| ne_version_match(0, 0);
|   ;
|   return 0;
| }
configure:5822: result: no
configure:6021: incompatible neon library version 0.29.3: wanted 0.25 26 27 28 29
configure:6033: error: could not find neon

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=powerpc-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LINGUAS_set=
ac_cv_env_LINGUAS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_dav_group_set=
ac_cv_env_dav_group_value=
ac_cv_env_dav_localstatedir_set=
ac_cv_env_dav_localstatedir_value=
ac_cv_env_dav_syscachedir_set=
ac_cv_env_dav_syscachedir_value=
ac_cv_env_dav_user_set=
ac_cv_env_dav_user_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_ssbindir_set=
ac_cv_env_ssbindir_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=powerpc-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_GMSGFMT=:
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=:
ac_cv_path_XGETTEXT=:
ac_cv_path_install='/opt/bin/install -c'
ac_cv_path_mkdir=/opt/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/opt/powerpc-linux-gnuspe/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
ne_cv_lib_neon=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /var/dav2fs/davfs2-1.4.6/config/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /var/dav2fs/davfs2-1.4.6/config/missing --run tar'
AUTOCONF='${SHELL} /var/dav2fs/davfs2-1.4.6/config/missing --run autoconf'
AUTOHEADER='${SHELL} /var/dav2fs/davfs2-1.4.6/config/missing --run autoheader'
AUTOMAKE='${SHELL} /var/dav2fs/davfs2-1.4.6/config/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GMSGFMT=':'
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LINGUAS=''
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /var/dav2fs/davfs2-1.4.6/config/missing --run makeinfo'
MKINSTALLDIRS='$(top_builddir)/config/mkinstalldirs'
MSGFMT=':'
MSGMERGE=':'
NEON_CONFIG='/opt/bin/neon-config'
NEON_LIBS=''
NE_FLAG_IPV6=''
NE_FLAG_LFS=''
NE_FLAG_SOCKS=''
NE_FLAG_SSL=''
NE_FLAG_TS_SSL=''
NE_FLAG_ZLIB=''
OBJEXT='o'
PACKAGE='davfs2'
PACKAGE_BUGREPORT='http://savannah.nongnu.org/projects/davfs2'
PACKAGE_NAME='davfs2'
PACKAGE_STRING='davfs2 1.4.6'
PACKAGE_TARNAME='davfs2'
PACKAGE_VERSION='1.4.6'
PATH_SEPARATOR=':'
POSUB='po'
SET_MAKE=''
SHELL='/opt/bin/bash'
STRIP=''
USE_NLS='yes'
VERSION='1.4.6'
XGETTEXT=':'
ac_ct_CC='gcc'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='powerpc-unknown-linux-gnu'
build_alias=''
build_cpu='powerpc'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
dav_group=''
dav_linguas=''
dav_localstatedir=''
dav_syscachedir=''
dav_user=''
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='powerpc-unknown-linux-gnu'
host_alias=''
host_cpu='powerpc'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /var/dav2fs/davfs2-1.4.6/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/opt/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
ssbindir=''
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "davfs2"
#define PACKAGE_TARNAME "davfs2"
#define PACKAGE_VERSION "1.4.6"
#define PACKAGE_STRING "davfs2 1.4.6"
#define PACKAGE_BUGREPORT "http://savannah.nongnu.org/projects/davfs2"
#define PACKAGE "davfs2"
#define VERSION "1.4.6"
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1

configure: exit 1
<<

any ideas what could be wrong?

BR
Andreas

Anonymous
Fri 26 Oct 2012 08:56:47 PM UTC, comment #7: 

Could you please search your config.log for lines starting with

configure:5871: checking for neon-config
configure:5889: found /usr/bin/neon-config
configure:5902: result: /usr/bin/neon-config
configure:5927: checking linking against neon
configure:5943: gcc -o conftest -g -O2 -I/usr/include/neon -D_LARGEFILE64_SOURCE -DNE_LFS   conftest.c  -lneon >&5
configure:5943: $? = 0
configure:5951: result: yes

The line numbers may be different. There should be some error messages. The Neon version seems to be ok. But maybe the testprogram fails for some reason, which would result in the same error message "incompatible neon library version".

The test for CFPreferencesCopyAppValue fails on my system too. This seems not to be a problem.

Werner

- <_71007>
Fri 26 Oct 2012 05:26:54 PM UTC, comment #6: 

I have exactly the same issue:
Synology 213+
uname -m = ppc
uname -r = 2.6.32.12
uname -s = Linux

ipkg installed:
neon - 0.29.3-1
expat - 2.0.1-1
optware-devel - 6.8-10
gcc - 3.4.6-5

CLI:
nas> pwd
/var/dav2fs/davfs2-1.4.6:
nas> ./configure --prefix=/opt --with-neon=/opt
[snip]
checking for neon library in /opt... found
checking linking against neon... no
configure: incompatible neon library version 0.29.3: wanted 0.25 26 27 28 29
configure: error: could not find neon

config.log:
configure:4427: checking for CFPreferencesCopyAppValue
configure:4457: gcc -o conftest -g -O2  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  -framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:4463: $? = 1

Any ideas?

Thanks and best regards
Andreas

Anonymous
Thu 06 Sep 2012 01:26:56 PM UTC, comment #5: 

I use a Synology DS213+ with DSM4.1.and I followed exactly the instructions founded in comment #2.

Eric

Eric <ed848>
Thu 06 Sep 2012 11:06:31 AM UTC, comment #4: 

As it is "the same issue" please do as Andrey in comment #2 and you will get the same result.

Otherwise:
What about some information:
Your system is not a standard Gnu/Linux system; I have no idea about the davfs2 version; your commandline; ...

Anyway: this looks like a problem very specific to your device/OS. Please check forums, HowTos and Help Desks for this specific device first.

Werner

- <_71007>
Thu 06 Sep 2012 08:24:27 AM UTC, comment #3: 

I have the same issue :
configure: incompatible neon library version 0.29.3: wanted 0.25 26 27 28 29
and in config.log :
configure:4521: gcc -o conftest -g -O2  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
The required packages are correctly installed.

Any ideas ?

Eric <ed848>
Sun 15 Apr 2012 04:11:25 PM UTC, comment #2: 

I followed exactly the same instruction. But looks like something was wrong with packages installed. I've deleted ipkg and installed everything again and it works now.

Thanks for davfs2 and... sorry for bothering.

Andrey <and7ey>
Sun 15 Apr 2012 02:17:05 PM UTC, comment #1: 

You can.

Are you sure you installed all the required packages, e.g. optware-devel?

Please see http://www.synology-wiki.de/index.php/WebDAV-Speicher_mithilfe_von_davfs2_direkt_in_die_DS_einbinden

Werner

- <_71007>
Sun 15 Apr 2012 10:10:08 AM UTC, original submission:  

MY-NAS> ipkg list_installed neon*
neon - 0.29.3-1 - an HTTP and WebDAV client library, with a C interface
Successfully terminated.

MY-NAS> ./configure --prefix=/opt --with-neon=/opt --with-ssl
...
checking for neon library in /opt... found
checking linking against neon... no
configure: incompatible neon library version 0.29.3: wanted 0.25 26 27 28 29
configure: error: could not find neon

Can not I configure that with neon 0.29.3?

Andrey <and7ey>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by andrej (Posted a comment)
  • -email is unavailable- added by telebube (Posted a comment)
  • -email is unavailable- added by ed848 (Posted a comment)
  • -email is unavailable- added by _71007 (Posted a comment)
  • -email is unavailable- added by and7ey (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-10-27 _71007 StatusNeed Info In Progress
    2012-09-06 _71007 StatusIn Progress Need Info
    2012-04-15 _71007 StatusNone In Progress
        Assigned toNone _71007

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code