Re: Installing DBI that works with static version of Perl

2009-07-08 Thread Tim Bunce
Can you explain _why_ you think you need a static version of perl? You're heading into a world of pain, so you'd better have a very good reason to want to go that way. Tim. On Tue, Jul 07, 2009 at 04:09:49PM -0400, Koch, Gina (GE Infra, US) wrote: I have compiled a static version of perl and

RE: Installing DBI that works with static version of Perl

2009-07-08 Thread Koch, Gina (GE Infra, US)
Tim: I need to create a perl distribution that I can distribute via a Solaris package. I thought the best way to do this is create a static version. Let me know if you think otherwise. (I am not a perl internals guru). I recompiled perl as dynamic and trying it this way to see if it works. Let me

Re: Installing DBI that works with static version of Perl

2009-07-08 Thread Tim Bunce
On Wed, Jul 08, 2009 at 07:47:37AM -0400, Koch, Gina (GE Infra, US) wrote: Tim: I need to create a perl distribution that I can distribute via a Solaris package. I thought the best way to do this is create a static version. Let me know if you think otherwise. (I am not a perl internals guru).

problems compiling DBD::mysql on solaris

2009-07-08 Thread Scott T. Hildreth
Compiles fine : === I will use the following settings for compiling and testing: cflags(mysql_config ) = -I/usr/sfw/include/mysql -xstrconst -mt embedded (mysql_config ) = libs

RE: Installing DBI that works with static version of Perl

2009-07-08 Thread Koch, Gina (GE Infra, US)
Ok... Thanks for the advice. I recompiled perl for dynamic and things are working well. -Original Message- From: Tim Bunce [mailto:tim.bu...@gmail.com] On Behalf Of Tim Bunce Sent: Wednesday, July 08, 2009 12:12 PM To: Koch, Gina (GE Infra, US) Cc: Tim Bunce; dbi-users@perl.org Subject:

Re: Master / Slave driver?

2009-07-08 Thread Bill Moseley
On Mon, Jul 6, 2009 at 10:26 PM, Jared Still jkst...@gmail.com wrote: On Mon, Jun 29, 2009 at 7:59 PM, Bill Moseley mose...@hank.org wrote: What solutions are available, if any, to work with a master and multiple slave database configuration that would be transparent to the application?