forked from libvips/ruby-vips
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MacPorts Issue. Could not open library dlopen
- Loading branch information
Mac
committed
Oct 14, 2017
1 parent
d6af765
commit d2eb45d
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d2eb45d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using RVM (Ruby 2.4.1) on Mac OS X 10.12 Sierra with MacPorts have error as below. This commit fixes load library path by reference directly to MacPort library.
d2eb45d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe related to libvips#130 libvips#141
d2eb45d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have this issue too, but it was working before, with the same setup... odd