Re: DBI install error under Solaris 10

2007-11-14 Thread Jonathan Leffler
On Nov 14, 2007 10:11 AM, zilonx <[EMAIL PROTECTED]> wrote: >I need to install the DBD::Pg under Solaris 10 sparc, the DBI::DBD > installed without errors with CPAN, but when trying to install DBI I > get the following error: > "Can't create variants of tests in 't' directory: No such file or

Re: DBI install error

2006-09-04 Thread Jonathan Leffler
On 9/4/06, Ouyang, Jian <[EMAIL PROTECTED]> wrote: I try to install the DBI package but it failed. Can you please help? John Gallagher was having the same problem. I answered him this morning. {/home/j/jouyang/dot/DBI-1.50 27}% perl Makefile.PL [...] Writing Makefile for DBI {/home/j/jouy

Re: DBI install problems

2006-01-20 Thread Tim Bunce
On Thu, Jan 19, 2006 at 10:34:36AM -0800, Jeff Ballard wrote: > Hello all. > > I am having an issue installing DBI on my system. I have tried both > installing by hand and using CPAN and I get the same results. After > toying with libraries and editting scripts, I can still only get so > far.

RE: DBI install problem

2005-04-29 Thread Reidy, Ron
You are correct - if you want to use gcc. If you have the Sun C compiler, use that compiler. - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Daniel Teklu [mailto:[EMAIL PROTECTED] Sent: Friday, April 29, 2005 3:11 PM To: dbi-users@perl.org Subject: D

Re: DBI install on WinNT problems

2004-01-30 Thread Robert
"Gary Theisen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > Trying to install DBI.pm using ppm on a windows NT box, running ActiveState > Perl 5.006001. > Here's the cmd output: > > PPM> install dbi.pm > Install package 'dbi.pm?' (y/N): y > Installing package 'dbi.pm'.

(Fwd) Re: DBI install failure on HP-ux

2003-10-20 Thread Tim Bunce
- Forwarded message from Azim Uddin <[EMAIL PROTECTED]> - Delivered-To: [EMAIL PROTECTED] Date: Thu, 16 Oct 2003 08:26:55 -0700 (PDT) From: Azim Uddin <[EMAIL PROTECTED]> Subject: Re: DBI install failure on HP-ux To: Tim Bunce <[EMAIL PROTECTED]> In-Reply-To: <[E

Re: DBI install failure on HP-ux

2003-10-16 Thread Tim Bunce
On Tue, Oct 14, 2003 at 04:53:21PM -0700, Azim Uddin wrote: > I tried to install DBI 1.38 on a HP-ux box. The box > has aCC compiler. The Makefile created by the command > /opt/perl/bin/perl Makefile.PL uses CC= gcc by > default. I changed it to CC = aCC in the Makefile. You need to use the same c

Re: DBI install under win2k

2002-12-17 Thread Kevin Diffily
Thanks for the help. Unfortunately I am at the following impass. 1. perl -MCPAN -e "install 'RPC::PlServer'" >> Checking if your kit is complete... >> Looks good >> Writing Makefile for RPC::PlServer >> -- OK >> Running make test >>test -- NOT OK >> Running make install >>

Re: DBI install under win2k

2002-12-16 Thread Ron Savage
On Mon, 16 Dec 2002 16:15:29 -0500, Kevin Diffily wrote: Hi Kevin >I am a newbie to Perl on Windows. I have tried to do the ppm method Just for the record, installation help is here: http://savage.net.au/Perl-modules.html -- Ron Savage, [EMAIL PROTECTED] on 17/12/2002 Deakin University, 221 Bu

Re: DBI install under win2k

2002-12-16 Thread Kevin Diffily
as well. >> >> -Original Message----- >> From: Kris Wolff [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, December 03, 2002 12:48 AM >> To: Julien Perriard; DBI mailing >> Subject: Re: DBI install under win2k >> >> >> On 03.12.2002 9:27 Uh

Re: DBI install under win2k

2002-12-03 Thread Kris Wolff
27;s ActivePerl, then I suggest > you go download it, because it really does work the best with NT/2000/XP, > and they have some decent support tools as well. > > -Original Message- > From: Kris Wolff [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 12:48 AM &g

RE: DBI install under win2k

2002-12-03 Thread Timothy Johnson
then I suggest you go download it, because it really does work the best with NT/2000/XP, and they have some decent support tools as well. -Original Message- From: Kris Wolff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 12:48 AM To: Julien Perriard; DBI mailing Subject: Re: DBI ins

Re: DBI install under win2k

2002-12-03 Thread Kris Wolff
On 03.12.2002 9:27 Uhr, "Julien Perriard" <[EMAIL PROTECTED]> wrote: > Hi ! > > How may I install DBI under windows 2000 ? > > > Thank a lot ! > > > Julien I used the way over nmake. Woks fine if nmake works ( I remember I need a few ours to find the right nmake but than --just grate with al

RE: DBI install

2002-09-26 Thread Sterin, Ilya
It has to do with your compiler most likely. Your DBI **has** to be compiled with the same compiler used to compile the Perl install for which you are installing the DBI. Ilya -Original Message- From: Anand Sengodan To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: 9/26/02 3:25 AM Subje

Re: DBI install question

2002-02-15 Thread Mark Thornber
Mary, You are picking up the Sun installed perl (5.000503) instead of the (newly) added 5.6.1 package. I think you need to put /usr/local/bin in your path _before_ /usr/bin so that the required perl is run during the build process. _Then_ gcc will be used and everything will be hunky-dory.

RE: DBI install question

2002-02-13 Thread LBaxter
Rebuild perl from sources, using the gcc off the freeware cd. I did this a month ago and it went in a smooth as a baby's behind. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 4:30 PM To: [EMAIL PROTECTED] Subject: DBI install qu

RE: DBI install

2002-02-06 Thread Henry McGuinness
Hi Ilya, err...I think I'm right in saying you don't actually need Apache::DBI for using DBI with mod_perl. It just makes a persistent database connection, so you don't re-connect and disconnect from your database every time the program runs. regards Henry --- "Sterin, Ilya" <[EMAIL PROTECTED

RE: DBI install

2002-02-05 Thread Sterin, Ilya
You must of misread or it was a misleading source. You don't need it unless you are using mod-perl. Ilya -Original Message- From: projet gesfi To: [EMAIL PROTECTED] Sent: 2/5/02 1:46 AM Subject: DBI install I read something on the Oracle website : in order to install DBI / DBD modules,

Re: DBI install problem

2002-02-04 Thread projet gesfi
MAIL PROTECTED]> Sent: Monday, February 04, 2002 4:40 PM Subject: RE: DBI install problem > What OS are you using? > > You must also use the same compiler used to compile your Perl. > > Ilya > > -Original Message- > From: projet gesfi > To: [EMAIL PROTECTED

RE: DBI install problem

2002-02-04 Thread Sterin, Ilya
What OS are you using? You must also use the same compiler used to compile your Perl. Ilya -Original Message- From: projet gesfi To: [EMAIL PROTECTED] Sent: 2/4/02 6:20 AM Subject: DBI install problem Hello, I have to install DBD/DBI modules on a sun machine. I downloaded all I neede

RE: DBI install problems ...

2002-02-01 Thread Roy Rubin
The OS is: Red Hat Linux release 6.0 (Hedwig) Kernel 2.2.12-20ensim on an i686 Thanks again for the help. -Original Message- From: Taylor Lewick [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 1:03 AM To: [EMAIL PROTECTED] Subject: Re: DBI install problems ... What OS

RE: dbi install failiure

2001-12-28 Thread LBaxter
Have you read the README.hpux file from the DBD-Oracle cpan module. If not, start there. While this is targeted at the oracle audience, it has a bunch of HP-UX 11.00 information, which if you follow it will get you past DBI to whatever DBD interface you want to load. Basically, you need to build

Re: DBI Install Error on AIX

2001-10-26 Thread Marcelo Guelfi
1) Do you have C already installed? You can check it running: lslpp -l | grep -i vac and see if you have the filesets. 2) If you have vac.C and you can't find in /usr/bin probably you didn't run the replaceCSET script that creates links for cc* in /usr/bin. You can find that script in /usr/

Re: DBI Install Error on AIX

2001-10-25 Thread Brett W. McCoy
On Thu, 25 Oct 2001, Sean Abrahams - FABS ITC wrote: > trying to install dbi-1.20. > make won't finish due to 127 error, please help! > > running: > perl 5.6.1 > dbi-1.20 > aix 4.3 > > output: > make > cc_r -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 - > DPERL_POLLUTE -DNEED

RE: DBI Install help

2001-10-04 Thread Adam Frielink
> -Original Message- > From: Hardy Merrill [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 04, 2001 12:43 PM > To: Bill Gilbert > Cc: [EMAIL PROTECTED] > Subject: Re: DBI Install help > > > Bill, I see that your mail client is MS Outlook - are you > us

Re: DBI Install help

2001-10-04 Thread Hardy Merrill
Bill, I see that your mail client is MS Outlook - are you using Perl on Windows or NT? If you are then you will probably want to look for Perl at www.activestate.com(I think) - I believe that Activestate is the "home" of Perl on the windows platform. If you have(or install) activestate perl, the

Re: DBI Install help

2001-10-04 Thread Javier Dussaillant
At 12:02 PM 10/2/2001 -0500, Bill Gilbert wrote: >I am trying to install the DBI but have now idea what the following means > > make > make test > make test TEST_VERBOSE=1 > make install > The normal procedure is: perl Makefile.PL make make test make install This procedure is de

Re: DBI install problems with SGI IRIX 6.2

2001-04-05 Thread Ronald J Kimball
On Wed, Apr 04, 2001 at 03:51:59PM -0700, miguel wrote: > What I'm trying to do is follow along with the > examples in the "New Rider's" book MySQL. I've got > MySql installed (a binary from SGI freeware) oh yeah, > I'm running IRIX 6.2 on an ONYX RE II. I'm having a > heck of a time getting DBI

RE: DBI install help

2001-03-05 Thread Prabhakar, V
That is it. It worked once I set my proxy env variable. Thanks a lot. -V Prabhakar -Original Message- From: Steve Howard [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 8:09 PM To: Prabhakar, V; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: DBI install help It sounds like

RE: DBI install help

2001-03-02 Thread Steve Howard
it should echo the definition you put in for the environment variable. See if this fixes the PPM not finding anything. Steve Howard -Original Message- From: Prabhakar, V [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 4:27 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subj

Re: DBI install help

2001-03-02 Thread paul
> Packages will be built under: C:\TEMP > PPM> > > Why don't I get modules for install from ActiveState? > > -V Prabhakar > > -Original Message- > From: Randy Peterman [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 02, 2001 5:15 PM > To: [EMAIL PROTEC

RE: DBI install help

2001-03-02 Thread Prabhakar, V
s will be installed under: C:\Perl Packages will be built under: C:\TEMP PPM> Why don't I get modules for install from ActiveState? -V Prabhakar -Original Message- From: Randy Peterman [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 5:15 PM To: [EMAIL PROTECTED] Subject: R

Re: DBI install help

2001-03-02 Thread Randy Peterman
ommunicate. - Original Message - From: "Prabhakar, V" <[EMAIL PROTECTED]> To: "'Michael A. Chase'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 02, 2001 3:53 PM Subject: RE: DBI install help > Ok I picked up the online do

RE: DBI install help

2001-03-02 Thread Prabhakar, V
: Friday, March 02, 2001 3:33 PM To: Prabhakar, V; [EMAIL PROTECTED] Subject: Re: DBI install help You're not reading the fine manual that came with your ActiveState Perl. Particularly the parts on PPM. -- Mac :}) ** I normally forward private database questions to the DBI mail lists. ** G

Re: DBI install help

2001-03-02 Thread Michael A. Chase
You're not reading the fine manual that came with your ActiveState Perl. Particularly the parts on PPM. -- 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 and he'll eat fish for an age. -