1 1 wrote:
> I've tried to run the latest version of sqlite3 on esxi 5.0 (VMware
> hypervisor), but unsuccessfully. Strace shows "fcntl function not
> implemended".

Apparently, VMFS does not implement file locking.

Try using the unix-dotfile VFS, or unix-none if you can guarantee that
the database will never be accessed concurrently.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to