2 messages in com.mysql.lists.perlRe: Please assist me resolving a DBD-...
FromSent OnAttachments
Intekhab Choudhury21 Mar 2002 08:12 
Intekhab Choudhury21 Mar 2002 15:44 
Subject:Re: Please assist me resolving a DBD-mysql-2.1011 Problem :)
From:Intekhab Choudhury (icho@yahoo.com)
Date:03/21/2002 03:44:18 PM
List:com.mysql.lists.perl

Hi Jochen,

Thanks for the pointer. I am too lazy for installing mysql again, so just moved files around a little, created few symbolic links and ended up installing the DBD-mysql modules. :))

Actually my header files were not in the correct location as the Makefile was hopping, that's why it was failing.

so, I copied all the header files to /usr/include and all the lib to /usr/lib and that did the trick.

Thanks again ...

Now off to installation number 48848484 :)))

--- Jochen Wiedmann <jo@ispsoft.de> wrote:

Zitiere Intekhab Choudhury <icho@yahoo.com>:

In file included from /opt/perl5/lib/5.6.1/PA-RISC1.1/CORE/perl.h:2821, from

/opt/perl5/lib/site_perl/5.6.1/PA-RISC1.1/auto/DBI/DBIXS.,

from dbdimp.h:30, from dbdimp.c:29: /opt/perl5/lib/5.6.1/PA-RISC1.1/CORE/proto.h:94: warning: `struct stat' declaret In file included from dbdimp.c:29: dbdimp.h:31:49: mysql.h: No such file or directory

This doesn't look like you have the MySQL header files installed? Try reinstalling MySQL from source and they should be there.