[MDEV-5152] mysql_config includes -lprobes_mysql but mo such library installed Created: 2013-10-18 Updated: 2014-04-19 Resolved: 2014-04-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.33a, 10.0.10 |
| Fix Version/s: | 5.5.37, 10.0.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Edgar Torres | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Dell PowerEdge R620 (2x Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz) Red Hat Enterprise Linux Client release 5.9 (Tikanga) ./BUILD/compile-pentium64-max testing nocona ... ok |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
I compiled mariadb 5.5.33a using my own gcc (4.8.1) and libraries, everything in --prefix /tenhw/local I used BUILD/compile-pentium64-max (thinking it is best default for my environment) The compile finished succesfully and the 'make install' as well. The problem is mysql_config, whose output is:
However, there is no probes_mysql library installed. I can find probes_mysql.o many times in the output during compile, but I cannot find generation of a library... So any third party that uses mysql_config fails during compile with gcc not finding the library
|
| Comments |
| Comment by Oleksandr Byelkin [ 2013-11-07 ] |
|
Actually pentium64 script aimed for IA-64 (AKA Itanium) It this case should be used amd64, because amd is not related to processor producer but to command set used in the processor. Nowdays there is not big difference in the sctipts, but in any case it would be bettr to see results with correct script. |
| Comment by Edgar Torres [ 2013-11-07 ] |
|
Hi! I just did a google search for "pentium64", and neither itanium or ia-64 I am pretty confident using pentium64 to indicate itanium or ia-64 is If you look here it says > BUILD/compile-pentium64-max # Build for intel/amd 64 bit with all options I just realized that I should have used cmake for 5.5 , instead of using Edgar On 11/7/2013 8:52 AM, Oleksandr Byelkin (JIRA) wrote: |
| Comment by Sergei Golubchik [ 2013-11-10 ] |
|
please, could you comment here, saying whether it worked better with cmake without BUILD scripts? |
| Comment by Brian Evans [ 2013-11-13 ] |
|
Gentoo sees this when -DDTRACE is enabled via cmake. |
| Comment by Sergei Golubchik [ 2013-11-13 ] |
|
ok, so, apparently, this happen also with older gcc versions |
| Comment by Elena Stepanova [ 2014-04-05 ] |
|
As stated in |
| Comment by Nitin Gupta [ 2014-04-19 ] |
|
Please also update Fedora 20 RPMS to 10.0.11. Currently, only 10.0.10 is available: Thanks. |
| Comment by Elena Stepanova [ 2014-04-19 ] |
|
10.0.11 has not been released yet. |