I followed all the steps and unable to get the status "pragma sync_status" , Could you please help ?
dsl@my-azure-db-vm:~$ cd litesync/
dsl@my-azure-db-vm:~/litesync$ ls
101-info.db liblitesync.so patchelf
101-info.db-loc liblitesync.so.0 sqlite3
101-info.db-rem liblitesync.so.0.0.1 sqlite3.h
101-info.db-shm libsqlite3.so sqlite3ext.h
README.md libsqlite3.so.0
install litesync-free-linux-x86_64.tar.gz
dsl@my-azure-db-vm:~/litesync$ sudo apt update
Hit:1 http://azure.archive.ubuntu.com/ubuntu noble InRelease
Hit:2 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
Hit:5 https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu noble InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
61 packages can be upgraded. Run 'apt list --upgradable' to see them.
dsl@my-azure-db-vm:~/litesync$ sudo ./install
+ mkdir -p /usr/local/bin
+ mkdir -p /usr/local/lib
+ mkdir -p /usr/local/include
+ cp liblitesync.so.0.0.1 /usr/local/lib/
+ cd /usr/local/lib
+ ln -sf liblitesync.so.0.0.1 liblitesync.so.0
+ ln -sf liblitesync.so.0 liblitesync.so
+ cd -
/home/radsl/litesync
+ mkdir -p /usr/local/lib/litesync
+ cd /usr/local/lib/litesync
+ ln -sf ../liblitesync.so.0.0.1 libsqlite3.so.0
+ ln -sf libsqlite3.so.0 libsqlite3.so
+ cd -
/home/radsl/litesync
+ cp sqlite3.h sqlite3ext.h /usr/local/include/
+ cp sqlite3 /usr/local/bin/
+ ldconfig
+ echo done
done
dsl@my-azure-db-vm:~/litesync$ ls
liblitesync.so patchelf
liblitesync.so.0 sqlite3
liblitesync.so.0.0.1 sqlite3.h
libsqlite3.so sqlite3ext.h
README.md libsqlite3.so.0
install litesync-free-linux-x86_64.tar.gz
dsl@my-azure-db-vm:~/litesync$ sqlite3
SQLite version 3.40.1 2022-12-28 14:03:47
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .open "file:101-info.db?node=primary&bind=tcp://0.0.0.0:1234"
sqlite> pragma sync_status
...>