Re: DBI Installation

2011-04-08 Thread John R Pierce
On 04/07/11 3:10 AM, Ganesh KS wrote: Hi, when i run the command, perl D:\Perl\DBI-1.616\DBI-1.616\Makefile.pl I am getting the attached error. Please can you tell a possible solution. read the error message, follow the instructions

Re: dbi installation fail

2009-10-06 Thread F.A.I.Z.A.L
hi Leffer.. thanks for your mail.. gcc version output *andd141# perl -V:gccversion* gccversion='3.4.6'; *andd141# gcc --version* gcc (GCC) 3.3.2 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MER

Re: dbi installation fail

2009-10-06 Thread Jonathan Leffler
On Mon, Oct 5, 2009 at 10:09 PM, F.A.I.Z.A.L wrote: > hi Leffer.. > Hi Faial...names look funny with missing letters, don't they? > gcc version output > > *andd141# perl -V:gccversion* > gccversion='3.4.6'; > *andd141# gcc --version* > gcc (GCC) 3.3.2 > Copyright (C) 2003 Free Software Foundat

Re: dbi installation fail

2009-10-05 Thread F.A.I.Z.A.L
Hi Greg. thanks for your reply... gcc version is 3.3.2 perl version is 5.8.8. solaris sparc 8 64b is there any document for upgrading gcc version. i have tried with gcc3.4.6 but its says no changes made, still in the pervious version.. any suggesstion and advice please.. thanks in advance... B

Re: dbi installation fail

