Ok, I build sqlite3 with load extension support, now I must execute extension:

#gcc -shared half.c -o half.so
#export LD_LIBRARY_PATH='pwd'
#sqlite3
sqlite>.load half.so
half.so: cannot open shared file object: no such file or directory

but

#ls
half.c  half.so

Where is the problem now?

Savio

       
---------------------------------
Inviato da Yahoo! Mail.
La casella di posta intelligente.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to