Martin has ofxdirectconnect working, but I can't get it to work on my Mac.

Under certain circumstances I can get a connection once, but the gnucash end claims no transactions are present. Any further attempts to connect result in gwen issuing an error that the socket is not connected. I cannot reliably reproduce the steps which will 'reset' my ability to make one connection with an ofx server, but building new versions of gwen, aqbanking, and/or gnucash2 will sometimes succeed. Rebooting does not seem to succeed.

During a partially successful attempt, qbanking reports success, and a complete OFX file is written to /tmp/ofx.log with anywhere from 3 to 89 transactions, depending on how I set the date parameter in the retrieve setup dialog.

Since Martin succeeded with both qbankmanager (won't compile for me) and gnucash, I've been thinking that maybe something in my openssl setup is wrong. At the moment, I'm using Apple's configured version of openssl 0.9.7i. It lives in /usr/lib and /usr/include. Is there some way I can check its performance independently?

I have also used the fink version of openssl, with no change in my sticky socket problem.

While I'm at it, is the following acceptable so that gwen can be built with the default Apple openssl config? (no .so .a or .la present for libssl).

Index: m4/ssl.m4
===================================================================
RCS file: /cvsroot/gwenhywfar/gwenhywfar/m4/ssl.m4,v
retrieving revision 1.15
diff -u -r1.15 ssl.m4
--- m4/ssl.m4   15 Nov 2005 09:48:06 -0000      1.15
+++ m4/ssl.m4   1 Feb 2006 05:54:17 -0000
@@ -66,7 +66,7 @@
if test "$OSYSTEM" != "windows" ; then
dnl POSIX systems
    for d in $ssl_search_lib_dirs; do
-     AQ_SEARCH_FILES("$d", [libssl.so libssl.so.* libssl.a])
+ AQ_SEARCH_FILES("$d", [libssl.so libssl.so.* libssl.a libssl.dylib])
      if test -n "$found_file" ; then
         ssl_libraries="-L$d"
         ssl_lib="-lssl -lcrypto"

--
David Reiser
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to