Bug 85816
| Summary: | thread safe lib libmysqlclient_r.so not found | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Xavi Bolivar <xavibj> |
| Component: | mysql | Assignee: | Patrick Macdonald <patrickm> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:52:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This was fixed in February 2003 (bug #77662). The latest rpm is sitting in Rawhide. *** This bug has been marked as a duplicate of 77662 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 Description of problem: libmysqlclient_r.so not found in RPM. After extracting SRC.RPM I reviewed SPEC file and it seems the configure parameter to enable safe threads is wrong. wrong line : --with-thread-safe-client this is the correct line: --enable-thread-safe-client Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: NA Additional info: