Skip to content

2.6.1 w/jemalloc, Ubuntu 16.04 #1284

@jsimpson

Description

@jsimpson

I've been trying to install ruby-2.6.1 with support for jemalloc but I believe that I'm having some trouble. I've been issuing the following to rbenv install without success:

$ RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.6.1
$ irb
>> RbConfig::CONFIG['LIBS']
=> "-lm "

However, I was able to successfully compile ruby-2.5.1 with jemalloc support:

$ RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.5.1
$ irb
>> RbConfig::CONFIG['LIBS']
=> "-lpthread -ljemalloc -lgmp -ldl -lcrypt -lm "

I'm not sure what's going on. Maybe something has changed between 2.5.x and 2.6.x that I'm just unaware of, and my ability to Google for it is letting me down? Thanks for any assistance or advice you can offer!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions