11 messages in com.mysql.lists.perlRe: Problem with DBI-1.45
FromSent OnAttachments
Minh Nguyen14 Nov 2004 17:15 
jose isaias cabrera14 Nov 2004 17:23 
Glenn Fleishman14 Nov 2004 17:35 
Minh Nguyen14 Nov 2004 17:36 
Glenn Fleishman14 Nov 2004 17:40 
jose isaias cabrera14 Nov 2004 17:58 
Peter Pentchev15 Nov 2004 00:19 
Peter Pentchev15 Nov 2004 00:41 
jose isaias cabrera15 Nov 2004 07:18 
Minh Nguyen21 Nov 2004 17:23 
Jochen Wiedmann21 Nov 2004 17:37 
Subject:Re: Problem with DBI-1.45
From:jose isaias cabrera (jic@cinops.xerox.com)
Date:11/14/2004 05:58:51 PM
List:com.mysql.lists.perl

Glenn,

Yes, this solved mysteries for me, too. I really needed only the mysql/lib and mysql/include files, but I had to have the latest versions installed to get a good installation of the DBI/DBD.

this is the reason why it makes no sense to me. Here is the size of the libraries,

-rw------- 1 jicman mailguest 1685 Nov 10 23:59 libmysql.imp -rw------- 1 jicman mailguest 1993078 Nov 10 23:59 libmysqlclient.a -rw------- 1 jicman mailguest 1899136 Nov 10 23:59 libmysqlclient_r.a -rw------- 1 jicman mailguest 12319666 Nov 10 23:59 libmysqld.a -rw------- 1 jicman mailguest 1260254 Nov 10 23:59 libmystrings.a -rw------- 1 jicman mailguest 766332 Nov 10 23:59 libmysys.a

and here is the include files,

-rw------- 1 jicman mailguest 27526 Nov 10 23:58 mysql.h -rw------- 1 jicman mailguest 15042 Nov 10 23:58 mysql_com.h -rw------- 1 jicman mailguest 1241 Nov 10 23:58 mysql_embed.h -rw------- 1 jicman mailguest 1559 Nov 10 23:58 mysql_time.h -rw------- 1 jicman mailguest 800 Nov 10 23:58 mysql_version.h -rw------- 1 jicman mailguest 11315 Nov 10 23:58 mysqld_error.h

There should be a simple mysqllib tar file that will allow a --prefix option on the configure shell script to install the files using the prefix that the user wants to use.

This is why one should not need to install the full DB server or even client just to get these files.

Just a thought, of course. :-) I don't know how big the mysql libraries and include files are, but I don't think it should be more than database