Bug 80562
| Summary: | DBD::Mysql doesn't work | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Public Beta | Reporter: | Tom Cross <tomc> |
| Component: | perl-DBD-MySQL | Assignee: | Chip Turner <cturner> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | phoebe | CC: | minter |
| 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: | 2003-01-09 13:00:15 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 79578 | ||
this is now fixed; please try perl-DBD-MySQL-2.1021-2 from rawhide. Yes, that new package appears to be working perfectly. Thanks! *** Bug 79252 has been marked as a duplicate of this bug. *** Closing this out on confirmation fix from reporter. |
Description of problem: Script that runs fine on RH8.0 with perl-DBD-MySQL doesn't work on Phoebe Version-Release number of selected component (if applicable): perl-DBD-MySQL-2.1020-3 perl-DBI-1.32-3 mysql-3.23.52-5 How reproducible: Run a perl script that attempts to connect to a MySQL Server Steps to Reproduce: 1. Install perl-DBI, perl-DBD-MySQL, mysql 2. run a script that attempts to connect to a MySQL server 3. boom, crash Actual results: /usr/bin/perl: relocation error: /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so: undefined symbol: mysql_init Expected results: It should connect to the database and do happy perly database things. Additional info: