[MDEV-4073] ./bin/my_print_defaults: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./bin/my_print_defaults) Created: 2013-01-23 Updated: 2013-01-24 Resolved: 2013-01-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | Mani Sundarigari | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux vlmmk644 2.6.18-308.8.1.0.1.el5 #1 SMP Tue May 29 20:48:54 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux |
||
| Description |
|
Hi, I wanted to install mariadb on RHEL Server release 5.8 (Tikanga). $ uname -a This is the binary file i am working. While creating db i am seeing these issues. $ ./scripts/mysql_install_db --defaults-file=/fisc/dba/maria/mysql The latest information about mysql_install_db is available at Please assist me here. Thank You. |
| Comments |
| Comment by Elena Stepanova [ 2013-01-23 ] |
|
Hi, We have 2 sets of binary tarballs in downloads ( https://downloads.mariadb.org/mariadb/10.0.0/ ): mariadb-10.0.0-linux-x86_64.tar.gz (GLIBC_2.14) 292.4 MB It looks like you are using the first one, while you actually need the second. Please try it out. |
| Comment by Mani Sundarigari [ 2013-01-23 ] |
|
can you please name the exact tarball which i can use on my server. |
| Comment by Elena Stepanova [ 2013-01-23 ] |
|
Here is the link which, with some luck, will get you directly to the download but if it doesn't, please go to the downloads page and pick mariadb-10.0.0-linux-x86_64.tar.gz without "(GLIBC_2.14)" in the file name column. md5sum: d7477d3241888c11d3a2bc1a2394e9c5 Please let us know if it works for you. |
| Comment by Mani Sundarigari [ 2013-01-23 ] |
|
I am downloading it. I am working on this for the first time,so could you please share db installation steps. |
| Comment by Elena Stepanova [ 2013-01-23 ] |
|
Please check documentation provided at https://kb.askmonty.org , there is a lot of information out there. |
| Comment by Mani Sundarigari [ 2013-01-23 ] |
|
it says I dont have any my.cnf file. |
| Comment by Elena Stepanova [ 2013-01-23 ] |
|
You don't have to create my.cnf file if you are just trying the product and don't have any specific configuration you want it to start with. If you don't have my.cnf on your machine, bin/mysqld_safe will start MariaDB server with the default configuration, which is quite all right for a trial run. If you choose to create my.cnf file, you can place it anywhere you have access to, as long as you provide the correct path to it on mysqld_safe command line In general, in my.cnf you can have various startup options. For quick reference and overall view of general MySQL options, you can use MySQL manual: http://dev.mysql.com/doc/refman/5.5/en/mysqld-option-tables.html But which options you choose to tune, and which values you use, depends on your installation, environment, requirements, business needs and personal preferences. |
| Comment by Elena Stepanova [ 2013-01-24 ] |
|
I presume the problem with GLIBC_2.14 has been solved by using another binary tarball; closing the report. |