question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mac OS binary does not work on OS X Sierra

See original GitHub issue

I build my slides with flowtime.js, and then convert to pdf using the command: .phantomjs decktape.js flowtime "/Users/name/etc/doc.html" "/Users/name/etc/doc.pdf" --size=1920x1080

This worked perfectly, but as of today I get the message “Killed: 9”. I updated to OSX 10.12 earlier this week so that’s probably related. I’ve updated to the latest version of decktape

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
SJerncommented, Aug 16, 2017

export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/opt/openssl/lib:$DYLD_LIBRARY_PATH

Also worked for me

5reactions
darribascommented, Nov 3, 2016

In case this is of help for anyone in a similar situation, I fixed this by installing Homebrew and running:

brew install openssl

Then worked like a charm 😃 I do not recall having to install that on El Capitan though.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ROOT binary installation on macOS High Sierra not working
I'm trying to install a ROOT binary on macOS High Sierra (macOS 10.13). I download the appropriate ROOT binary for my OS: ...
Read more >
Mac OS X: conventional places where binary files should live
Core answer: you probably want /usr/local/bin . Depending on how recent your macOS is, you may need to update your default $PATH ....
Read more >
32-bit app compatibility with macOS High Sierra 10.13.4 and ...
Starting with macOS Catalina, 32-bit apps are no longer compatible with macOS. If you get an alert about a 32-bit app. You will...
Read more >
What to Do if Your Mac Can't Run macOS Sierra - Intego
Note: Although this article was written for macOS Sierra (10.12), ... them to drive-by malware installations and other security problems.
Read more >
createinstallmedia: cannot execute binary file - Ask Different
Redownloaded the installer. And everything works fine. p.s. I'm in China at the moment. Look like package loss is a real problem here....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found