Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release new version of mysql-dist #43

Closed
longtimeago opened this issue Oct 9, 2014 · 14 comments
Closed

Release new version of mysql-dist #43

longtimeago opened this issue Oct 9, 2014 · 14 comments

Comments

@longtimeago
Copy link
Contributor

We need to release new version of mysql-dist with mysql 5.6.21 of higher.
Issue #39 should be fixed in that version.

@dmarkov
Copy link

dmarkov commented Oct 10, 2014

I'll find a developer for the task soon...

@dmarkov
Copy link

dmarkov commented Oct 10, 2014

thank you for the ticket reported, I topped your account for 15 mins, transaction 45830111

@dmarkov
Copy link

dmarkov commented Oct 14, 2014

@yegor256 the task is yours

@longtimeago
Copy link
Contributor Author

@yegor256 any news here?

yegor256 pushed a commit that referenced this issue Oct 20, 2014
yegor256 pushed a commit that referenced this issue Oct 20, 2014
@yegor256
Copy link
Member

I'm in progress... some of them are ready: http://repo1.maven.org/maven2/com/jcabi/mysql-dist/5.6.21/
Others (2 more) will be ready tonight.

@longtimeago
Copy link
Contributor Author

I've tried this one mysql-dist:linux-amd64:5.6.21:zip (right one for my PC)
Unfortunately there is a problem with it. Mysql daemon can't start because of
.../jcabi-mysql-maven-plugin/target/mysql-dist/bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

I've already tried this solution
apt-get update && apt-get install -y libaio1 && rm -rf /var/lib/apt/lists/*
with no luck

@yegor256
Copy link
Member

Yeah, it's because of libaio. this one should help:

sudo apt-get install libaio1

@longtimeago
Copy link
Contributor Author

noup ... looks like the problem is a bit dipper ...
from ldd output:

        linux-gate.so.1 =>  (0xf7772000)
        libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7733000)
        libaio.so.1 => not found
        librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf7729000)
        libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0xf76f8000)
        libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf76f3000)
        libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf760a000)
        libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf75c4000)
        libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf75a6000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf73f6000)
        /lib/ld-linux.so.2 (0xf7773000)

looks like I've got wrong distributive inside mysql-dist.zip

@yegor256
Copy link
Member

5.6.21 is in Maven Central: http://repo1.maven.org/maven2/com/jcabi/mysql-dist/5.6.21/

@dmarkov
Copy link

dmarkov commented Oct 23, 2014

@yegor256 this task is in your hands for 13 days already

@yegor256
Copy link
Member

@longtimeago I think we should close this issue, since artifacts were released. Then, we can report problems in separate issues.

@longtimeago
Copy link
Contributor Author

@yegor256 sure, thank you!

@dmarkov
Copy link

dmarkov commented Oct 28, 2014

@yegor256 Much obliged! I've added 30 mins to your account in payment "000-100f1778"

@shrutiujjwal
Copy link

Is there any plans to support the latest version of MySQL? like: 5.7.16 -- need this urgently for an In Memory support of JSON with MySQL. Any help/inputs will be appreciated. TIA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants