[Mono-dev] Errors building XSP

badfrog at w00tzgames.com badfrog at w00tzgames.com
Sun Apr 27 00:05:34 EDT 2008


Hi All,

Having some trouble building XSP on Slackware 11. Grabbed the source from
http://ftp.novell.com/pub/mono/sources/xsp/xsp-1.9.1.tar.bz2 and followed
the directions at the top of INSTALL. Configure doesn't complain about
anything, make dies with this error:

Making all in webcontrols
make[3]: Entering directory `/root/xsp-1.9.1/test/1.1/webcontrols'
/usr/local/bin/mono dbpage_test_setup.exe

Unhandled Exception: System.DllNotFoundException: libsqlite3.so.0
  at (wrapper managed-to-native)
Mono.Data.SqliteClient.Sqlite:sqlite3_open16 (string,intptr&)
  at Mono.Data.SqliteClient.SqliteConnection.Open () [0x00000]
  at App.Main () [0x00000]

I initially did not have libsqlite3 installed (wasn't listed as a
dependency?) but I built 3.5.8 from

http://www.sqlite.org/sqlite-amalgamation-3.5.8.tar.gz

and I now have libsqlite3.so.0:

root at slacker:~# slocate libsqlite3.so
/usr/local/lib/libsqlite3.so
/usr/local/lib/libsqlite3.so.0.8.6
/usr/local/lib/libsqlite3.so.0
root at slacker:~# ls -l /usr/local/lib/libsqlite3*
-rw-r--r--  1 root root 837242 2008-04-26 23:02 /usr/local/lib/libsqlite3.a
-rwxr-xr-x  1 root root    828 2008-04-26 23:02 /usr/local/lib/libsqlite3.la*
lrwxrwxrwx  1 root root     19 2008-04-26 23:02
/usr/local/lib/libsqlite3.so -> libsqlite3.so.0.8.6*
lrwxrwxrwx  1 root root     19 2008-04-26 23:02
/usr/local/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6*
-rwxr-xr-x  1 root root 743321 2008-04-26 23:02
/usr/local/lib/libsqlite3.so.0.8.6*

But after a make clean and re-running configure, I'm still getting the
above compile error. Any advice?

Thanks.
-- 
Badfrog
w00tz! Games, Inc.
http://w00tzgames.com
708 Lyndon Ln, Louisville, KY 40222



More information about the Mono-devel-list mailing list