symbol net_buffer_length not found when "make test" DBD::mysql

symbol net_buffer_length not found when "make test" DBD::mysql

am 15.09.2003 16:45:22 von Michael Koch

Hello all,

Just a mail to tell you that I finally solved this long issue on my SUN
Solaris 8.

As for the last people talking about this, I installed MySQL 32-bits binary
(instead of 64-bits), and then everything was fine !! :-))

Thanks to everyone for this !

Mike


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: symbol net_buffer_length not found when "make test" DBD::mysql

am 15.09.2003 18:17:55 von santosh kandi

Yes,
I had the same problem and struggled with it for
atleast 30 days...and then installed MySql 32 bit and
it worked.
I wish they had better instructions on 32/64bit
versions. It almost made me hate Mysql.
Anyway thanks for all the users support.

Santosh




--- Michael Koch wrote:
> Hello all,
>
> Just a mail to tell you that I finally solved this
> long issue on my SUN
> Solaris 8.
>
> As for the last people talking about this, I
> installed MySQL 32-bits binary
> (instead of 64-bits), and then everything was fine
> !! :-))
>
> Thanks to everyone for this !
>
> Mike
>
>
> --
> MySQL Perl Mailing List
> For list archives: http://lists.mysql.com/perl
> To unsubscribe:
>
http://lists.mysql.com/perl?unsub=santoshkandi@yahoo.com
>


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: symbol net_buffer_length not found when "make test" DBD::mysql

am 15.09.2003 18:17:55 von santosh kandi

Yes,
I had the same problem and struggled with it for
atleast 30 days...and then installed MySql 32 bit and
it worked.
I wish they had better instructions on 32/64bit
versions. It almost made me hate Mysql.
Anyway thanks for all the users support.

Santosh




--- Michael Koch wrote:
> Hello all,
>
> Just a mail to tell you that I finally solved this
> long issue on my SUN
> Solaris 8.
>
> As for the last people talking about this, I
> installed MySQL 32-bits binary
> (instead of 64-bits), and then everything was fine
> !! :-))
>
> Thanks to everyone for this !
>
> Mike
>
>
> --
> MySQL Perl Mailing List
> For list archives: http://lists.mysql.com/perl
> To unsubscribe:
>
http://lists.mysql.com/perl?unsub=santoshkandi@yahoo.com
>


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: symbol net_buffer_length not found when "make test" DBD::mysql

am 15.09.2003 21:43:21 von Rudy Lippan

On Mon, 15 Sep 2003, santosh kandi wrote:

> Yes,
> I had the same problem and struggled with it for
> atleast 30 days...and then installed MySql 32 bit and
> it worked.
> I wish they had better instructions on 32/64bit
> versions. It almost made me hate Mysql.

There is a beta DBD::mysql up on CPAN that should make it easier to see
the error; the linker error messages are no longer supressed.


You wouldn't, by chance, have the output of mysql_config for the 64bit
version of mysql? If perl Makefile.PL can tell how many bits mysql is
compiled for, it can thow a nice pretty error message when perl & mysql
don't match.


Rudy




--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: symbol net_buffer_length not found when "make test" DBD::mysql

am 15.09.2003 21:43:21 von Rudy Lippan

On Mon, 15 Sep 2003, santosh kandi wrote:

> Yes,
> I had the same problem and struggled with it for
> atleast 30 days...and then installed MySql 32 bit and
> it worked.
> I wish they had better instructions on 32/64bit
> versions. It almost made me hate Mysql.

There is a beta DBD::mysql up on CPAN that should make it easier to see
the error; the linker error messages are no longer supressed.


You wouldn't, by chance, have the output of mysql_config for the 64bit
version of mysql? If perl Makefile.PL can tell how many bits mysql is
compiled for, it can thow a nice pretty error message when perl & mysql
don't match.


Rudy




--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

RE: symbol net_buffer_length not found when "make test" DBD::mysql

am 16.09.2003 09:47:06 von Michael Koch

Hello Rudy,

Here is my output of mysql_config for MySQL 4.0.13 64bits binary version on
Solaris 8:

