Skip to content

Instantly share code, notes, and snippets.

@CirrusThink
Created July 12, 2016 17:33
Show Gist options
  • Save CirrusThink/d99d0331f58e96eb323a9550f6bda9c3 to your computer and use it in GitHub Desktop.
Save CirrusThink/d99d0331f58e96eb323a9550f6bda9c3 to your computer and use it in GitHub Desktop.

Revisions

  1. CirrusThink created this gist Jul 12, 2016.
    32 changes: 32 additions & 0 deletions Solaris 11.2 mysql2 gem_make.out
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    ~/.rvm/rubies/ruby-2.2.4/lib/ruby/gems/2.2.0/extensions/x86-solaris-2.11/2.2.0/mysql2-0.4.4$ cat gem_make.out
    /home/dolly/.rvm/rubies/ruby-2.2.4/bin/ruby -r ./siteconf20160712-72-16wp6dm.rb extconf.rb --with-mysql-dir=/usr/mysql/5.5/ --without-mysql-rpath --no-documentation -V --debug -u --explain --clear-sources
    checking for ruby/thread.h... yes
    checking for rb_thread_call_without_gvl() in ruby/thread.h... yes
    checking for rb_thread_blocking_region()... no
    checking for rb_wait_for_single_fd()... yes
    checking for rb_hash_dup()... yes
    checking for rb_intern3()... yes
    -----
    Using --with-mysql-dir=/usr/mysql/5.5
    -----
    checking for mysql.h... yes
    checking for errmsg.h... yes
    checking for mysqld_error.h... yes
    -----
    Option --with-mysql-rpath has been disabled at your request
    -----
    creating Makefile

    make "DESTDIR=" clean

    make "DESTDIR="
    compiling statement.c
    compiling mysql2_ext.c
    compiling result.c
    compiling client.c
    compiling infile.c
    linking shared-object mysql2/mysql2.so

    make "DESTDIR=" install
    /usr/gnu/bin/install -c -m 0755 mysql2.so ./.gem.20160712-72-11a00t1/mysql2
    dolly@dolly:~/.rvm/rubies/ruby-2.2.4/lib/ruby/gems/2.2.0/extensions/x86-solaris-2.11/2.2.0/mysql2-0.4.4$