Trouble installing .pkg
#1
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!!
Reply
#2
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.
Reply

Logout Mark Read Team Forum Stats Members Help
Trouble installing .pkg0