Kodi Community Forum

Full Version: Trouble installing .pkg
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I was trying to install one .pkg with usb audio driver with this command:

Code:
sudo installer -pkg MAudioAudiophileUSB.pkg/ -target /

and the terminal returns:

Code:
dyld: Symbol not found: __ZTIN3KJS11InterpreterE
  Referenced from: /System/Library/PrivateFrameworks/JavaScriptGlue.framework/Versions/A/JavaScriptGlue
  Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

Trace/BPT trap

After that I tried

Code:
DYLD_FRAMEWORK_PATH='/System/Library/Frameworks/OSXFrames/' installer -pkg MAudioAudiophileUSB.pkg/ -target /

but the pkg requires authentication... is there any workaround?

Thanks a lot in advance!!
juanlu Wrote:Hi all,

I was trying to install one .pkg with usb audio driver with this command:

Code:
sudo installer -pkg MAudioAudiophileUSB.pkg/ -target /

and the terminal returns:

Code:
dyld: Symbol not found: __ZTIN3KJS11InterpreterE
  Referenced from: /System/Library/PrivateFrameworks/JavaScriptGlue.framework/Versions/A/JavaScriptGlue
  Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

Trace/BPT trap

After that I tried

Code:
DYLD_FRAMEWORK_PATH='/System/Library/Frameworks/OSXFrames/' installer -pkg MAudioAudiophileUSB.pkg/ -target /

but the pkg requires authentication... is there any workaround?

Thanks a lot in advance!!

maybe open up the pkg, see what it's doing and do it manually.