Posting here as I didn't hear back anything on the mailing list here.
On Ubuntu 20.04.5 LTS
, built the latest version 3.0.0
of klish
git clone https://src.libcode.org/pkun/faux.git
cd faux
./autogen.sh && ./configure && make && sudo make install
cd ..
git clone https://src.libcode.org/pkun/klish.git
cd klish
./autogen.sh && ./configure && make && sudo make install
Trying to start the server ...
/usr/local/bin/klishd -d -v -f ./klishd.conf
klishd: Parse config file: ../klishd.conf
klishd: opts: Foreground = true
klishd: opts: Verbose = true
klishd: opts: LogFacility = daemon
klishd: opts: PIDPath = /var/run/klishd.pid
klishd: opts: ConfigPath = ../klishd.conf
klishd: opts: UnixSocketPath = /tmp/klish-unix-socket
klishd: opts: DBs = libxml2
klishd: Start daemon.
Scheme errors:
DB "libxml2": kdb-libxml2.so: cannot open shared object file: No such file or directory
DB "libxml2": Can't load DB plugin
klishd: Stop daemon.
Am I doing something wrong here?
Eventually I am trying to connect the client klish
to the server klishd
.