You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm running into a weird issue installing Gerbera. It complains about needing libupnp at least version 1.14.6, even though Homebrew has already installed 1.14.20:
==> Installing gerbera from gerbera/gerbera
==> cmake .. -DWITH_CURL=YES -DWITH_JS=YES -DWITH_TAGLIB=YES -DWITH_AVCODEC=YES -DWITH_EXIF=YES -DWITH_EXIV2=NO -DWITH_S
Last 15 lines from /Users/samuel/Library/Logs/Homebrew/gerbera/01.cmake:
-- Found Iconv: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/lib/libiconv.tbd
-- Checking prototype iconv for ICONV_CONST
-- Checking prototype iconv for ICONV_CONST - False
-- Looking for BSD native UUID
-- Looking for libuuid
-- Looking for libuuid - found
-- Found UUID: TRUE
-- Looking for native LFS support
-- Looking for native LFS support - found
-- Found LFS: TRUE
CMake Error at CMakeLists.txt:510 (message):
Gerbera failed to find libupnp! at least version 1.14.6 is needed.
-- Configuring incomplete, errors occurred!
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/gerbera/homebrew-gerbera/issues
samuel@Mini ~ %
samuel@Mini ~ % brew install libupnp
Warning: libupnp 1.14.20 is already installed and up-to-date.
To reinstall 1.14.20, run:
brew reinstall libupnp
Any suggestions on how to get around this? I already tried reinstalling libupnp, but that didn't solve anything.
The text was updated successfully, but these errors were encountered:
Hi! I'm running into a weird issue installing Gerbera. It complains about needing libupnp at least version 1.14.6, even though Homebrew has already installed 1.14.20:
Any suggestions on how to get around this? I already tried reinstalling libupnp, but that didn't solve anything.
The text was updated successfully, but these errors were encountered: