[bareos-users] Re: Compiling option from source in Debian

2025-03-05 Thread Bruno Friedmann (bruno-at-bareos)
Thanks for tying at least, at the end it will get fixed so always good ... Sorry didn't had time to look at it, but it will be checked. On Tuesday, 4 March 2025 at 23:13:31 UTC+1 nicolas G wrote: > Thanks ! > I tried to make a PR. Not easy for me. It #2201 > > Le lundi 3 mars 2025 à 16:59:16 UTC

[bareos-users] Re: Compiling option from source in Debian

2025-03-04 Thread nicolas G
Thanks ! I tried to make a PR. Not easy for me. It #2201 Le lundi 3 mars 2025 à 16:59:16 UTC+1, Bruno Friedmann (bruno-at-bareos) a écrit : > You may have to do a bit of research to get this new file processed by > cmake ... Sorry if this is not what you expected, as you were building > manual

[bareos-users] Re: Compiling option from source in Debian

2025-03-03 Thread nicolas G
The file *bareos-webui.conf.in* doesn't exist. Y try to rename bareos-webui.conf in bareos-webui.conf.in and replace in the file "/usr/share" by @WEBUI_DIR@ After the compile (make) the file bareos-webui.conf not exist, only bareos-webui.conf.in Is it the good job ? Le lundi 3 mars 2025 à 0

[bareos-users] Re: Compiling option from source in Debian

2025-03-03 Thread Bruno Friedmann (bruno-at-bareos)
You may have to do a bit of research to get this new file processed by cmake ... Sorry if this is not what you expected, as you were building manually with cmake I was believing you go the skill to do so ;-) But with little effort you certainly still can to do it. On Monday, 3 March 2025 at 16:3

[bareos-users] Re: Compiling option from source in Debian

2025-03-03 Thread Bruno Friedmann (bruno-at-bareos)
Look like this configuration file should be enhanced to use the variable set here "webui/CMakeLists.txt:104:set(WEBUI_DIR ${CMAKE_INSTALL_FULL_DATAROOTDIR}/bareos-webui)" usually if it is transformed as bareos-webui.conf.in and set @WEBUI_DIR@ that should do the trick. Worth to be tried, and