Re: Help Installing DBD for MySQL

2004-06-25 Thread calvin huang [SAO]
Dear all, I have succesfully tackle the problem. I will write in details how it was done later when I have time. Thanks pals for giving me so much hints. Cheers Calvin >>> "Steven N. Hirsch" 06/25/04 06:59PM >>> On Fri, 25 Jun 2004, calvin huang [SAO] wrote: > Thanks anyhow. I believe it i

Re: Help Installing DBD for MySQL

2004-06-25 Thread Steven N. Hirsch
On Fri, 25 Jun 2004, calvin huang [SAO] wrote: > Thanks anyhow. I believe it is because the fact that the perl on my > solaris was compiled by SUNPro cc and the mysql binary was compiled by > gcc. There might not be a feasible work-around so far. I have spent half > day research the way to solve i

Re: Help Installing DBD for MySQL

2004-06-25 Thread calvin huang [SAO]
Thanks anyhow. I believe it is because the fact that the perl on my solaris was compiled by SUNPro cc and the mysql binary was compiled by gcc. There might not be a feasible work-around so far. I have spent half day research the way to solve it. P.S. I am not the sys admin, so I cannot do any

Re: Help Installing DBD for MySQL

2004-06-24 Thread Tim Bunce
Seems like there's a deeper problem. [EMAIL PROTECTED] is the place to discuss it (or there's mysql specific mailing list, see the docs). Tim. On Fri, Jun 25, 2004 at 12:25:38AM +0800, calvin huang [SAO] wrote: > Sad, I got the following error when I used the DBD::mysql. > > ld.so.1: /usr/bin/p

Re: Help Installing DBD for MySQL

2004-06-24 Thread calvin huang [SAO]
Sad, I got the following error when I used the DBD::mysql. ld.so.1: /usr/bin/perl: fatal: relocation error: file /a04_01/intranet/dept/saoit/perl_module/lib/perl5/site_perl/5.8.0/sun4-solaris/auto/DBD/mysql/mysql.so: symbol mysql_init: referenced symbol not found Killed >>> calvin huang [SAO]

Re: Help Installing DBD for MySQL

2004-06-24 Thread Tim Wort
Huh I think you sent this to the wrong "tim", try again. ([EMAIL PROTECTED] is mine.) On Fri, 25 Jun 2004, calvin huang [SAO] wrote: > Sad, I got the following error when I used the DBD::mysql. > > ld.so.1: /usr/bin/perl: fatal: relocation error: file > /a04_01/intranet/dept/saoit/perl

Re: Help Installing DBD for MySQL

2004-06-24 Thread calvin huang [SAO]
Sad, I got the following error when I used the DBD::mysql. ld.so.1: /usr/bin/perl: fatal: relocation error: file /a04_01/intranet/dept/saoit/perl_module/lib/perl5/site_perl/5.8.0/sun4-solaris/auto/DBD/mysql/mysql.so: symbol mysql_init: referenced symbol not found Killed >>> calvin huang [SAO]

Re: Help Installing DBD for MySQL

2004-06-24 Thread Tim Bunce
Neither do I. Just do what I'd do... search the fields for references to net_buffer_length and edit them to remove the reference... $ grep -r net_buffer_length . ./mysql.xs: retsv = newSViv(net_buffer_length); Just changing net_buffer_length to 0 should be enough. Tim. On Thu, Jun 24, 2

Re: Help Installing DBD for MySQL

2004-06-24 Thread calvin huang [SAO]
Tim,   Thanks so much for your prompt reply! but I dont know what is the relevant code to delete and which file need to be modified. Can you be more specific. Thanks so much   Calvin>>> Tim Bunce<[EMAIL PROTECTED]> 06/24/04 06:34PM >>>I think there's a bug in the latest mysql client libs tha

Re: Help Installing DBD for MySQL

2004-06-24 Thread Tim Bunce
I think there's a bug in the latest mysql client libs that made net_buffer_length disappear. Quickest fix would be to delete the relevant code from DBD::mysql (unless you really need it). Tim. On Thu, Jun 24, 2004 at 06:28:58AM -, PerlDiscuss - Perl Newsgroups and mailing lists wrote: > I ha

Re: Help Installing DBD for MySQL

2004-06-24 Thread PerlDiscuss - Perl Newsgroups and mailing lists
I have the same problem too. I use the binary tar file downloaded from mysql.com and place it in my home direcotry of my account in Solaris 2.8.2 machince. mysql client is working and I try to compile DBD::mysql just like you. make test return error message as yours. when I check the installed d

Help Installing DBD for MySQL

2004-02-12 Thread Wilson, Allen
I am attempting to install DBD-mysql-2.9003 on a Solaris 2.8 machine. The DBI is 1.40. It runs the perl Makefile.PL (I use the cflags, libs, testuser, testpassword and testhost options) amd make without any errors but when I run the make test, the test are failing. Here is the feedback from make te