Re: "make test" fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-08 Thread John Wiersba
And then there's the matter of the other two bugs (the incorrect warning about LANG and the =encoding thing). On Thu, Jan 8, 2015 at 12:05 PM, Furst, Carl wrote: > Yeah, I agree, it would save time if there was a check during make test > itself and a die with a version incompatible message. > >

Re: "make test" fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-08 Thread Furst, Carl
--- >From: John Wiersba >Date: Thu, Jan 8, 2015 at 11:19 AM >Subject: Re: "make test" fails installing DBI-1.632 (linux, perl5.8.8) >To: "Furst, Carl" > >Thanks, Carl. Well, I see that now, but I did not see it before, even >after looking for it.

Fwd: "make test" fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-08 Thread John Wiersba
Adding dbi-users -- Forwarded message -- From: John Wiersba Date: Thu, Jan 8, 2015 at 11:19 AM Subject: Re: "make test" fails installing DBI-1.632 (linux, perl5.8.8) To: "Furst, Carl" Thanks, Carl. Well, I see that now, but I did not see it before, even

Re: "make test" fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-08 Thread Furst, Carl
But it did say: Warning: prerequisite Test::Simple 0.90 not found. We have 0.62. Which is the same thing, really. Carl Furst CMS Developer MLB Advanced Media On 1/8/15, 10:48 AM, "John Wiersba" wrote: >After installing the latest version of Test::Simple, all tests passed, >and the inst

Re: "make test" fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-08 Thread John Wiersba
After installing the latest version of Test::Simple, all tests passed, and the installation (and a test script) succeeded. Problem #3 is that the make (or make test) didn't fail with something like "dependency on Test::Simple 0.90 not satisfied". On Thu, Jan 8, 2015 at 8:46 AM, Tim Bunce wrote:

Re: "make test" fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-08 Thread Tim Bunce
On Wed, Jan 07, 2015 at 04:50:52PM -0500, John Wiersba wrote: > > I see in META.{json,yaml} that a later version of Test::Simple is > required, but that doesn't seem to cause a noticable error message or > abort the Makefile.PL/make/make test process. Installing the latest > version of Test::Simp

"make test" fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-07 Thread John Wiersba
jrw $ cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.7 (Tikanga) jrw $ perl -v This is perl, v5.8.8 built for x86_64-linux-thread-multi ... jrw $ export | grep -e LC_ALL -e LANG LANG=en_US.UTF-8 LC_ALL=C jrw $ perl Makefile.PL *** Your LANG environment variable is set to 'en_

RE: Installing DBI and getting a fatal error.

2013-09-19 Thread Callegari, Nick
3 5:15 PM To: Callegari, Nick Cc: DBI Users Mailing List; Lieng, Gia Subject: Re: Installing DBI and getting a fatal error. My interpretation of that output would be that your version of GCC is not using the same linker as the version of GCC used to build the Perl you're using. Either

Re: Installing DBI and getting a fatal error.

2013-09-19 Thread Jonathan Leffler
My interpretation of that output would be that your version of GCC is not using the same linker as the version of GCC used to build the Perl you're using. Either get the original version of GCC onto your machine, or build Perl with the GCC you've got. Look at the output of 'perl -V' to see what t

Installing DBI and getting a fatal error.

2013-09-18 Thread Callegari, Nick
Hi All, Just having the following issue when we try to install DBI in a Solaris 10 zone. Any help with this issue would be appreciated. When we run the 'make' it comes up with a fatal error see below: root@nevdisdev:/var/tmp/gia/DBI/DBI-1.628# make /usr/local/bin/perl -MExtUtils::Comm

Re: Reg: Help required installing dbi on AIX Server

2013-04-12 Thread Jonathan Leffler
compile as 'root', you'll have to reset root's path to include /usr/vac/bin. Good luck. On Thu, Apr 11, 2013 at 4:56 PM, Manimegalai Visvanathan < mvisvanat...@wsgc.com> wrote: > Dear Team, > > I need your help installing DBI on AIX Server. It's may be a comp

Reg: Help required installing dbi on AIX Server

2013-04-12 Thread Manimegalai Visvanathan
Dear Team, I need your help installing DBI on AIX Server. It's may be a compiler issue. But, am able to find cc and cc_r installed under /usr/vac/bin path. GCC -4 is also installed on this server. Eventhough, am unable to install dbi. Kindly help me to fix this issue. $ cd DBI-1.625 $

Re: make test hangs when re-installing DBI under 64-bit

2012-08-27 Thread Harry Jamieson
On 8/27/2012 3:55 PM, Tim Bunce wrote: On Mon, Aug 27, 2012 at 01:42:20PM -0600, Harry Jamieson wrote: On 8/27/2012 12:07 PM, Tim Bunce wrote: On Mon, Aug 20, 2012 at 08:41:45AM -0600, Harry Jamieson wrote: Environment: IBM AIX 5.3. Perl 5.8.8 now linked to its 64-bit libraries. 64-bit compile

Re: make test hangs when re-installing DBI under 64-bit

2012-08-27 Thread Tim Bunce
On Mon, Aug 27, 2012 at 01:42:20PM -0600, Harry Jamieson wrote: > On 8/27/2012 12:07 PM, Tim Bunce wrote: > >On Mon, Aug 20, 2012 at 08:41:45AM -0600, Harry Jamieson wrote: > >>Environment: > >>IBM AIX 5.3. > >>Perl 5.8.8 now linked to its 64-bit libraries. > >>64-bit compiled test simple 0.98 > >>

Re: make test hangs when re-installing DBI under 64-bit

2012-08-27 Thread Harry Jamieson
On 8/27/2012 12:07 PM, Tim Bunce wrote: On Mon, Aug 20, 2012 at 08:41:45AM -0600, Harry Jamieson wrote: Environment: IBM AIX 5.3. Perl 5.8.8 now linked to its 64-bit libraries. 64-bit compiled test simple 0.98 64-bit compiled MakeMaker 6.48. We didn't discover that IBM had shipped our AIX with

Re: make test hangs when re-installing DBI under 64-bit

2012-08-27 Thread Tim Bunce
On Mon, Aug 20, 2012 at 08:41:45AM -0600, Harry Jamieson wrote: > Environment: > IBM AIX 5.3. > Perl 5.8.8 now linked to its 64-bit libraries. > 64-bit compiled test simple 0.98 > 64-bit compiled MakeMaker 6.48. > > We didn't discover that IBM had shipped our AIX with Perl pointed to > the 32-bit

Re: make test hangs when re-installing DBI under 64-bit

2012-08-20 Thread Harry Jamieson
On 8/20/2012 8:41 AM, Harry Jamieson wrote: Environment: IBM AIX 5.3. Perl 5.8.8 now linked to its 64-bit libraries. 64-bit compiled test simple 0.98 64-bit compiled MakeMaker 6.48. We didn't discover that IBM had shipped our AIX with Perl pointed to the 32-bit version until after we had alread

make test hangs when re-installing DBI under 64-bit

2012-08-20 Thread Harry Jamieson
Environment: IBM AIX 5.3. Perl 5.8.8 now linked to its 64-bit libraries. 64-bit compiled test simple 0.98 64-bit compiled MakeMaker 6.48. We didn't discover that IBM had shipped our AIX with Perl pointed to the 32-bit version until after we had already installed DBI, and now that we find that w

Re: Problems installing DBI on AIX5

2012-08-06 Thread Don Walters
Got it! The key was cc_r. It was linked to cpp. So I relinked it to xlc and everything worked great! Thank you all for being patient with me and helping me through this!!

Re: Problems installing DBI on AIX5

2012-08-06 Thread Jonathan Leffler
On Mon, Aug 6, 2012 at 9:50 AM, Don Walters wrote: > Oops: Makefile.PL output was truncated. Here's the full output: > > srvdfj239 /DBI-1.622 # perl Makefile.PL > > *** You are using a perl configured with threading enabled. > *** You should be aware that using multiple threads is > *** not rec

Re: Problems installing DBI on AIX5

2012-08-06 Thread Don Walters
Oops: Makefile.PL output was truncated. Here's the full output: srvdfj239 /DBI-1.622 # perl Makefile.PL *** You are using a perl configured with threading enabled. *** You should be aware that using multiple threads is *** not recommended for production environments. Creating test wrappers fo

Re: Problems installing DBI on AIX5

2012-08-06 Thread Don Walters
Update: I got xlc installed, and its still returning the same error messages. srvdfj239 / # echo $cc /usr/vacpp/bin/xlc srvdfj239 / # ls -l /usr/vacpp/bin/xlc lrwxrwxrwx1 bin bin 16 Aug 06 08:57 /usr/vacpp/bin/xlc -> /usr/vac/bin/xlc srvdfj239 / # So its there, and I've s

Re: Problems installing DBI on AIX5

2012-08-03 Thread Martin J. Evans
On 03/08/12 16:44, Don Walters wrote: can you do run: lslpp -l |grep -i xlc and post the result. xlc should support the -c options for sure if memory serves. This will show if xlc is installed and the version. srvdfj239 / # lslpp -l |grep -i xlc xlC.aix50.rte 10.1.0.3 COMMITTE

RE: Problems installing DBI on AIX5

2012-08-03 Thread John Scoles
'C' compiler and get it working like I did. Cheers John > Date: Fri, 3 Aug 2012 16:43:07 +0100 > From: martin.ev...@easysoft.com > To: donrwalt...@gmail.com > CC: dbi-users@perl.org > Subject: Re: Problems installing DBI on AIX5 &

Re: Problems installing DBI on AIX5

2012-08-03 Thread Don Walters
> can you do run: > lslpp -l |grep -i xlc > and post the result. xlc should support the -c options for sure if memory > serves. This will show if xlc is installed and the version. srvdfj239 / # lslpp -l |grep -i xlc xlC.aix50.rte 10.1.0.3 COMMITTED XL C/C++ Runtime for AIX 5.3

Re: Problems installing DBI on AIX5

2012-08-03 Thread John R Pierce
On 08/03/12 8:34 AM, Don Walters wrote: srvdfj239 / # find . -name*xlC* ./etc/xlC.cfg_dce ./usr/lpp/xlC ./usr/lpp/xlC/exe/default_msg/xlCfe.cat ./usr/lpp/xlC/exe/xlCcpp ./usr/lpp/xlC.aix50 ./usr/lpp/xlC.aix50/deinstl/xlC.aix50.rte.al ./usr/lpp/xlC.aix50/deinstl/xlC.aix50.rte.inventory ./usr/lpp/x

Re: Problems installing DBI on AIX5

2012-08-03 Thread Michael Nhan
On Fri, 3 Aug 2012, Don Walters wrote: Date: Fri, 3 Aug 2012 10:34:42 -0500 From: Don Walters To: dbi-users@perl.org Subject: Re: Problems installing DBI on AIX5 I don't have an AIX box turned on right now but xlc must support -c (it means compile but do not link). What does perl -V o

Re: Problems installing DBI on AIX5

2012-08-03 Thread Martin J. Evans
On 03/08/12 16:34, Don Walters wrote: I don't have an AIX box turned on right now but xlc must support -c (it means compile but do not link). What does perl -V output? Do you really have a full AIX compiler installed or is this one of those silly mini compilers. srvdfj239 / # perl -V Summary

Re: Problems installing DBI on AIX5

2012-08-03 Thread Don Walters
> I don't have an AIX box turned on right now but xlc must support -c (it > means compile but do not link). What does perl -V output? Do you really have > a full AIX compiler installed or is this one of those silly mini compilers. srvdfj239 / # perl -V Summary of my perl5 (revision 5 version 8 s

Re: Problems installing DBI on AIX5

2012-08-03 Thread Martin J. Evans
On 03/08/12 16:25, Don Walters wrote: On Fri, Aug 3, 2012 at 10:09 AM, Michael Nhan wrote: Can you run make and post the result of that? Michael Here's the output: http://donboy.com/test.out Hope this is acceptable. Best I could do. I don't have an AIX box turned on right now but xlc m

Re: Problems installing DBI on AIX5

2012-08-03 Thread Michael Nhan
Can you run make and post the result of that? Michael

Re: Problems installing DBI on AIX5

2012-08-03 Thread Don Walters
On Fri, Aug 3, 2012 at 10:09 AM, Michael Nhan wrote: > Can you run make and post the result of that? > > Michael Here's the output: http://donboy.com/test.out Hope this is acceptable. Best I could do.

Re: Problems installing DBI on AIX5

2012-08-03 Thread Don Walters
> Could you download it, untar it and run perl Makefile.PL, make and show us > the output? As requested: srvdfj239 /DBI-1.622 # perl Makefile.PL *** You are using a perl configured with threading enabled. *** You should be aware that using multiple threads is *** not recommended for production

Re: Problems installing DBI on AIX5

2012-08-03 Thread Martin J. Evans
On 03/08/12 15:23, Don Walters wrote: I'm running Perl in 64bit on AIX5.3. I have the db2 application development client installed. I'm using the cpan shell to install DBI. I get this error. Google yields no results. I'm lost. Here is the last part of the output before it fails: Running M

Problems installing DBI on AIX5

2012-08-03 Thread Don Walters
I'm running Perl in 64bit on AIX5.3. I have the db2 application development client installed. I'm using the cpan shell to install DBI. I get this error. Google yields no results. I'm lost. Here is the last part of the output before it fails: Running Mkbootstrap for DBI () chmod 644

Re: Help installing DBI

2011-07-17 Thread Martin J. Evans
On 16/07/2011 05:34, n...@kastle.org wrote: Hi, I want to interface my perl scripts with the MySQL dataBases. I'm running an Ubuntu Web Server - How can I test to see if DBI is installed and, if it's not, what's the process (or where can I find/read) to install both (if I

Help installing DBI

2011-07-16 Thread Nick
Hi, I want to interface my perl scripts with the MySQL dataBases. I'm running an Ubuntu Web Server - How can I test to see if DBI is installed and, if it's not, what's the process (or where can I find/read) to install both (if I need to) DBI and DBD-mysql?

Re: error in installing DBI module in linux.NEED HELP URGENT

2010-07-08 Thread Owen
> Hi Team > > Need Your help ASAP.I am getting error while installing the PERL DBI > module,as mentioned below > === > [r...@dba /]# cd /usr/bin/ > [r...@dba bin]# cd DBI-1.611 > [r...@dba DBI-1.611]# perl Makefile.PL > Can't locate Cwd.pm in @INC (@INC contains: Error messages ar

Re: error in installing DBI module in linux.NEED HELP URGENT

2010-07-08 Thread John R Pierce
On 07/08/10 1:36 AM, Clive Eisen wrote: On 08/07/2010 11:18, Martin J. Evans wrote: Scripting Giri wrote: Hi Team Need Your help ASAP.I am getting error while installing the PERL DBI module,as mentioned below === [r...@dba /]# cd /usr/bin/ [r...@dba bin]# cd DBI-1.611 [r...@dba DBI

Re: error in installing DBI module in linux.NEED HELP URGENT

2010-07-08 Thread Clive Eisen
On 08/07/2010 11:18, Martin J. Evans wrote: Scripting Giri wrote: Hi Team Need Your help ASAP.I am getting error while installing the PERL DBI module,as mentioned below === [r...@dba /]# cd /usr/bin/ [r...@dba bin]# cd DBI-1.611 [r...@dba DBI-1.611]# perl Makefile.PL Can't locate Cw

Re: error in installing DBI module in linux.NEED HELP URGENT

2010-07-08 Thread Martin J. Evans
Scripting Giri wrote: > Hi Team > > Need Your help ASAP.I am getting error while installing the PERL DBI > module,as mentioned below > === > [r...@dba /]# cd /usr/bin/ > [r...@dba bin]# cd DBI-1.611 > [r...@dba DBI-1.611]# perl Makefile.PL > Can't locate Cwd.pm in @INC (@INC contains:

error in installing DBI module in linux.NEED HELP URGENT

2010-07-08 Thread Scripting Giri
Hi Team Need Your help ASAP.I am getting error while installing the PERL DBI module,as mentioned below === [r...@dba /]# cd /usr/bin/ [r...@dba bin]# cd DBI-1.611 [r...@dba DBI-1.611]# perl Makefile.PL Can't locate Cwd.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linu

Re: error while installing DBI module...help required

2010-05-20 Thread John R Pierce
Victor Churchill wrote: The line you highlighted tells you that the make command failed because it could not find a C compiler (cc: not found). This could be because it's not present on your system, or because it can't be found in your $PATH. The C compiler exists because it is detailed lower dow

Re: error while installing DBI module...help required

2010-05-20 Thread Victor Churchill
The line you highlighted tells you that the make command failed because it could not find a C compiler (cc: not found). This could be because it's not present on your system, or because it can't be found in your $PATH. The C compiler exists because it is detailed lower down in your listing. So you

Re: error while installing DBI module...help required

2010-05-20 Thread Alexander Foken
Your system lacks a C compiler, "cc". Install the relevant system packages and try again. Alexander ninu.clee...@relianceada.com wrote: 2) output of $* make* cc -c-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff-DVERSION=\"1.609\" -DXS_VERSION=\

error while installing DBI module...help required

2010-05-20 Thread Ninu . Cleetus
1) output of $perl Makefile.PL Creating test wrappers for DBI::PurePerl: t/zvp_01basics.t t/zvp_02dbidrv.t t/zvp_03handle.t t/zvp_04mods.t t/zvp_05concathash.t t/zvp_06attrs.t t/zvp_07kids.t t/zvp_08keeperr.t t/zvp_09trace.t t/zvp_10examp.t t/zvp_11fetch.t t/zvp_12quote.t t/zvp_13taint.t t/zvp_14ut

RE: Installing DBI that works with static version of Perl

2009-07-08 Thread Koch, Gina (GE Infra, US)
: Re: Installing DBI that works with static version of Perl 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.

Re: Installing DBI that works with static version of Perl

2009-07-08 Thread Tim Bunce
im.bu...@gmail.com] On Behalf Of Tim Bunce > Sent: Wednesday, July 08, 2009 5:13 AM > To: Koch, Gina (GE Infra, US) > Cc: dbi-users@perl.org > Subject: Re: Installing DBI that works with static version of Perl > > Can you explain _why_ you think you need a static version of per

RE: Installing DBI that works with static version of Perl

2009-07-08 Thread Koch, Gina (GE Infra, US)
know if you have any suggestions. Thanks! -Original Message- From: Tim Bunce [mailto:tim.bu...@gmail.com] On Behalf Of Tim Bunce Sent: Wednesday, July 08, 2009 5:13 AM To: Koch, Gina (GE Infra, US) Cc: dbi-users@perl.org Subject: Re: Installing DBI that works with static version of Perl

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 a

RE: Installing DBI that works with static version of Perl

2009-07-07 Thread Martin Gainty
message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: Installing DBI that w

Installing DBI that works with static version of Perl

2009-07-07 Thread Koch, Gina (GE Infra, US)
I have compiled a static version of perl and attempting to install DBI and DBD drivers also. This is the error I receive... Can't load module DBI, dynamic loading not available in this perl. (You may need to build a new perl executable which either supports dynamic loading or has the DBI modu

Error installing DBI Module for Perl 5.10

2009-06-08 Thread Cristian Aranda
Hello, I keep getting the following error when installing DBI Module (1.38) on Perl 5.10: install_driver(ODBC) failed: Can't locate loadable object for module DBD::ODBC i n @INC (@INC contains: C:/Progra~1/Perl510/site/lib C:/Progra~1/Perl510/lib .) Can anyone suggest any help with this?

Re: Problems installing DBI and DBD::mysql to a local directory

2009-01-08 Thread Bart Lateur
On Thu, 08 Jan 2009 13:48:02 +, Martin Evans wrote: >Looks like you are not the only one with this chopblanks problem: > >http://www.nabble.com/Bundle::Bugzilla-install-hangs-td20363858.html >http://lists.mysql.com/perl/4296 >http://ppm4.activestate.com/i686-linux/5.8/818/C/CA/CAPTTOFU/DBD-mys

Re: Problems installing DBI and DBD::mysql to a local directory

2009-01-08 Thread Martin Evans
Martin Evans wrote: Thomas Walsh wrote: Hello, Would you be able to give me some advice on a DBI issue I'm having? I'm quite new to Perl and completely new to MySQL. I'm currently trying to install DBI (v1.607) and DBD::mysql (v4.010). I'm hoping to use these along with BioPerl and the Ensemb

Re: Problems installing DBI and DBD::mysql to a local directory

2009-01-08 Thread Martin Evans
Thomas Walsh wrote: Hello, Would you be able to give me some advice on a DBI issue I'm having? I'm quite new to Perl and completely new to MySQL. I'm currently trying to install DBI (v1.607) and DBD::mysql (v4.010). I'm hoping to use these along with BioPerl and the Ensembl Perl API, to access t

Problems installing DBI and DBD::mysql to a local directory

2009-01-08 Thread Thomas Walsh
Hello, Would you be able to give me some advice on a DBI issue I'm having? I'm quite new to Perl and completely new to MySQL. I'm currently trying to install DBI (v1.607) and DBD::mysql (v4.010). I'm hoping to use these along with BioPerl and the Ensembl Perl API, to access the online genomic data

Re: Help Installing DBI on Sun solaris

2008-10-29 Thread Jonathan Leffler
On Wed, Oct 29, 2008 at 6:12 AM, Jason Barna <[EMAIL PROTECTED]> wrote: > the Makefile.PL script seems to run fine (no errors) when I do the make > command it errors out > > [/home/oracle/DBI/DBI-1.607] $ make > Skip blib/arch/auto/DBI/Driver_xst.h (unchanged) > [...snip...] Skip blib/lib/DBI/P

Help Installing DBI on Sun solaris

2008-10-29 Thread Jason Barna
the Makefile.PL script seems to run fine (no errors) when I do the make command it errors out [/home/oracle/DBI/DBI-1.607] $ make Skip blib/arch/auto/DBI/Driver_xst.h (unchanged) Skip blib/lib/DBD/Proxy.pm (unchanged) Skip blib/lib/DBI/Gofer/Response.pm (unchanged) Skip blib/lib/DBI/Gofer/Transp

Re: Fwd: Installing DBI using gcc

2008-09-04 Thread pgodfrin
On Sep 3, 1:27 am, [EMAIL PROTECTED] (Jonathan Leffler) wrote: > Caught again by the lack of Reply-To the list. > > > > -- Forwarded message -- > From: Jonathan Leffler <[EMAIL PROTECTED]> > Date: Tue, Sep 2, 2008 at 11:23 PM > Subject: Re: Installin

Re: Fwd: Installing DBI using gcc

2008-09-03 Thread Ron Savage
Hi Folks > > I am installing DBI 1.49, since my system has perl 5.6.1. I do not > > have a sun compiler available, nor do I have root authority. I have > > 'installed' gcc, however. Seems to me there should be a way to tell > > Makefile.PL to generate a makefile

Fwd: Installing DBI using gcc

2008-09-02 Thread Jonathan Leffler
Caught again by the lack of Reply-To the list. -- Forwarded message -- From: Jonathan Leffler <[EMAIL PROTECTED]> Date: Tue, Sep 2, 2008 at 11:23 PM Subject: Re: Installing DBI using gcc To: pgodfrin <[EMAIL PROTECTED]> On Tue, Sep 2, 2008 at 8:55 AM, pgod

Installing DBI using gcc

2008-09-02 Thread pgodfrin
Greetings, I saw a few messages about this, and I thought I should ask the same question. I am installing DBI 1.49, since my system has perl 5.6.1. I do not have a sun compiler available, nor do I have root authority. I have 'installed' gcc, however. Seems to me there should be a w

Re: Help installing DBI on Solarix 10 X64

2008-08-22 Thread Mike Nhan
The perl you are using is from sun. It was compiled with sun cc. You will either have to build your own perl with gcc or get the Sun cc compilers installed. The only other option is the completely hand edit the makefile to replace all CC flags with gcc flags and options. Then you can do a m

Help installing DBI on Solarix 10 X64

2008-08-22 Thread Ron Watkins
[EMAIL PROTECTED]:/home/rwatkins/DBI-1.607> perl -V Summary of my perl5 (revision 5 version 8 subversion 4) configuration: Platform: osname=solaris, osvers=2.10, archname=i86pc-solaris-64int uname='sunos localhost 5.10 i86pc i386 i86pc' config_args='' hint=recommended, useposix=tr

Re: Error Installing DBI on Solaris

2008-05-30 Thread Jonathan Leffler
On Fri, May 30, 2008 at 3:40 AM, Himanshu Kumar <[EMAIL PROTECTED]> wrote: > I got a problem when trying to install DBI-1.48 module on a solaris 9 box. > > The error is: > > [EMAIL PROTECTED] # make > > /bin/sh -c true > > cc -c -D_REENTRANT -I/usr/local/include -D_LARGEFILE_SOURCE > > -D_FILE_OF

Error Installing DBI on Solaris

2008-05-30 Thread Himanshu Kumar
Hello, I got a problem when trying to install DBI-1.48 module on a solaris 9 box. The error is: [EMAIL PROTECTED] # make /bin/sh -c true cc -c -D_REENTRANT -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O-DVERSION=\"1.48\" -DXS_VERSION=\"1.48\" -KPIC -I/opt/InfoVista/iv

Re: utf8 warning when installing DBI 1.604

2008-05-06 Thread Martin Evans
[EMAIL PROTECTED] wrote: Lo, I get the following warning when installing DBI. All tests pass so I don't think there's a problem, but could someone elaborate on the warning please? *** Your LANG environment variable is set to 'en_US.UTF-8' *** This is known to cause pr

utf8 warning when installing DBI 1.604

2008-05-06 Thread myrose . 20 . ftumsh
Lo, I get the following warning when installing DBI. All tests pass so I don't think there's a problem, but could someone elaborate on the warning please? *** Your LANG environment variable is set to 'en_US.UTF-8' *** This is known to cause problems for some perl insta

Re: problem installing dbi 1.57

2007-06-21 Thread Tim Bunce
gt; [download] > <http://www.perlmonks.com/?abspart=1;displaytype=displaycode;node_id=622139;part=2> > > *Edit: Fixed package name > > Edit: Tried installing DBI-1.56, had no problems.*

problem installing dbi 1.57

2007-06-20 Thread Erick Nelson
part=2> *Edit: Fixed package name Edit: Tried installing DBI-1.56, had no problems.*

Re: Problem of installing DBI packages

2007-02-20 Thread Jonathan Leffler
On 2/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi jonathan, Dear Anupam, First rule of mailing list etiquette - keep discussions on the mailing list unless invited to take the discussion off-list. That way, you might get an answer quicker - and you might not annoy people who have

Re: Problem of installing DBI packages

2007-02-17 Thread Jonathan Leffler
On 2/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, my curent configuration of HP Unix system is as below: gcc version-4.1.1 hp unix version 11 perl version 5.8.0 At a rough guess, your Perl was built with an older version of GCC than 4.1.1. You can look at the 'perl -V' output to s

Problem of installing DBI packages

2007-02-17 Thread [EMAIL PROTECTED]
Hi, my curent configuration of HP Unix system is as below: gcc version-4.1.1 hp unix version 11 perl version 5.8.0 When i do >>perl makefile.PL, i don't get any error. bplita3 /tmp/dowload_for_comverse/DBI-1.13 >> perl Makefile.PL *** You are using a perl with experimental thread

Problem of installing DBI packages

2007-02-17 Thread [EMAIL PROTECTED]
Hi, my curent configuration of HP Unix system is as below: gcc version-4.1.1 hp unix version 11 perl version 5.8.0 When i do >>perl makefile.PL, i don't get any error. bplita3 /tmp/dowload_for_comverse/DBI-1.13 >> perl Makefile.PL *** You are using a perl with experimental threading enabled! *** Yo

Re: problem with installing dbi module

2007-02-10 Thread Bart Lateur
On Sat, 10 Feb 2007 05:30:40 + (GMT), Jai chandru wrote: >iam using pxperl 5.8.1 on windows and when i tried to install following error >was reported . > >nmake > "gcc" cannot be recoganised as a internal command. > fatal error... PXPerl works well with Min

Re: problem with installing dbi module

2007-02-10 Thread Jonathan Leffler
On 2/9/07, Jai chandru <[EMAIL PROTECTED]> wrote: iam using pxperl 5.8.1 on windows and when i tried to install following error was reported . >nmake "gcc" cannot be recoganised as a internal command. fatal error... Why Perl 5.8.1? Use 5.8.8! It appear

problem with installing dbi module

2007-02-10 Thread Jai chandru
iam using pxperl 5.8.1 on windows and when i tried to install following error was reported . >nmake "gcc" cannot be recoganised as a internal command. fatal error... plese help me - Here’

Re: Trouble installing DBI without using ActiveState Repository

2006-10-04 Thread Jeffrey Seger
Have you run 'ppm describe Test-Simple' to confirm that that is what you actually have (or perl -MTest::Simple -e "print $Test::Simple::VERSION" )? I can't confirm on my laptop that Test-Simple was put in before or together with DBI, but this is a way you can confirm that it's actually on yours.

Trouble installing DBI without using ActiveState Repository

2006-10-04 Thread Lisa Goldsmith
My company is including the installation of the DBD-Oracle and DBI Perl packages as part of the next scheduled release of our software, which is bundled with ActivePerl 5.8.3. We need to be able to install our software on machines that do *not* have internet access, and as part of the install I

RE: Installing DBI and DBD::Oracle on WinXP

2006-03-08 Thread CAMPBELL, BRIAN D (BRIAN)
Regarding the first problem this former post of mine may help. http://www.nntp.perl.org/group/perl.dbi.users/27423 -Original Message- From: Hauptmann, Bob-P57289 [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 11:56 AM To: dbi-users@perl.org Subject: Installing DBI and DBD

Installing DBI and DBD::Oracle on WinXP

2006-03-07 Thread Hauptmann, Bob-P57289
I have perl 5.8.7 installed on my WinXP machine. I'm trying to install DBI and DBD::ORACLE. None of the posting's I've read is helping. When I run ppm, I get: Error: No valid repositories: Error: 500 Can't connect to ppm.ActiveState.com:80 (Bad hostname 'ppm.ActiveState.com') I can get to this

Re: Help on installing DBI

2006-02-19 Thread Ron Savage
On Sun, 19 Feb 2006 22:13:24 -0500, James E Keenan wrote: Hi Nina, James >> Unknown command 'ls'; type 'help' for a list of commands. ppm> >> install dbi.pm Perl is a case-sensitive language. Try install DBI > From your references to ActiveState and 'ppm', are we correct in > inferring that yo

Re: Help on installing DBI

2006-02-19 Thread James E Keenan
[EMAIL PROTECTED] wrote: Hi I am trying to install Perl 5.8.7 Build 815 and when install DBI. I am getting the following error : Unknown command 'ls'; type 'help' for a list of commands. > ppm> install dbi.pm [snip] > [1] ActiveState Package Repository From your references to ActiveState a

Re: got problem with installing DBI

2006-01-26 Thread Alexander Foken
ybody i got concerns when installing DBI that is after making perl Makefile.pl there is noway to exécute make or nmake or dmake (command not found) after that can anyone give me a simple example whith connecting from Windows to an Oracle Databse that is on an AIX system ? Hope that you are very fine Tha

RE: got problem with installing DBI

2006-01-26 Thread Reidy, Ron
lto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 1:56 AM To: dbi-users@perl.org Cc: Faten BEN JEMAA Subject: got problem with installing DBI Hello everybody i got concerns when installing DBI that is after making perl Makefile.pl there is noway to exécute make or nmake or dmake (command not fo

got problem with installing DBI

2006-01-26 Thread Nizar LAHYANI
Hello everybody i got concerns when installing DBI that is after making perl Makefile.pl there is noway to exécute make or nmake or dmake (command not found) after that can anyone give me a simple example whith connecting from Windows to an Oracle Databse that is on an AIX system ? Hope that you

Help on installing DBI

2005-12-14 Thread nina . t . nguyen
Hi I am trying to install Perl 5.8.7 Build 815 and when install DBI. I am getting the following error : Unknown command 'ls'; type 'help' for a list of commands. ppm> install dbi.pm Error: No valid repositories: Error: Unexpected Content-Type 'application/x-ns-p roxy- autoconfig' returned ppm>

Re: Installing DBI on Solaris for DBD::informix

2005-12-07 Thread Jonathan Leffler
On 12/7/05, Elton Hughes <[EMAIL PROTECTED]> wrote: > On Dec 6, 2005, at 6:40 PM, Jonathan Leffler wrote: > > Yes, with caveats. > > OK, this make me nervous. The primary caveats are (1) make sure you don't mess with the version of Perl provided with the system, and (2) either build your own Pe

RE: Installing DBI on Solaris for DBD::informix

2005-12-07 Thread Rutherdale, Will
ughes [mailto:[EMAIL PROTECTED] Sent: Wednesday 07 December 2005 12:41 To: Jonathan Leffler Cc: DBI Users Subject: Re: Installing DBI on Solaris for DBD::informix Hello Jonathan, Thank you for your email and your time. I really appreciate it. I recognize your name and know your expertise is

Re: Installing DBI on Solaris for DBD::informix

2005-12-07 Thread Elton Hughes
Hello Jonathan, Thank you for your email and your time. I really appreciate it. I recognize your name and know your expertise is tremendous. I use Informix to create ACE reports. That is something I am very comfortable with. But ACE reports cannot solve all of my reporting issues. Install

Re: Installing DBI on Solaris for DBD::informix

2005-12-06 Thread Jonathan Leffler
On 12/6/05, Elton Hughes <[EMAIL PROTECTED]> wrote: > > > Happy days are here. We have a brand new server. Our 11 year old Sun > box is being retired and an new one is replacing it. Unfortunately I > need to get DBI and DBD:Informix installed on the new system. I have > not had to install anything

Installing DBI

2005-12-06 Thread Elton Hughes
Hello All, Happy days are here. We have a brand new server. Our 11 year old Sun box is being retired and an new one is replacing it. Unfortunately I need to get DBI and DBD:Informix installed on the new system. I have not had to install anything in a long time. So bear with me, I am rusty

Re: I have problems with installing DBI-1.48 on Freebsd 5.4

2005-07-04 Thread Greg
Nick wrote: Hello dbi-users, Hi. I have problems with installing DBI-1.48 on Freebsd 5.4 here attached output. I have v5.8.6 built for i386-freebsd-64int Please help me to solve this problem === Checking if your kit

Re: I have problems with installing DBI-1.48 on Freebsd 5.4

2005-06-29 Thread Jonathan Leffler
You just need to run 'make' again. On 6/29/05, Nick <[EMAIL PROTECTED]> wrote: > I have problems with installing DBI-1.48 on Freebsd 5.4 > here attached output. > I have v5.8.6 built for i386-freebsd-64int > > Pleas

I have problems with installing DBI-1.48 on Freebsd 5.4

2005-06-29 Thread Nick
Hello dbi-users, I have problems with installing DBI-1.48 on Freebsd 5.4 here attached output. I have v5.8.6 built for i386-freebsd-64int Please help me to solve this problem === Checking if your kit is complete

Re: Installing DBI and DBD::TSM

2005-05-09 Thread Michael A Chase
On 05/09/2005 03:47 PM, De Joe, Jackie said: I have two questions, first do I understand correctly to use DBD::TSM 1.48 I must have DBI installed? You understand correctly. Second, I am having trouble installing DBI. Here's some info: I am very much a newbie at compiling code, any help wi

Installing DBI and DBD::TSM

2005-05-09 Thread De Joe, Jackie
I have two questions, first do I understand correctly to use DBD::TSM 1.48 I must have DBI installed? Second, I am having trouble installing DBI. Here's some info: I am very much a newbie at compiling code, any help will be so appreciated!! Thanks, Jackie AIX unix 5.2.0.0 chewbacca:/

RE: installing DBI

2005-01-18 Thread Reidy, Ron
Why didn't you use ppm? - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Manickam, Sing [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 5:34 PM To: dbi-users@perl.org Subject: installing DBI Hi, my installation of DBI has been futil

installing DBI

2005-01-18 Thread Manickam, Sing
Hi, my installation of DBI has been futile all day along. I tried CPAN and it says that it cannot spawn cmd.exe even though i have the cmd.exe and if i tried to manually do with dmake it says that install does not exist. Can somebody pls help me know the exact steps that need to be followed. I t

  1   2   3   >