Page 1 of 1

otmonitor on Raspbian Buster

Posted: Sun May 24, 2020 3:54 pm
by pveatx
Now that I had to upgrade my Raspbian system to Buster, in order to support the latest Domoticz version, otmonitor-ahf stopped working. And it's a great program, which I need!
I'm getting tcl errors which look like a version control issue.

Code: Select all

couldn't load file "/tmp/tcl_9IncFb": libXft.so.2: cannot open shared object file: No such file or directory
    while executing
"load /usr/bin/otmonitor-ahf/lib/tk8.6/libtk8.6.so Tk"
    ("package ifneeded Tk 8.6.4" script)
    invoked from within
... etc ...
As I'm completely unfamiliar with tcl, I think it's easiest for someone else to build a new executable. Sorry.

Peter

Re: otmonitor on Raspbian Buster

Posted: Tue May 26, 2020 11:28 pm
by Bororo
i would start with

Code: Select all

sudo apt-get install -y libxft2

Re: otmonitor on Raspbian Buster

Posted: Wed May 27, 2020 10:46 am
by pveatx
That, and libxss1... thanks!