Re: [Refdb-users] ANN: refdb-0.9.4-pre4 available for testing
Status: Beta
Brought to you by:
mhoenicka
|
From: Markus H. <mar...@mh...> - 2004-01-25 12:25:52
|
Bruce D'Arcus writes: > This never got to the list I guess... > Yeah, all SourceForge lists seem to be broke since Friday. We'll have to at least cc to our private addresses until this is fixed. > > OK, below's what I get at the end of the build process. > > ld: warning prebinding disabled because of undefined symbols > ld: Undefined symbols: > _dbi_conn_get_encoding This is due to an outdated libdbi version. For all that fancy encoding stuff you need the latest libdbi and libdbi-drivers. A quick glance at Fink tells me that Peter has updated his packages (in unstable). There's even a sqlite driver available now. > _libiconv > _libiconv_close > _libiconv_open > make[2]: *** [refdbd] Error 1 > make[1]: *** [all] Error 2 > make: *** [all-recursive] Error 1 > > Here's my config command: > > ./configure --with-libdbi-lib=/usr/local/lib/libdbi.0.0.5.dylib > --with-expat-lib=/sw/lib > --with-docbook-xsl=/Users/darcusb/Stylesheets/XSLT/docbook/docbook-xsl > --with-db-server=sqlite > --with-tei-xsl=/Users/darcusb/Stylesheets/XSLT/TEI CFLAGS="-L/sw/lib > -I/sw/include" > > What going on? Maybe it has something to do with this, but I've no > idea how to fix it: > > checking for library containing iconv... no > > I have these files in /sw/lib: > > -rw-r--r-- 1 root admin 1112828 3 Dec 10:03 libiconv.2.2.0.dylib > -rw-r--r-- 1 root admin 1112828 3 Dec 10:01 libiconv.2.dylib > lrwxr-xr-x 1 root admin 20 3 Dec 09:59 libiconv.dylib -> > libiconv.2.2.0.dylib > -rw-r--r-- 1 root admin 785 13 Nov 16:58 libiconv.la > This looks a bit odd to me. First of all, there is no libiconv.a which is required to build apps using libiconv. Second, the version number strikes me odd as well, as all that Fink has to offer is 1.9.1. Please try to (re-)install the libiconv, libiconv-bin, and libiconv-dev Fink packages and see whether this helps. Your configure command should be ok for this as it adds /sw/lib to the linker search path anyway. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |