5 messages in com.mysql.lists.perlRe: dbd::mysql error| From | Sent On | Attachments |
|---|---|---|
| Boysenberry Payne | 11 Feb 2005 08:10 | |
| Darren Duncan | 11 Feb 2005 12:25 | |
| Carol Williams | 11 Feb 2005 13:24 | |
| Rudy Lippan | 11 Feb 2005 14:13 | |
| Darren Duncan | 11 Feb 2005 15:09 |
| Subject: | Re: dbd::mysql error![]() |
|---|---|
| From: | Rudy Lippan (rlip...@remotelinux.com) |
| Date: | 02/11/2005 02:13:04 PM |
| List: | com.mysql.lists.perl |
On Fri, 11 Feb 2005, Carol Williams wrote:
Date: Fri, 11 Feb 2005 13:24:49 -0800 (PST) From: Carol Williams <cshw...@yahoo.com> To: pe...@lists.mysql.com Subject: dbd::mysql error
I get the following error when I try to connect to a database using the dbd::mysql module. I am running AIX 5.2, with mysql 4.1.8 and perl 5.8.5. Both perl and mysql were compiled with the AIX C complier version 6.
Can't load '/usr/local/lib/perl5/site_perl/5.8.5/aix/auto/DBD/mysql/mysql.a' for module DBD::mysql: 0509-022 Cannot load module
Is mysql.a a shared object? I don't know aix at all, but from what I know of other unixes i'd suspect that you dynamic linker is trying load something that is not a shared object.
/usr/local/lib/perl5/site_perl/5.8.5/aix/auto/DBD/mysql/mysql.a. 0509-103 The module has an invalid magic number. at
You might want to try running 'file' on it and see what that gives you (if aix has 'file', that is).
And this is what google has to say:
HTH,
Rudy




