| Summary: | Unable to compile mysql2 ruby gem with MySQL 5.5 (SCL) | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Michal Fojtik <mfojtik> |
| Component: | Image | Assignee: | Michal Fojtik <mfojtik> |
| Status: | CLOSED NOTABUG | QA Contact: | libra bugs <libra-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | hhorak |
| Target Milestone: | --- | Keywords: | UpcomingRelease |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-10 16:43:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Michal Fojtik
2013-12-10 16:08:03 UTC
Note: The -L/opt/rh/mysql55/root/usr/lib64/mysql -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -lpthread -lrt -ldl -lcrypt -lm -lc is produced by mysql_config... The easiest solution would be to overide this to point into /usr/lib64/mysql The problem was found in the PR, where we set the OPENSHIFT_MYSQL_PATH_ELEMENT to point into SCL directory, which also include the mysql_config script. Removing this solved this problem. Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/edb7b7b3902def2375b5db613ed0832876aae466 Bug 1040065 - Disabled OPENSHIFT_MYSQL_PATH_ELEMENT via SCL |