jcabi-mysql-maven-plugin
jcabi-mysql-maven-plugin copied to clipboard
mysql-dist 5.6.21 distributive is wrong
I download the mysql-dist 5.6.21 and get the issue with libaio.
The problem is that content of mysql-dist-5.6.21-linux-amd64 is wrong.
Here is the ldd output for mysql-dist-5.6.21-linux-amd64
linux-gate.so.1 => (0xf77b6000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7777000)
libaio.so.1 => not found
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf776d000)
libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0xf773c000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7737000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf764e000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7608000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf75ea000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf743a000)
/lib/ld-linux.so.2 (0xf77b7000)
and for mysql-dist-5.6.21-linux-x86
linux-vdso.so.1 => (0x00007fff54873000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f3c511e1000)
libaio.so.1 => /lib/x86_64-linux-gnu/libaio.so.1 (0x00007f3c50fdf000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f3c50dd6000)
libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007f3c50b9d000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f3c50999000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f3c50694000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f3c5038e000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f3c50178000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3c4fdb1000)
/lib64/ld-linux-x86-64.so.2 (0x00007f3c51421000)
But the should be quite opposite:
- for amd64 shared libs are located in
/lib/x86_64-linux-gnu
- for x86 shared libs are located in
/lib/i386-linux-gnu
Please, release right package
I'm aware of the task, give me some time to find a developer...
many thanks for the report, I topped your account for 15 mins, transaction 000-2cc7ec79
@yegor256 it's your task now, go ahead
@yegor256 you're holding this task for 12 days already
@yegor256 the task is not yours any more, please stop
@dmarkov assign me back to this problem pls
@dmarkov assign me back to this problem pls
@yegor256 yep, it's yours, go ahead
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.