On 2018-04-24 07:50, Mojca Miklavec wrote:
> On 23 April 2018 at 17:42, Rainer Müller wrote:
>>
>> Ruby and gems are really strange...
>>
>> Apparently, installing nokogiri with bundle fails
>
> Wasn't it you who said that we don't need a port for it as it's just a
> one-time conversion? :)
> (I'm
On Apr 23, 2018, at 6:23 PM, Rainer Müller wrote:
> $ sudo gem2.5 install nokogiri -- --use-system-libraries
> …
> pkg-config could not be used to find libxml-2.0
> …
> "pkg-config --exists libxml-2.0"
> dyld: Symbol not found: __cg_jpeg_resync_to_restart
> Referenced from:
> /System/Library/Fra
Hi,
On 23 April 2018 at 17:42, Rainer Müller wrote:
>
> Ruby and gems are really strange...
>
> Apparently, installing nokogiri with bundle fails
Wasn't it you who said that we don't need a port for it as it's just a
one-time conversion? :)
(I'm honestly not sure who said that.)
Looking at how e
On Apr 23, 2018, at 6:23 PM, Rainer Müller wrote:
>
> On 2018-04-23 20:35, Andrew Moore wrote:
>> You might try:
>>
>> $ sudo gem update —system
>>
>> which should install the latest version of bundler (you really want that),
>> and go from there.
>> In the particular case of nokogiri, you mig
On 2018-04-23 20:35, Andrew Moore wrote:
> You might try:
>
> $ sudo gem update —system
>
> which should install the latest version of bundler (you really want that),
> and go from there.
> In the particular case of nokogiri, you might also try running `gem install
> nokogiri` as user root.
I