Mumble-server help installing
by ernie young from LinuxQuestions.org on (#6NVZA)
Hello slackers!
I installed mumble-server and it installs from sbopkg current, however, there's no process running after /etc/rc.d/rc.mumble-server start. It would be blank after running:
Code:#ps aux| grep mumble*I tried following the instructions from here: https://github.com/microsoft/vcpkg?tab=readme-ov-file
But an error came up when installing the dependency qt5-svg:
Code:./vcpkg/vcpkg install qt5-svg
Call Stack (most recent call first):
installed/x64-linux/share/vcpkg-tool-meson/vcpkg_configure_meson.cmake:463 (vcpkg_execute_required_process)
ports/libsystemd/portfile.cmake:17 (vcpkg_configure_meson)
scripts/ports.cmake:192 (include)
error: building libsystemd:x64-linux failed with: BUILD_FAILED
Elapsed time to handle libsystemd:x64-linux: 13 s
Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+libsystemd
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[libsystemd]+Build+error+on+x64-linux&body=Copy+issue+body+from+%2Fhome%2Fvagabondo%2Fbuild%2FSource%2Fmumble%2Fmumble-server%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.mdI also tried looking for the individual dependencies from this website:
https://github.com/mumble-voip/mumbl...uild_static.md
Has someone managed to do this? I also tried using Didier's mumble slackbuild to accomplish this but resulted in an error:
https://slackware.uk/slint/x86_64/sl...source/mumble/ (I took the following code from https://github.com/mumble-voip/mumbl...build_linux.md)
Code:./mumble.SlackBuild && cmake -Dclient=OFFCode:make[2]: *** [src/CMakeFiles/shared.dir/build.make:103: src/CMakeFiles/shared.dir/Mumble.pb.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1162: src/CMakeFiles/shared.dir/all] Error 2
make: *** [Makefile:136: all] Error 2Thank you for your time and attention. :thumbsup:
I installed mumble-server and it installs from sbopkg current, however, there's no process running after /etc/rc.d/rc.mumble-server start. It would be blank after running:
Code:#ps aux| grep mumble*I tried following the instructions from here: https://github.com/microsoft/vcpkg?tab=readme-ov-file
But an error came up when installing the dependency qt5-svg:
Code:./vcpkg/vcpkg install qt5-svg
Call Stack (most recent call first):
installed/x64-linux/share/vcpkg-tool-meson/vcpkg_configure_meson.cmake:463 (vcpkg_execute_required_process)
ports/libsystemd/portfile.cmake:17 (vcpkg_configure_meson)
scripts/ports.cmake:192 (include)
error: building libsystemd:x64-linux failed with: BUILD_FAILED
Elapsed time to handle libsystemd:x64-linux: 13 s
Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+libsystemd
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[libsystemd]+Build+error+on+x64-linux&body=Copy+issue+body+from+%2Fhome%2Fvagabondo%2Fbuild%2FSource%2Fmumble%2Fmumble-server%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.mdI also tried looking for the individual dependencies from this website:
https://github.com/mumble-voip/mumbl...uild_static.md
Has someone managed to do this? I also tried using Didier's mumble slackbuild to accomplish this but resulted in an error:
https://slackware.uk/slint/x86_64/sl...source/mumble/ (I took the following code from https://github.com/mumble-voip/mumbl...build_linux.md)
Code:./mumble.SlackBuild && cmake -Dclient=OFFCode:make[2]: *** [src/CMakeFiles/shared.dir/build.make:103: src/CMakeFiles/shared.dir/Mumble.pb.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1162: src/CMakeFiles/shared.dir/all] Error 2
make: *** [Makefile:136: all] Error 2Thank you for your time and attention. :thumbsup: