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

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

am 14.09.2004 08:05:58 von David Bellizzi

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@m .gmane.org

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

am 14.09.2004 08:29:57 von Jochen Wiedmann

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@m .gmane.org

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

am 14.09.2004 08:29:57 von Jochen Wiedmann

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@m .gmane.org