# cd /opt/mysql-standard-4.0.13-sun-solaris2.8-sparc-64bit/bin
# ./mysql_config
Usage: ./mysql_config [OPTIONS]
Options:
--cflags
[-I'/opt/mysql-standard-4.0.13-sun-solaris2.8-sparc-64bit/in clude']
--libs
[-L'/opt/mysql-standard-4.0.13-sun-solaris2.8-sparc-64bit/li b' -lmysqlclient
-lgen -lsocket -lnsl -lm]
--socket [/tmp/mysql.sock]
--port [3306]
--version [4.0.13]
--libmysqld-libs
[ -L'/opt/mysql-standard-4.0.13-sun-solaris2.8-sparc-64bit/lib ' -lmysqld -lp
thread -lthread -lgen -lsocket -lnsl -lm -lpthread -lthread -lrt]

The only 64bits I can see is in my path... :-(

I can do the following to tell if it's 64bits:
# file mysql
mysql: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked,
stripped

But I don't know if this "file" command is available on various OS...

Regards,
Mike


-----Message d'origine-----
De : Rudy Lippan
Envoye : lundi 15 septembre 2003 21:43
A : santosh kandi
Cc : Michael Koch; perl@lists.mysql.com
Objet : Re: symbol net_buffer_length not found when "make test"
DBD::mysql


On Mon, 15 Sep 2003, santosh kandi wrote:

> Yes,
> I had the same problem and struggled with it for
> atleast 30 days...and then installed MySql 32 bit and
> it worked.
> I wish they had better instructions on 32/64bit
> versions. It almost made me hate Mysql.

There is a beta DBD::mysql up on CPAN that should make it easier to see
the error; the linker error messages are no longer supressed.


You wouldn't, by chance, have the output of mysql_config for the 64bit
version of mysql? If perl Makefile.PL can tell how many bits mysql is
compiled for, it can thow a nice pretty error message when perl & mysql
don't match.


Rudy


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

RE: symbol net_buffer_length not found when "make test" DBD::mysql

am 16.09.2003 09:47:06 von Michael Koch

Hello Rudy,

Here is my output of mysql_config for MySQL 4.0.13 64bits binary version on
Solaris 8:

# cd /opt/mysql-standard-4.0.13-sun-solaris2.8-sparc-64bit/bin
# ./mysql_config
Usage: ./mysql_config [OPTIONS]
Options:
--cflags
[-I'/opt/mysql-standard-4.0.13-sun-solaris2.8-sparc-64bit/in clude']
--libs
[-L'/opt/mysql-standard-4.0.13-sun-solaris2.8-sparc-64bit/li b' -lmysqlclient
-lgen -lsocket -lnsl -lm]
--socket [/tmp/mysql.sock]
--port [3306]
--version [4.0.13]
--libmysqld-libs
[ -L'/opt/mysql-standard-4.0.13-sun-solaris2.8-sparc-64bit/lib ' -lmysqld -lp
thread -lthread -lgen -lsocket -lnsl -lm -lpthread -lthread -lrt]

The only 64bits I can see is in my path... :-(

I can do the following to tell if it's 64bits:
# file mysql
mysql: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked,
stripped

But I don't know if this "file" command is available on various OS...

Regards,
Mike


-----Message d'origine-----
De : Rudy Lippan
Envoye : lundi 15 septembre 2003 21:43
A : santosh kandi
Cc : Michael Koch; perl@lists.mysql.com
Objet : Re: symbol net_buffer_length not found when "make test"
DBD::mysql


On Mon, 15 Sep 2003, santosh kandi wrote:

> Yes,
> I had the same problem and struggled with it for
> atleast 30 days...and then installed MySql 32 bit and
> it worked.
> I wish they had better instructions on 32/64bit
> versions. It almost made me hate Mysql.

There is a beta DBD::mysql up on CPAN that should make it easier to see
the error; the linker error messages are no longer supressed.


You wouldn't, by chance, have the output of mysql_config for the 64bit
version of mysql? If perl Makefile.PL can tell how many bits mysql is
compiled for, it can thow a nice pretty error message when perl & mysql
don't match.


Rudy


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org