Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX Cata 10.15.7 Fail #194

Closed
juanpc2018 opened this issue May 24, 2022 · 0 comments
Closed

OSX Cata 10.15.7 Fail #194

juanpc2018 opened this issue May 24, 2022 · 0 comments

Comments

@juanpc2018
Copy link

juanpc2018 commented May 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant