RawrUniversal / xerial

Automatically exported from code.google.com/p/xerial
0 stars 1 forks source link

SQLiteJDBC should contain all binaries for supported OSs #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To download one of the sqlite-jdbc-{win,mac,linux} jar files is tedious for
developing web application archive (WAR). 

Original issue reported on code.google.com by taroleo on 11 Jan 2008 at 10:50

GoogleCodeExporter commented 8 years ago
Currently, sqlite-jdbc-v038.jar test succeeded in win and linux, but failed in 
Mac OS
X 10.4 (Tiger). 

Original comment by taroleo on 11 Jan 2008 at 11:23

GoogleCodeExporter commented 8 years ago
http://groups.google.com/group/sqlitejdbc/browse_thread/thread/d341e372b51e618f

That is the cause of this problem.

Original comment by taroleo on 11 Jan 2008 at 11:24

GoogleCodeExporter commented 8 years ago
Fixed by re-compiling the sqlite binary for Mac OS X. 

leo@iris:~/tmp/sqlite-jdbc/src/main/resources/native/mac> otool -L
libsqlitejdbc.jnilib                                                [20:31:50  
1 11 2008]
libsqlitejdbc.jnilib:
        build/Darwin-i386/libsqlitejdbc.jnilib (compatibility version 0.0.0, current
version 0.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.9)

Original comment by taroleo on 11 Jan 2008 at 11:32