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
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
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
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
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]
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
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]
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
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
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
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
11 matches
Mail list logo