Reply To: Firefly on Solaris (sparc)

#9755
jheinitz
Participant

Hello Ron,

I tried again today and I have to correct myself. The hosttype is recognized correctly with svn-1498 and svn-1519, but using bost versions I got stuck in the configure with the sqlite3 section. It tells me that I must have sqlite3 libs installed. I thought I have, but it seems that I don’t have. I downloaded sqlite3.3.8 package and compiled and installed it. There is a libsqlite3.so in /usr/local/lib. Here is the rest of the output from:

./configure –enable-sqlite3


checking for strsep… no
Host type is sparc-sun-solaris2.8
checking getopt.h usability… no
checking getopt.h presence… no
checking for getopt.h… no
checking for stdint.h… (cached) no
checking id3tag.h usability… yes
checking id3tag.h presence… yes
checking for id3tag.h… yes
checking for id3_file_open in -lid3tag… yes
checking sqlite3.h usability… yes
checking sqlite3.h presence… yes
checking for sqlite3.h… yes
checking for sqlite3_open in -lsqlite3… no
Must have sqlite3 libraries installed

any ideas?

Best regards

Jens