Installation Modul DBD::MySQL failed

Installation Modul DBD::MySQL failed

am 01.03.2007 12:40:45 von lucresse

hi,

i tried to install the modul DBD::mysql on the Solaris 9 operating
system and after the command: "perl Makefile.PL" following is the
result:

the argument in LIBS from mysql_config seems to be the problem

------------------------------------------------------------ --------------------------------------------
I will use the following settings for compiling and testing:

cflags (mysql_config) = -I/opt/mysql/mysql/include -mt -
D_FORTEC_ -xarch=v9
libs (mysql_config) = -xarch=v9 -L/opt/mysql/mysql/lib -
lmysqlclient -lz -lposix4 -lgen -lsocket -lnsl -lm
nocatchstderr (default ) = 0
nofoundrows (default ) = 0
ssl (guessed ) = 0
testdb (default ) = test
testhost (default ) =
testpassword (default ) =
testuser (default ) =

To change these settings, see 'perl Makefile.PL --help' and
'perldoc INSTALL'.

Checking if your kit is complete...
Looks good
Unrecognized argument in LIBS ignored: '-xarch=v9'
Using DBI 1.54 (for perl 5.008003 on sun4-solaris) installed in /usr/
local/lib/perl5/site_perl/5.8.3/sun4-solaris/auto/DBI/
Writing Makefile for DBD::mysql

------------------------------------------------------------ --------------

please help me! what does it mean?

Re: Installation Modul DBD::MySQL failed

am 01.03.2007 23:32:35 von Sisyphus

wrote in message
news:1172749245.906903.89000@k78g2000cwa.googlegroups.com...
..
..
> To change these settings, see 'perl Makefile.PL --help' and
> 'perldoc INSTALL'.

Could be worth doing that - to see if there's anything relevant.

>
> Checking if your kit is complete...
> Looks good
> Unrecognized argument in LIBS ignored: '-xarch=v9'
> Using DBI 1.54 (for perl 5.008003 on sun4-solaris) installed in /usr/
> local/lib/perl5/site_perl/5.8.3/sun4-solaris/auto/DBI/
> Writing Makefile for DBD::mysql
>
> ------------------------------------------------------------ --------------
>
> please help me! what does it mean?
>

It may not matter at all. It's just that '-xarch=v9' is not recognised as a
valid 'LIBS' argument and is therefore being ignored. On the other hand
'-xarch=v9' was recognised (and accepted) as a valid 'cflags' argument.

What happens when you run 'make test' ?

Cheers,
Rob