Re: dbi module and can't find lib question

2005-06-30 Thread Scott T. Hildreth
On Wed, 2005-06-29 at 15:39 -0700, Morrison Davis wrote: I must be doing something wrong or there has to be a better way? I have compiled the dbi module it some how sucks in the path for the oracle libclntsh.so.8.0 and now when ever we move our database to another server I have to recompile or

DBI installation failure on AIX 5.2

2005-06-30 Thread Larry Li
Thanks for your help. This is Larry Li from Toronto. I am trying to install DBI on AIX 5.2. I am facing the following failure. Step 1: seems it succeeded. root[torts51]/lpp_fs/perl/DBI-1.48: perl Makefile.PL *** You are using a perl configured with threading enabled. *** You should

DBI installation failure on AIX 5.2, all failure info attached

2005-06-30 Thread Larry Li
Thanks for your help. This is Larry Li from Toronto. I am trying to install DBI on AIX 5.2. I am facing the following failure. Step 1: seems it succeeded. root[torts51]/lpp_fs/perl/DBI-1.48: perl Makefile.PL *** You are using a perl configured with threading enabled. *** You

RE: DBI installation failure on AIX 5.2, all failure info attached

2005-06-30 Thread Bjorn.Naessens
Larry, It seems to me you don't have perl installed with the -Duse64bitall flag. I attached my installation process for dbi and dbd:oracle on ibm aix5.2. Hope it helps you. Kind regards Bjorn -Original Message- From: Larry Li [mailto:[EMAIL PROTECTED] Sent: donderdag 30 juni 2005

Re: dbi module and can't find lib question

2005-06-30 Thread Morrison Davis
attachment: sunwatermark.jpg

RE: DBI installation failure on AIX 5.2, all failure info attached

2005-06-30 Thread Bjorn.Naessens
CPAN is your friend : http://search.cpan.org/~nwclark/perl-5.8.6/ kind regards Bjorn Van: Larry Li [mailto:[EMAIL PROTECTED] Verzonden: do 30/06/2005 17:40 Aan: Bjorn Naessens; dbi-users@perl.org Onderwerp: RE: DBI installation failure on AIX 5.2, all

Re: Connection Issue with DBI::DBD::mysql

2005-06-30 Thread Patrick Galbraith
Hi there! What if you use the command line client to make this same connection - can you connect successfully? Kind regards, Patrick On Jun 22, 2005, at 8:40 PM, [EMAIL PROTECTED] wrote: Hi everyone, Trying to connect to a MySQL database from a Linux Server using PERL to a Windows

Anyone used DBI w/ the Pots::* modules ?

2005-06-30 Thread Dean Arnold
(Slight dup of recent post to perlmonks, but more specific to DBI) I just discovered the Pots::* (http://search.cpan.org/~rchibois/Pots-0.01/) modules, and wondered if anyone had tried using them w/ DBI ? I've had a notion of creating a DBIx::Threaded subclass (or actually, container class)