Re: [Refdb-users] Cannot add reference.
Status: Beta
Brought to you by:
mhoenicka
|
From: Markus H. <mar...@mh...> - 2009-05-04 21:05:15
|
Wei-Wei Guo writes: > Do you mean patches for refdb-0.9.9-1.tar.gz? I can do that. > I've appended a simple patch for one of the source files to provide additional debug output. Please apply the patch to the sources with a command like: patch < refdbdref.c.patch from within the src subdirectory of the source tree. Then please rebuild this directory and install it, or (whichever is easier for you), run the server as a regular app from the src directory, like this: ./refdbd -s [other options] (kill it with Ctrl-c when done) Then repeat your "add references" test from another xterm, and send the refdbd log. Just ask if anything is unclear, I'll be happy to help. I've just tested this on a FreeBSD box using the current svn revision and the sqlite3 driver. Things work ok for me. regards, Markus |