[Mono-aspnet-list] How to compile xsp with SQLite?

Robert Jordan robertj at gmx.net
Tue Nov 2 12:51:05 EDT 2010


On 02.11.2010 11:01, Bear wrote:
> hi there,
> I tried to compile xsp in my Dreamhost hosting. But unfortunately,
> Dreamhost only installed SQLite 3.5, so I failed on compiling. But I
> have compiled an SQLite 3.6 in my own home folder
> /home/xxx/applications/sqlite36 . Is there any way for me to compile xsp
> with this customized sqlite? thx!!!!

Set the env var LD_LIBRARY_PATH accordingly, e.g.

export LD_LIBRARY_PATH=/home/bear/lib

Robert



More information about the Mono-aspnet-list mailing list