![]() |
Problems building SpatiaLite
I try to build SpatiaLite 3.0.1 (spatial data support for SQLite) on the top of system SQLite library. My system is 32bit Slackware 13.37. Also I have next packages (dependencies) installed:
The first problem is that configure script failed with message: Code:
checking for sqlite3_prepare_v2 in -lsqlite3... noCode:
configure:16925: checking for sqlite3_prepare_v2 in -lsqlite3Code:
checking for iconv.h... yesCode:
nm /lib/libc.so.6 | grep iconvCode:
000179a0 T iconvAny ideas what is wrong? Is this Slackware issue or there is something wrong with my installation? |
Slackware 13.37 , 64bits.
Using proj-4.6.0, geos-3.3.3, freexl-1.0.0b. This will do for the sqlite issue : ./configure CFLAGS=-ldl ( It's a Slackware issue ? A test compile on an rpm system : No problems.) 'iconv', I get this : checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for library containing iconv... none required checking for library containing locale_charset... no checking for library containing nl_langinfo... none required .... And libspatialite-3.0.1 compiles OK. May be "libiconv" will solve your 'iconv' issues ? http://slackbuilds.org/repository/13...ries/libiconv/ . |
Thanks, passing CFLAGS=-ldl to configure works fine!
|
| All times are GMT -5. The time now is 05:34 PM. |