Howto install DBD::mysql without a local copy of mysql

I have a lot of systems that perform remote queries and it gets to be a
pain having to install a functioning mysql server so the cpan install
scripts for perl -MCPAN -e'install DBD::mysql' won't fail. Is there anyway
way around this fustrating situation? Seems to me theres got to be a
better way.
db




--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules [at] m .gmane.org
David Bellizzi [ Di, 14 September 2004 08:05 ] [ ID #44278 ]

Re: Howto install DBD::mysql without a local copy of mysql

David Bellizzi wrote:

> I have a lot of systems that perform remote queries and it gets to be a
> pain having to install a functioning mysql server so the cpan install
> scripts for perl -MCPAN -e'install DBD::mysql' won't fail. Is there anyway
> way around this fustrating situation? Seems to me theres got to be a
> better way.

Compile the MySQL sources with --without-server (hope I remember the
option name right). This will leave you exactly what's required for
DBD::mysql: The client libraries.


Jochen


--
http://lilypie.com/baby1/050423/1/5/1/+1

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules [at] m .gmane.org
Jochen Wiedmann [ Di, 14 September 2004 08:29 ] [ ID #44279 ]

Re: Howto install DBD::mysql without a local copy of mysql

David Bellizzi wrote:

> I have a lot of systems that perform remote queries and it gets to be a
> pain having to install a functioning mysql server so the cpan install
> scripts for perl -MCPAN -e'install DBD::mysql' won't fail. Is there anyway
> way around this fustrating situation? Seems to me theres got to be a
> better way.

Compile the MySQL sources with --without-server (hope I remember the
option name right). This will leave you exactly what's required for
DBD::mysql: The client libraries.


Jochen


--
http://lilypie.com/baby1/050423/1/5/1/+1

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules [at] m .gmane.org
Jochen Wiedmann [ Di, 14 September 2004 08:29 ] [ ID #180829 ]
Datenbanken » gmane.comp.db.mysql.perl » Howto install DBD::mysql without a local copy of mysql

Vorheriges Thema: Re: Memory leak in perl-DBD-Mysql
Nächstes Thema: Howto install DBD::mysql without a local copy of mysql