Replies: 3 comments 1 reply
-
|
The installation guide said to start service lms but there was none so I copied the file default.service to a working directory: I had to create some symlinks in /usr/lib/ because the service complained that a few shared file could not be opened:
Now the service starts, throws no errors AND I can access the web interface. |
Beta Was this translation helpful? Give feedback.
-
|
In /etc/lms.conf I had to change wt-resources = "/usr/share/Wt/resources" to "/usr/local/share/Wt/resources" |
Beta Was this translation helpful? Give feedback.
-
|
Thnaks for sharing this! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On a Debian Trixie (DietPi) ARM64 installation, besides the mentioned needed packages, I had to install the following to be able to compile LMS and WT (which is needed) and are not in the Debian repositories:
libboost-thread1.88-dev libboost-filesystem1.88-dev libboost-program-options1.88-dev libboost-system1.88-dev libboost-iostreams1.88-dev libboost-iostreams1.88-dev
I then git cloned https://github.com/emweb/wt and compiled it before LMS. After compile and make install I compiled LMS and did make install. HOWEVER, an error at ~98% had to be fixed by updating /src/lms/ui/LmsTheme.hpp with the changes in c575f56 and df9dd6e commits.
Hopefully this is useful for someone.
Beta Was this translation helpful? Give feedback.
All reactions