Re: problem with install DBD::mysql
Rudy Lippan <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 16 Nov 2004, Jorge Vivaldi Palatresi wrote: > Hi all, > > I am trying to install the Perl module DBD::mysql on a Sun SPARC running > Solaris 9. I succesfully installed mysql (version 4.0.21), DBI-1.45 but > failed to install DBD::mysql. As a matter of fact, I run succesfully > - perl Makefile.PL > - make > but failed to "make test". Perl version is 5.8.0 and gcc is version 3.3. > Mysql seems to run ok. > It seems that the client library is not loaded but I can't figure out the > reason. > Any help is very welcomed. Your dynamic linker can't find the object file for clinet library. I don't know that much about solaris, but there should be something in your system documentation on how to configure the dynamic linker. The other option is to link DBD::mysql staticly (which, I am starting to think should be the default). Rudy -- MySQL Perl Mailing List For list archives: http://lists.mysql.com/perl To unsubscribe: http://lists.mysql.com/[email protected]