On Tue, Sep 24, 2002 at 08:06:59AM -0700, jonah wrote:
> On Tue, 24 Sep 2002, Nicholas Clark wrote:
> 
> > Did you download a binary perl, or build it yourself from source?
> 
> Apparently it was a binary perl.
> 
> >   perl -V:cc 
> cc='gcc -B/usr/ccs/bin/';
>  
> > could you send a copy of line 714 of dbdimp.c please? [to see if that guess
> > is correct]
> 
> Well, I have three of those, so here they are:
> 
> from Mysql-modules/DBD-mysql/dbdimp.c
>      FreeParam(imp_sth->params, DBIc_NUM_PARAMS(imp_sth));
> 
> from Mysql-modules/dbd/dbdimp.c
>      if (dbis->debug >= 2) {
> 
>    (I imagine that's not the dbdimp.c you were looking for)
> 
> from Mysql-modules/DBD-mSQL/dbdimp.c
>      FreeParam(imp_sth->params, DBIc_NUM_PARAMS(imp_sth));

Well, which was in the directory where the C compiler's error was generated
from? (Your make output with the error messages doesn't make it clear which
if any of these directories was the current directory at the time of the
errors)

But even if I know that, nothing obvious springs out, and I'm now stuck.

I'd suggest that you send the make output and the output of perl -V
(capital V - it's verbose but useful) to whatever the "official" DBD mysql
list is, as they may have seen this sort of build problem before.

Sorry I can't help further

Nicholas Clark

Reply via email to