Re: DBI Make error

2009-05-15 Thread Jonathan Leffler
On Thu, May 14, 2009 at 2:28 PM, Ritesh patel wrote: > I am trying to install DBI module on AIX 5.3 for perl 5.8.2 64bit. > > During software build I am getting error. Does anyone has any idea? > /bin/sh: cc_r: not found. You don't have a C compiler (or the correct C compiler) installed.

DBI Make error

2009-05-15 Thread Ritesh patel
I am trying to install DBI module on AIX 5.3 for perl 5.8.2 64bit. During software build I am getting error. Does anyone has any idea?     Thanks DBI.log Description: Binary data

RE: DBI Make Error on HP-UX

2007-03-02 Thread Reidy, Ron
::Oracle with it. rr -Original Message- From: Sumit Shah [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 4:59 PM To: Reidy, Ron Cc: Fong, Anna; dbi-users@perl.org Subject: Re: DBI Make Error on HP-UX Ron, Perl was pre-installed on HP-UX, which is 5.6.1. I have an Oracle

Re: DBI Make Error on HP-UX

2007-03-02 Thread Sumit Shah
users@perl.org Subject: Re: DBI Make Error on HP-UX I tried to compile it with gcc. I get the socket.h errors. I checked the output of 'perl -V' and even perl was compiled with gcc. I am not sure why I am getting the same errors. I would highly appreciate your help with this. Thanks

RE: DBI Make Error on HP-UX

2007-03-02 Thread Reidy, Ron
Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Sumit Shah [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 4:16 PM To: Fong, Anna; dbi-users@perl.org Subject: Re: DBI Make Error on HP-UX I tried to compile it with gcc. I get the socket.h errors. I checked the output of

Re: DBI Make Error on HP-UX

2007-03-02 Thread Sumit Shah
___ Anna Q. Fong, Acting Chief Phone: (916) 574-2632 Flood Operations, Decision Support Division of Flood Management Fax: (916) 574-2767 CA Dept of Water Resources Pager: (916) 762-2669 -Original Message--

RE: DBI Make Error on HP-UX

2007-03-02 Thread Fong, Anna
: DBI Make Error on HP-UX This is the output for 'perl -V' [EMAIL PROTECTED]@magneton$ perl -V Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=hpux, osvers=11.00, archname=PA-RISC2.0 uname='hp-ux b.11.00 u 9000800 838387411 unlimit

Re: DBI Make Error on HP-UX

2007-03-02 Thread Sumit Shah
This is the output for 'perl -V' [EMAIL PROTECTED]@magneton$ perl -V Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=hpux, osvers=11.00, archname=PA-RISC2.0 uname='hp-ux b.11.00 u 9000800 838387411 unlimited-user license ' hint=recommended, useposix=t

DBI Make Error on HP-UX

2007-03-02 Thread Sumit Shah
Hello All, I am trying to compile DBI on HP-UX. I am getting the following error. I would appreciate your help to figure out the problem. Thanks Sumit [EMAIL PROTECTED]@magneton$ make /bin/sh -c true /bin/sh -c true /bin/sh -c true cc -c -D_HPUX_SOURCE -Aa -I/u

Build-DBI make error on HP_UX

2004-04-02 Thread Suresh Velagaleti
Hi, I'm trying to build DBI on an HP-UX. The first command perl Makefile.PL works fine. But I am getting this error when I issue the second command make. I would appreciate any help in resolving this problem: $ uname -a HP-UX tako1 B.11.11 U 9000/785 2015658734 unlimited-user license $ make

Re: How to fix DBI MAKE error in SOLARIS 5.8?

2003-11-19 Thread Michael A Chase
On Wed, 19 Nov 2003 06:11:01 + Shailaja Valakatte <[EMAIL PROTECTED]> wrote: > I tried to install DBI on solaris sparc 5.8 , but its failing at 'make' > and 'make test'. > > Creating extra DBI::PurePerl test: t/zz_06attrs_pp.t > . . . > Creating extra DBI::PurePerl test: t/zz_80proxy_pp.t > C

How to fix DBI MAKE error in SOLARIS 5.8?

2003-11-19 Thread Shailaja Valakatte
Hai, I tried to install DBI on solaris sparc 5.8 , but its failing at 'make' and 'make test'. Creating extra DBI::PurePerl test: t/zz_06attrs_pp.t Creating extra DBI::PurePerl test: t/zz_07kids_pp.t Creating extra DBI::PurePerl test: t/zz_08keeperr_pp.t Creating extra DBI::PurePerl test: t/zz_10ex

Re: FW: DBI Make Error

2003-10-14 Thread Tim Bunce
7 > AMD Penang > Your Premier Business Partner > > > -Original Message- > From: AMD ADMIN [mailto:[EMAIL PROTECTED] > Sent: Monday, October 13, 2003 3:12 PM > To: Chong, Wei-Ling > Subject: DBI Make Error > > > pgdev8{oracle}:191: make

FW: DBI Make Error

2003-10-13 Thread wei-ling . chong
-6392557 Fax: 04-6436307 AMD Penang Your Premier Business Partner -Original Message- From: AMD ADMIN [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 3:12 PM To: Chong, Wei-Ling Subject: DBI Make Error pgdev8{oracle}:191: make cp Changes blib/lib/DBI/Changes.pm gcc -c -fno-strict

Re: DBI make error on missing header files..

2001-02-22 Thread David McCabe
> From: Greg Trangmoe <[EMAIL PROTECTED]> > Date: Wed, 21 Feb 2001 13:06:03 -0700 > Subject: DBI make error on missing header files.. > > make - returned with 'could not find file' errors as shown in output below: I >appreciate any > help you can provide.

Re: DBI make error on missing header files..

2001-02-21 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Feb 21, 2001 at 01:06:03PM -0700, Greg Trangmoe wrote: [snip] > I'm installing DBI on a Red Hat 6.0/Linux (Raq3) system following the >DBI/DBD::mysql/Linux HOW-TO [snip] > make - returned with 'could not find file' errors as shown in output b

DBI make error on missing header files..

2001-02-21 Thread Greg Trangmoe
Hi Folks, I suspect I'm making a common mistake but I can't find anything about this in the archive/FAQ so here goes: I'm installing DBI on a Red Hat 6.0/Linux (Raq3) system following the DBI/DBD::mysql/Linux HOW-TO I downloaded DBI-1.14.tar.gz to a safe directory. Logged in as root. Ran the