2009-10-05 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 > please help to install. dbi module under solaris 8 os Solaris 8 is pretty darn old. > cc1: error: unrecognized option `-Wdeclaration-after-statement' > make: *** [Perl.o] Error 1 What does gcc --version output? I think that exact option was

Re: DBI Installation Problems

2006-08-23 Thread Jon Daily
t;Jon Daily" <[EMAIL PROTECTED]> CC: dbi-users@perl.org Subject: Re: DBI Installation Problems Date: Mon, 21 Aug 2006 19:38:47 -0400 This line: wrong ELF class: ELFCLASS64 at suggests a 32 bit versus 64 bit problem to me. I've only done one 64 bit perl and DBI install and that wa

Re: DBI Installation Problems

2006-08-21 Thread Jon Daily
er.pm line 230. at /opt/ActivePerl-5.8/lib/site_perl/5.8.8/sun4-solaris-thread-multi/DBI.pm line 259 Do you have any other suggestions? I really appreciate the help, Thanks, - Jon From: "Jeffrey Seger" <[EMAIL PROTECTED]> To: "Jon Daily" <[EMAIL PROTECT

Re: DBI Installation Problems

2006-08-21 Thread Jeffrey Seger
>From: "Jeffrey Seger" <[EMAIL PROTECTED]> >To: "Jon Daily" <[EMAIL PROTECTED]> >CC: dbi-users@perl.org >Subject: Re: DBI Installation Problems >Date: Fri, 18 Aug 2006 23:10:31 -0400 > >It's important to compile DBI with the same compiler that perl

Re: DBI Installation Problems

2006-08-19 Thread Duncan Ferguson
I had this same problem on Solaris 10 (both sparc & x86) and 64 bit Instant Client last week. I fixed it by using the 32 client instead. Didnt look into it too closely but I think it may be due to perl (both ActiveState and the Sun provided one in /usr/perl5) are 32 bit so they will always work n

Re: DBI Installation Problems

2006-08-18 Thread Jeffrey Seger
It's important to compile DBI with the same compiler that perl was compiled with. Active State's perl IIRC is a precompiled binary that may well have been compiled with another compiler. You can fin d out by examining the output of perl -V. If it turns out that you don't have the same compiler a

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

2005-07-01 Thread Larry Li
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 30, 2005 10:36 AM To: Larry Li; dbi-users@perl.org Subject: RE: DBI installation failure on AIX 5.2, all failure info attached Larry, It seems to me you don't have perl installed with the -Duse64bitall

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: 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 1

RE: DBI installation

2005-01-15 Thread Jeff Urlwin
> > > Hi Patrick, > > > You can download the *.gz and *.ppd file (eg from > ftp://ftp.esoftmatic.com/outgoing/DBI/5.8.2) > > Edit the ppd file, change CODEBASE to point to where you > downloaded the > *.gz file. > > In ppm add a new repository, eg rep add new \ > > now use ppm to install

Re: DBI installation

2005-01-15 Thread Tony . Adolph
Hi Patrick, You can download the *.gz and *.ppd file (eg from ftp://ftp.esoftmatic.com/outgoing/DBI/5.8.2) Edit the ppd file, change CODEBASE to point to where you downloaded the *.gz file. In ppm add a new repository, eg rep add new \ now use ppm to install DBI as normal. Of course it migh

Re: DBI installation/build troubleshooting resources

2004-11-28 Thread Oliver Boermans
Michael Peppler wrote on Sunday, 28 November 2004: >The most likely issue here is that the .cpan directory (and its >children) is not owned by the user that is running the "perl >Makefile.PL". > >My *guess* is that you originally ran the CPAN utility as root using >"sudo". It seems you are spot o

Re: DBI installation/build troubleshooting resources

2004-11-28 Thread Michael Peppler
On Sun, 2004-11-28 at 08:26, Oliver Boermans wrote: > Successfully installing the Perl DBI on OS X feels like a trial by fire. > I have done it before but this time my feet are getting burnt! > My attempts to install the perl DBI on my shiny new Mac have come to > dead end. Problems (and solution

RE: DBI Installation Problem on Microsoft Windows.

2004-10-20 Thread Jeff Urlwin
> > > On Wed, 20 Oct 2004 12:01:31 -0400, Jeff Urlwin wrote: > > >Or, see http://ftp.esoftmatic.com/DBI > > 1.45, that's even better. > > But I don't get it, why the separate subdirectories for the > perl versions? All 5.8.x versions are supposed to be binary > compatible. > > (Except for t

Re: DBI Installation Problem on Microsoft Windows.

2004-10-20 Thread Bart Lateur
On Wed, 20 Oct 2004 12:01:31 -0400, Jeff Urlwin wrote: >Or, see http://ftp.esoftmatic.com/DBI 1.45, that's even better. But I don't get it, why the separate subdirectories for the perl versions? All 5.8.x versions are supposed to be binary compatible. (Except for that 5.8.1 lapse, but Activesta

RE: DBI Installation Problem on Microsoft Windows.

2004-10-20 Thread Jeff Urlwin
> > > > appears to be carrying DBI version 1.43. Or, see http://ftp.esoftmatic.com/DBI Jeff

Re: DBI Installation Problem on Microsoft Windows.

2004-10-20 Thread Bart Lateur
On Wed, 20 Oct 2004 11:17:24 +0530, Murthy Pydikondala wrote: >While I am trying to install perl DBI on >Windows 2000 Professional, I am getting the following error after I >executed nmake.exe >'cl' is not recognized as an internal or external command, >Binary build 810 provided by ActiveState C

Re: DBI installation help

2004-02-23 Thread Michael A Chase
#SHUCHI MITTAL# wrote: Can anyone here tell me the step by step procedure to install the DBI module in perl for database access via a script. Any help is much appreciated If you are using ActivePerl, use PPM. For other operating systems, see README in the source archive. See http://dev.isystek.co

Re: DBI installation problem on cygwin

2003-10-13 Thread Terrence Brannon
Fan Zheng wrote: Hi, I got "Error makefile 1031: Redefinition of target 'Perl.c'" error message when I issue 'make' command during DBI installation process on cygwin. Can any I am using the latest Cygwin and had no problems installing the latest DBI. Of course, the big question is: what does

Re: DBI Installation Problem

2003-03-19 Thread Tim Bunce
Perl 5.005 is not supported by the DBI. You may find 5.005_03 will work (but that version is also very old and the DBI soon won't support that). I'd recommend using perl 5.6.1. DBI-1.201 is also very old. Try 1.35. Tim. On Wed, Mar 19, 2003 at 12:38:43PM +, Venky Karuppur wrote: > Hello All,

Re: DBI Installation problem

2003-03-13 Thread Michael A Chase
On Wed, 12 Mar 2003 15:44:05 -0500 Patrick Lee <[EMAIL PROTECTED]> wrote: > I try to install the DBI-1.35 software on the Sun Solaris 5.8 server > using the existing perl software from Sun. > > When I do the make command, I got the following error: > > [EMAIL PROTECTED] # make > cc -c -xO3 -

RE: DBI installation to non-default directory

2003-01-07 Thread Frank Saab
The prefix directive will help you for installing DBI wherever you need it to go. Who knows, you might be able to get through it without resorting to manually editing the Makefile. When you're done with the install, you'll also need to tell your scripts where to find DBI. I did this with the 'u

Re: DBI installation to non-default directory

2003-01-07 Thread Michael A Chase
On Tue, 7 Jan 2003 14:33:26 -0800 (PST) Gary Zhang <[EMAIL PROTECTED]> wrote: > Can anybody tell me how to install DBI into > non-default directory? Basically I don't have > root permission to the Linux machine on which > I am trying to use DBI. The Perl bin is in /usr. > But I can't install the

RE: DBI installation problem

2002-12-30 Thread Frank Saab
I am not much of an expert on this, but I thought I would pass along a few hints from the list which were helpful to me in testing and installing DBI. I got some very timely help from this list - for which I am very grateful 1.Specify the path where you want to install DBI - this should be the s

RE: DBI Installation error

2002-07-23 Thread Jeff Urlwin
Alan, You have the wrong version of the C compiler. It's VERY old (if you have it at all). You need to have Visual C++ 98 (or 6.0) Jeff > -Original Message- > From: Sheu, Alan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 2:17 PM > To: '[EMAIL PROTECTED]' > Cc: '[EMAIL PRO

Re: DBI installation problem on HP-UX

2002-05-20 Thread Waldemar Zurowski
On Mon, 20 May 2002 07:47:12 +0100 "Stevenson, Jonathan" <[EMAIL PROTECTED]> wrote: > .. On another note, I don't know if you are trying to install > DBD::Oracle (the +z suggests you may be), no one has found the exact > recipe to do it using gcc. If you do get this to work, I would be like > to

Re: DBI installation problem on HP-UX

2002-05-20 Thread Waldemar Zurowski
On Mon, 20 May 2002 08:45:57 +1000 Adam Stuckey <[EMAIL PROTECTED]> wrote: > gcc -c -Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O > +Onolimit > > Stop. > root:mv36_1# > > Any Ideas?? That is because your perl was built with HP-UX' native C compiler. Either you have to bu

RE: DBI installation problem on HP-UX

2002-05-20 Thread LBaxter
Please read the attached... The README.hpux may be more current than the one in your DBD-Oracle module. The attached email contains information I was intending to include in the next version of the README.hpux. I would welcome a patch. Someone who builds with gcc, would be the perfect person t

RE: DBI installation problem on HP-UX

2002-05-19 Thread Stevenson, Jonathan
Hi Adam, I notice that you are using the +z option. This is a cc compiler directive, and does not exist in gcc. The equivalent is -fpic. I would guess that the +Onolimit option has the same problem, but I cannot tell you the gcc equivalent. If you read through the gcc docs at www.gnu.org, you

Re: DBI :Installation problem

2002-03-31 Thread Steven Lembark
-- sheby <[EMAIL PROTECTED]> > Hi, > > when i am trying to install DBI-1.15 on Solaris 2.8 having Perl > 5.005 , during the execution of the command , am getting follwoing error > messages. > ># make > cc -c -xO3 -xdepend -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -KPIC > -I/usr/per

Re: DBI installation problem.

2002-03-28 Thread Vickydhiman
Hi Tim, Iam having a similar problem. I have already a DBI that came with the Red hat. Now I wanna upgrade that. It does not. And because of thast i Cant install DBD. It works fine for the already installled dbi. --- Tim Bunce <[EMAIL PROTECTED]> wrote: > That's just a warning. The problem is els

Re: DBI installation problem.

2002-03-28 Thread Tim Bunce
That's just a warning. The problem is elsewhere. Tim. On Wed, Mar 27, 2002 at 03:32:19PM -0800, Vivek Saraogi wrote: > Hi, > > I am trying to install DBI on AIX machine. I am using perl v.5.00503 . I was able >to carry out "perl Makefile.PL" command, but when I do "make", the process hangs >

Re: DBI Installation

2002-03-08 Thread John Cuson
suresh- you need only one of the latter two ... the dbd driver for mysql is included in the msql-mysql-modules. so if you don't need msql, just install the dbd driver. both the dbi library and the dbd driver go on the app server. there is not currently, to my knowledge, a mysql equivalent o

Re: DBI installation Failure

2002-02-27 Thread Anandhi Narayanaswamy
Mr. Bunce, Thanks a lot! Anandhi Tim Bunce wrote: > On Tue, Feb 26, 2002 at 02:54:17PM -0500, Anandhi Narayanaswamy wrote: > > Hi, > > > > I am including a complete log of the failed DBI installation. I would > > very much appreciate any ideas or comments on what went wrong. > > Nothing

Re: DBI installation Failure

2002-02-26 Thread Tim Bunce
On Tue, Feb 26, 2002 at 02:54:17PM -0500, Anandhi Narayanaswamy wrote: > Hi, > > I am including a complete log of the failed DBI installation. I would > very much appreciate any ideas or comments on what went wrong. Nothing worth worrying about. > t/preparse..Can't locate Devel/Peek.p

Re: DBI installation problem with DBI 1.20 on linux

2001-12-27 Thread Tim Bunce
On Thu, Dec 27, 2001 at 02:32:27PM -0800, Christopher Solomon wrote: > On Thu, 27 Dec 2001, Tim Bunce wrote: > > > On Thu, Dec 27, 2001 at 01:16:40PM -0800, Christopher Solomon wrote: > > > On Thu, 27 Dec 2001, Christopher Solomon wrote: > > > > > > > > > > > My setup: > > > > > > > > linux (2.4.

Re: DBI installation problem with DBI 1.20 on linux

2001-12-27 Thread Christopher Solomon
On Thu, 27 Dec 2001, Tim Bunce wrote: > On Thu, Dec 27, 2001 at 01:16:40PM -0800, Christopher Solomon wrote: > > On Thu, 27 Dec 2001, Christopher Solomon wrote: > > > > > > > > My setup: > > > > > > linux (2.4.10) > > > perl 5.6.1 (output of perl -V attached) > > > > > > Perl works fine (insofar

Re: DBI installation problem with DBI 1.20 on linux

2001-12-27 Thread Tim Bunce
On Thu, Dec 27, 2001 at 01:16:40PM -0800, Christopher Solomon wrote: > On Thu, 27 Dec 2001, Christopher Solomon wrote: > > > > > My setup: > > > > linux (2.4.10) > > perl 5.6.1 (output of perl -V attached) > > > > Perl works fine (insofar as I've tested it with a few scripts), and I > > originall

Re: DBI installation problem with DBI 1.20 on linux

2001-12-27 Thread Marvin Dickens
Grok this and your DBI problems should go away: A.) Install the following RPM packages: Development/Libraries/Perl: perl-DBI Applications/Databases: all postgresql modules Development Libraries: postgresql-devl B.) Setup directories and paths for PostgreSQL: Open a terminal and su as root Setu

Re: DBI installation problem with DBI 1.20 on linux

2001-12-27 Thread Christopher Solomon
On Thu, 27 Dec 2001, Christopher Solomon wrote: > > My setup: > > linux (2.4.10) > perl 5.6.1 (output of perl -V attached) > > Perl works fine (insofar as I've tested it with a few scripts), and I > originally tried to install DBI from CPAN: > > perl -MCPAN -e shell > shell%> install DBI > > but

RE: DBI-Installation

2001-10-01 Thread Ilya Sterin
You must use the same utility from the compiler which was used to build your perl. If you are using ActiveState's ActivePerl, then VC++ nmake utility is what you should use, though in your case it looks like you don't have ActivePerl, so you must depending on the compiler you used, you must use t

RE: DBI Installation

2001-08-02 Thread Sterin, Ilya
reinstalling the newest version of ActivePerl and then try using PPM again. Ilya -Original Message- From: Kent Johnson To: Sterin, Ilya; '[EMAIL PROTECTED]' Sent: 08/02/2001 10:21 AM Subject: RE: DBI Installation sorry about that. I'm running ActivePerl 5.6.0 on Windows 2000.

RE: DBI Installation

2001-08-01 Thread MADI REDDY GARI SUBBA REDDY
Kent, I am fimiliar with that problem. So as per Bart suggestion I have installed ACTIVE PERL again, which taken from the following link. That's all gave sollution. Really, i am thankfull to Bart. > http://aspn.activestate.com/ASPN/Downloads/ActivePerl/ Click on the li

RE: DBI Installation

2001-08-01 Thread Sterin, Ilya
Well a little more info, like the ActivePerl version, Windows version, etc... would be helpful. Ilya > -Original Message- > From: Kent Johnson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 6:30 PM > To: '[EMAIL PROTECTED]' > Subject: DBI Installation > > > Whenever I try

Re: DBI Installation

2001-05-01 Thread CHENG XI
Yes, it is the same compiler. Currently I have perl5.6.0 and Apache 1.3.3 installed on the Sun Sparc box and they are working. I tried to install DBI module and it has the following error message when I run the command "make". I have no clue what the errror message is. Thank again for your hel

RE: DBI Installation

2001-05-01 Thread Sterin, Ilya
Is this the same compiler that you compiled Perl with? Ilya Sterin -Original Message- From: CHENG XI To: '[EMAIL PROTECTED] ' Sent: 05/01/2001 9:52 AM Subject: DBI Installation While following the instruction below to instal DBI-1.15, I encountered a problem during the "make". Here is

Re: DBI installation failed

2001-03-27 Thread Michael A. Chase
When I've created local copies of modules, I've generally used just PREFIX=/home/subdir. I hope you used all upper case for INSTALLDIRS. -- Mac :}) ** I normally forward private database questions to the DBI mail lists. ** Give a hobbit a fish and he'll eat fish for a day. Give a hobbit a ring an

RE: DBI installation failed

2001-03-27 Thread Sterin, Ilya
Not sure but you might want to set the PREFIX too. That is what installs other modules in a directory of choice, although I have never tried that with DBI. Ilya Sterin -Original Message- From: A Dsouza [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 11:35 AM To: [EMAIL PROTECTE

Re: DBI Installation problem

2001-02-13 Thread Jonathan Leffler
Julio Santiago wrote: > Hi there, > > So i have my C Compiler installed, Makefile.pl runs ok, but when it comes to > make i get this error (first lines of the error) > > cc -c -I/usr/local/include -O -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" > -KPIC -I/usr/local/nsPerl5.005_03/lib/sun4-solar

RE: DBI Installation problem

2001-02-13 Thread Sterin, Ilya
What C compiler, gcc? You should compile with same compiler the perl was compiled. Ilya Sterin -Original Message- From: Julio Santiago [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 3:03 PM To: [EMAIL PROTECTED] Subject: DBI Installation problem Hi there, So i have my C

Re: dbi installation

2001-02-05 Thread Michael A. Chase
ActiveState Perl is distributed for free. That also allows you to install DBI and DBD-Oracle using PPM. If you are using something other than ActiveState Perl, it looks to me that you can't afford to not upgrade to it. -- Mac :}) ** I normally forward private database questions to the DBI mail l