gnucash 1.7.3 & ofx

gikotim@bluemail.ch gikotim@bluemail.ch
Sat, 23 Nov 2002 10:23:52 +0100


I can't pass configure for ofx support:

+ echo -n 'checking for libofx... '
checking for libofx... + echo 'configure:10902: checking for libofx'
+ save_LIBS=3D-lm
+ LIBS=3D-lm   -lofx -lstdc++
+ cat
+ eval echo configure:10921: '"${CC-cc}' -o 'conftest${ac_exeext}' '$CFLAGS'
'$CPPFLAGS' '$LDFLAGS' 'conftest.$ac_ext' '$LIBS' '1>&5"'
++ echo configure:10921: 'gcc -o conftest -g -O2    conftest.c -lm   -lofx
-lstdc++ 1>&5'
+ echo 'configure: failed program was:'
+ cat conftest.c
+ rm -rf conftest.c
+ echo 'configure: error: cannot find libofx library, needed for OFX suppor=
t.'
configure: error: cannot find libofx library, needed for OFX support.
+ exit 1

my /usr/lib looks like:
[root@rolflx gnucash-1.7.3]# ll /usr/lib/libofx*
lrwxrwxrwx    1 root     root           20 Nov 23 10:03 /usr/lib/libofx.so
-> /usr/lib/libofx.so.1
lrwxrwxrwx    1 root     root           22 Nov 23 10:03 /usr/lib/libofx.so.1
-> /usr/lib/libofx.so.1.0
-rwxr-xr-x    1 root     root       638797 Nov 23 10:03 /usr/lib/libofx.so.=
1.0

[root@rolflx gnucash-1.7.3]# echo $LD_LIBRARY_PATH
/usr/lib:/lib:/usr/local/lib


so, what's wrong?

cheers
Rolf