Skip to content

OSX Cata 10.15.7 Fail #194

@juanpc2018

Description

@juanpc2018

worked on Linux Kubuntu 20.10 Groovy Gorilla, havent tested in 21.10 Impish Indri

OSX fail.

Problem #1. SOLVED
$ bash <(curl -s "https://raw.githubusercontent.com/ispysoftware/agent-install-scripts/main/install.sh") /Users/OSX mkdir: AgentDVR: File exists Found homebrew in /Users/OSX/AgentDVR/homebrew Setting brew alias Installing dotnet Error: 'git' must be installed and in your PATH! Error: Git is unavailable Error: 'git' must be installed and in your PATH! Error: Git is unavailable Error: Failure while executing; /Users/OSX/AgentDVR/homebrew/bin/brew tap homebrew/coreexited with 1. Error: 'git' must be installed and in your PATH! Error: Git is unavailable Error: Failure while executing;/Users/OSX/AgentDVR/homebrew/bin/brew tap homebrew/coreexited with 1. Installing ffmpeg Error: 'git' must be installed and in your PATH! Error: Git is unavailable Error: Failure while executing;/Users/OSX/AgentDVR/homebrew/bin/brew tap homebrew/core exited with 1. Found Agent in /Users/OSX/AgentDVR - delete it to reinstall Warning - could not find libopenjp2.7 Found service definition in /Library/LaunchDaemons/com.ispy.agent.dvr.plist To disable, run: sudo launchctl unload -w /Library/LaunchDaemons/com.ispy.agent.dvr.plist Then delete the file /Library/LaunchDaemons/com.ispy.agent.dvr.plist

Needs more steps than described in webpage
https://www.ispyconnect.com/download.aspx
bash <(curl -s "https://raw.githubusercontent.com/ispysoftware/agent-install-scripts/main/install.sh")

install java.com
install JDK
install brew
install git
test git
$ git --version
install ispy

https://java.com/en/download/
https://www.oracle.com/java/technologies/downloads/#java18
https://www.oracle.com/java/technologies/downloads/#jdk17-mac

https://brew.sh/
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

https://git-scm.com/download/mac
https://sourceforge.net/projects/git-osx-installer/files/
https://phoenixnap.com/kb/install-git-on-mac
https://codeburst.io/installing-git-for-the-first-time-on-mac-osx-bf9c513af2b8

PROBLEM #2.
i dont remember Linux making so much effort in:
==> Installing ffmpeg@4 dependency: guile
==> ./configure --prefix=/Users/OSX/AgentDVR/homebrew/Cellar/guile/3.0.8 --wi
==> make install
/Users/OSX/AgentDVR/homebrew/Cellar/guile/3.0.8: 846 files, 62.8MB, built in 29 minutes 37 seconds

same machine, OSX feels like is having a CPU Aneurysm.

PROBLEM #3. SOLVED, just a Reboot.
Mac:AgentDVR OSX $ dotnet Agent.dll
-bash: dotnet: command not found

PROBLEM #4.
Accepting http connections at http://*:8090/
Looking for ffmpeg in homebrew/lib
Not in there..
Looking for ffmpeg in /usr/local/lib
Not in there..
Looking for ffmpeg in system default
Not in there..
Error: Could not find FFMPEG location.
Check the FFMPEG_SEARCH location in config.xml.
I need FFMPEG v4 shared libraries like avutil.56
Error: at CoreLogic.FFmpeg.Init()
at CoreLogic.Threads.StartUp()
Could not find FFMPEG location.
Check the FFMPEG_SEARCH location in config.xml.
I need FFMPEG v4 shared libraries like avutil.56
Install FFMPEG (v4) using the terminal.
Install homebrew then run 'brew install ffmpeg@4'
Killed: 9

Mac:AgentDVR OSX $ brew install ffmpeg@4'
==> Summary
/usr/local/Cellar/ffmpeg@4/4.4.2: 276 files, 51.0MB
==> Running brew cleanup ffmpeg@4...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see man brew).
==> Caveats
==> ffmpeg@4
ffmpeg@4 is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.

If you need to have ffmpeg@4 first in your PATH, run:
echo 'export PATH="/usr/local/opt/ffmpeg@4/bin:$PATH"' >> ~/.profile

For compilers to find ffmpeg@4 you may need to set:
export LDFLAGS="-L/usr/local/opt/ffmpeg@4/lib"
export CPPFLAGS="-I/usr/local/opt/ffmpeg@4/include"

For pkg-config to find ffmpeg@4 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/ffmpeg@4/lib/pkgconfig"

Mac:AgentDVR OSX $ brew install ffmpeg@4
Running brew update --preinstall...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 1 formula.

Warning: ffmpeg@4 4.4.2 is already installed and up-to-date.
To reinstall 4.4.2, run:
brew reinstall ffmpeg@4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions