zimbatm has quit [Quit: No Ping reply in 180 seconds.]
zimbatm has joined #rubygems
ur5us has joined #rubygems
jfelchner has joined #rubygems
d0nn1e has quit [Ping timeout: 260 seconds]
d0nn1e has joined #rubygems
ur5us has quit [Remote host closed the connection]
ur5us has joined #rubygems
ur5us has quit [Ping timeout: 244 seconds]
swills has quit [Remote host closed the connection]
swills has joined #rubygems
ur5us has joined #rubygems
c355e3b has quit [Quit: Connection closed for inactivity]
jfelchner has quit [Quit: Gone]
duper has joined #rubygems
ur5us has quit [Remote host closed the connection]
ur5us has joined #rubygems
ur5us has quit [Ping timeout: 252 seconds]
d0nn1e has quit [Ping timeout: 258 seconds]
d0nn1e has joined #rubygems
ur5us has joined #rubygems
ur5us has quit [Remote host closed the connection]
ur5us has joined #rubygems
ur5us has quit [Ping timeout: 258 seconds]
workmad3 has joined #rubygems
c355e3b has joined #rubygems
houhoulis has joined #rubygems
sven^ has joined #rubygems
<sven^>
hey.. I have no clue about ruby/gems and want to set up zammad. So I installed ruby-2.3.1, rubygems and bundler and used bundler on the Gemfile. The next step would be to run 'rake db:migrate', which aborts with an error:LoadError: Could not load 'active_record/connection_adapters/mysql2_adapter But: bundle show mysql2
<havenwood>
sven^: Try prefixing `bundle exec` to run in the context of your bundle: bundle exec rake db:migrate
<sven^>
havenwood: nah, I think I found the problem
<sven^>
there are sql libraries missing
<sven^>
why the hell doesn't bundle/gems check for the libraries it is going to use? Oo
<sven^>
I mean I get an 82 line stack trace with the message that some .so file is missing somewhere in the middle. There should really be a message about that when installing the gem that needs the library -.-
<havenwood>
sven^: It's open source and PRs are welcome!
<havenwood>
sven^: It is indeed important to install mysql before using it!
<sven^>
havenwood: well, I think the problem lies somewhere else
<sven^>
I think I had libmysqlclient.so.16 when installing the gem
<sven^>
then I went through the installation process of zammad and then at a kind of late step it suddenly said it wanted mysql 5.6+
<sven^>
so now I have libmysqlclient.so.20 and need to rebuild the gem (? I think?)
<sven^>
I still don't understand why there are 500 different pachage managers just to get a stupid web app running
<sven^>
As a ruby newbie: This is a mess. wow.
houhoulis has quit [Remote host closed the connection]