Re: DBI.pm connects with 'use DBI' to a PostgreSQL server without credentials

2023-11-29 Thread Matthias Apitz
: FATAL: no pg_hba.conf entry for host "172.16.5.3", user "nobody", > > database "postgres", no encryption' (err#0) > ><- data_sources= ( ) [0 items] at DBI.pm line 1074 > > This appears to be the result of a call to DBI->dat

Re: DBI.pm connects with 'use DBI' to a PostgreSQL server without credentials

2023-11-28 Thread Mark Lawrence via dbi-users
) [1 items] at Pg.pm line 264 !! ERROR: 1 'connection to server at "sisis-db" (172.16.6.3), port 5432 failed: FATAL: no pg_hba.conf entry for host "172.16.5.3", user "nobody", database "postgres", no encryption' (err#0) <- data_sources= ( ) [0

DBI.pm connects with 'use DBI' to a PostgreSQL server without credentials

2023-11-26 Thread Matthias Apitz
e server and tries to read the names of the available databases from the server: /tmp/dbitrace.log: DBI 1.643-ithread default trace level set to 0x0/1 (pid 117222 pi 2289910) at DBI.pm line 294 via SisisAdmin.pm line 10 -> DBI->install_driver(Pg) for linux perl=5.035002 pid=117222 r

Re: [EXTERNAL] Re: DBI.pm - Memoryfault(coredump)

2020-11-30 Thread Srikantha
Please see below with more details; dbh declaration is of perl hash. my %connection_hash = (); # keep open connections $connection_hash{$dbname} = DBI->connect( $sid, $user, $pass, {AutoCommit => $autocommit_flag}); for(keys %connection_hash){ lib_log::debug_msg("Connection hash of $_ is

Re: [EXTERNAL] Re: DBI.pm - Memoryfault(coredump)

2020-11-26 Thread Jared Still
These connection strings are not the same. There really is not much to say about them without code samples that include variable definitions. On Wed, Oct 28, 2020 at 13:06 Srikantha wrote: > Hello Fennel & David, > Thanks a lot for your response. FInally I could sort out the segmentation >

Re: [EXTERNAL] Re: DBI.pm - Memoryfault(coredump)

2020-11-02 Thread Srikantha
I forgot to mention, when I print what is there in the hash after DBI->connect, I see an extra line(see o/p section) is coming up there. *Regards* *Srikantha* *Mb-9980073640* On Mon, Nov 2, 2020 at 6:49 PM Srikantha wrote: > Basically below connection_hash is causing a core dump. Can you

Re: [EXTERNAL] Re: DBI.pm - Memoryfault(coredump)

2020-11-02 Thread Srikantha
Basically below connection_hash is causing a core dump. Can you please guide me, how I can rewrite this? In the previous email, the Not working db handle is using a hash method and which is what dumps core. code: my %connection_hash = (); # keep open connections for(keys %connection_hash){

Re: [EXTERNAL] Re: DBI.pm - Memoryfault(coredump)

2020-10-28 Thread Srikantha
Hello Fennel & David, Thanks a lot for your response. FInally I could sort out the segmentation fault/Memory dump error after too many rounds of debugging. Basically I can blame it on the Oracle connection but I may be wrong as there are few minor changes(could be on connection_hash too) in the

Re: [EXTERNAL] Re: DBI.pm - Memoryfault(coredump)

2020-10-28 Thread David Nicol
I wonder what the difference between "$sid" and "dbi:$db_driver:$db" is. If nothing, it would look like Oracle::DBD might have some kind of weakness regarding multiple active connections, if the fault happens later instead of right at connect time, like on the second time through, with a different

Re: DBI.pm - Memoryfault(coredump)

2020-10-27 Thread Garry T. Williams
On Tuesday, October 27, 2020 1:18:29 PM EDT Bruce Johnson wrote: > Or the client isn’t installed or the environment variables are not > set properly, or, or... > > RHEL, Fedora and CentOS do NOT include DBD::Oracle in their > pre-built perl modules. Like Gary I’ve always had to build it with >

Re: DBI.pm - Memoryfault(coredump)

2020-10-27 Thread Bruce Johnson
On Oct 26, 2020, at 7:31 PM, Garry T. Williams mailto:gtwilli...@gmail.com>> wrote: On Monday, October 26, 2020 11:47:54 AM EDT David Nicol wrote: if the Oracle module is maintained by red hat, yum update should help. If you built it in-house, you may need to yum update the perl development

Re: DBI.pm - Memoryfault(coredump)

2020-10-26 Thread Garry T. Williams
On Monday, October 26, 2020 11:47:54 AM EDT David Nicol wrote: > if the Oracle module is maintained by red hat, yum update should > help. If you built it in-house, you may need to yum update the perl > development environment and reinstall. This is good advice. The original poster also should

Re: [EXTERNAL] Re: DBI.pm - Memoryfault(coredump)

2020-10-26 Thread Fennell, Brian
I think the following links should cover all the pieces needed for Perl/JDBC/Oracle https://www.oracle.com/database/technologies/appdev/jdbc.html https://metacpan.org/pod/distribution/DBD-JDBC/JDBC.pod https://sdkman.io/ Perl can launch the java server using qx: https://perlmaven.com/qx This

Re: [EXTERNAL] Re: DBI.pm - Memoryfault(coredump)

2020-10-26 Thread Fennell, Brian
Also consider switching to the JDBC module and using the Oracle JDBC driver. The JDBC driver requires launching a Java server which perl accesses via sockets which is available from CPAN but is not simply a drop in replacement for other DBI / DBD modules. I had to downgrade both perl and

Re: DBI.pm - Memoryfault(coredump)

2020-10-26 Thread David Nicol
es. We are trying > to get Oracle query results via this perl package and that package is using > DBI.pm. > The perl script is executing end-end but at the end there is a > segmentation fault error. We have recently upgraded our RHEL version and so > perl got updated to v5.16.3 fro

DBI.pm - Memoryfault(coredump)

2020-10-23 Thread Srikantha
Hello, We are having the below issue from one of the perl modules. We are trying to get Oracle query results via this perl package and that package is using DBI.pm. The perl script is executing end-end but at the end there is a segmentation fault error. We have recently upgraded our RHEL version

error can't locate DBI.pm

2014-05-21 Thread Daminto Lie
Hi, I've been getting the following errors after installing DBI and DBD-mysql manually from source. Can't locate DBI.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local

Re: error can't locate DBI.pm

2014-05-21 Thread Ron Savage
Hi See below. On 21/05/14 00:40, Daminto Lie wrote: Hi, I've been getting the following errors after installing DBI and DBD-mysql manually from source. Can't locate DBI.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share

Re: error can't locate DBI.pm

2014-05-21 Thread Daminto Lie
installed Perl twice - one manually from the source and the other from the Repo. Thus, now, my DBI.pm is located in the following location: /root/perl5/lib/perl5/i686-linux-gnu-thread-multi-64int/DBI.pm /root/perl5/lib/perl5/i686-linux-gnu-thread-multi-64int/Bundle/DBI.pm That's normal

Re: unable to locate DBI.pm

2014-05-21 Thread Daminto Lie
Thank you Chad and sorry if I sent the reply to you to your personal address. Before I do that, I have another question. I normally install and update MySQL from source manually whenever the new version is released. Now, if I install DBD-mysql from the Ubuntu Repository rather than from the

Re: unable to locate DBI.pm

2014-05-21 Thread Ron Savage
Hi On 22/05/14 10:39, Daminto Lie wrote: Thank you Chad and sorry if I sent the reply to you to your personal address. Before I do that, I have another question. I normally install and update MySQL from source manually whenever the new version is released. Now, if I install DBD-mysql from

Re: unable to locate DBI.pm

2014-05-21 Thread Daminto Lie
Great, will do that then. Thank you all for your great support. All  On Thursday, 22 May 2014 11:06 AM, Ron Savage r...@savage.net.au wrote: Hi On 22/05/14 10:39, Daminto Lie wrote: Thank you Chad and sorry if I sent the reply to you to your personal address. Before I do that, I have

unable to locate DBI.pm

2014-05-20 Thread Daminto Lie
Hi, I've been getting the following errors after installing DBI and DBD-mysql manually from source. Can't locate DBI.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local

Re: unable to locate DBI.pm

2014-05-20 Thread Daminto Lie
manually from source. Can't locate DBI.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) This was how I installed the DBI-1.631. - perl Makefile.PL

Re: unable to locate DBI.pm

2014-05-20 Thread John R Pierce
On 5/20/2014 5:11 PM, Daminto Lie wrote: I've been getting the following errors after installing DBI and DBD-mysql manually from source. it appears you installed all that stuff in /root's private directory, which is generally a bad practice. what operating system are you on? isn't there a

Re: unable to locate DBI.pm

2014-05-20 Thread Chad Wallace
On Tue, 20 May 2014 17:22:58 -0700 John R Pierce pie...@hogranch.com wrote: what operating system are you on? isn't there a DBI and such in the OS package repository? for instance, on a RHEL/CentOS/Fedora type system, I'd use... sudo yum install perl-DBI perl-DBD-MySQL of course,

(Fwd) Can't use an undefined value as an ARRAY reference at /usr/local/lib/perl/5.14.2/DBI.pm

2013-09-28 Thread Tim Bunce
of it all, this library started having some issues. Here is how it shows the error. Can't use an undefined value as an ARRAY reference at /usr/local/lib/perl/5.14.2/DBI.pm I have tried re-installing the library and it doesn't seem to fix that. Could it be another library that is causing

Re: (Fwd) Can't use an undefined value as an ARRAY reference at /usr/local/lib/perl/5.14.2/DBI.pm

2013-09-28 Thread Martin J. Evans
system called KOHA, and in the middle of it all, this library started having some issues. Here is how it shows the error. Can't use an undefined value as an ARRAY reference at /usr/local/lib/perl/5.14.2/DBI.pm I have tried re-installing the library and it doesn't seem to fix

Re: Installing 32 bit DBI.pm

2012-05-28 Thread Tim Bunce
matrix - http://matrix.cpantesters.org/?dist=DBI%201.621;maxver=1 , I downloaded DBI 1.605 and installed it. I got errors when installing and it seems to be due to DBI.pm is ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped You're more likely to get help if you show

Installing 32 bit DBI.pm

2012-05-25 Thread chee.yuen.ng
DBI 1.605 and installed it. I got errors when installing and it seems to be due to DBI.pm is ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped In the location where I downloaded the installer http://backpan.perl.org/authors/id/T/TI/TIMB/ , there is no different installer

Re: Installing 32 bit DBI.pm

2012-05-25 Thread Terence J. Young, D.C.
errors when installing and it seems to be due to DBI.pm is ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped In the location where I downloaded the installer http://backpan.perl.org/authors/id/T/TI/TIMB/ , there is no different installer for 32 bit and 64 bit. Please

Re: Fwd: Question regarding DBI.pm for Perl, v5.6.1 built for MSWin32-x86 on Windows 2003.

2010-10-08 Thread John Scoles
. Issue is with the DBI module for Perl, v5.6.1 built for MSWin32-x86-multi-thread on Windows 2003. I am getting a syntax error: Can't locate DBI.pm in @INC. I checked the directories in @INC array and both the directories (C:\Perl\lib and C:\Perl\Site\lib) seem to miss DBI.pm. I also did the search

Re: Fwd: Question regarding DBI.pm for Perl, v5.6.1 built for MSWin32-x86 on Windows 2003.

2010-10-08 Thread Martin J. Evans
locate DBI.pm in @INC. I checked the directories in @INC array and both the directories (C:\Perl\lib and C:\Perl\Site\lib) seem to miss DBI.pm. I also did the search in parent directory c:\Perl but could not find DBI.pm anywhere. Could be that DBI.pm module never got installed or got deleted

Re: Fwd: Question regarding DBI.pm for Perl, v5.6.1 built for MSWin32-x86 on Windows 2003.

2010-10-08 Thread John Scoles
On 10/8/2010 8:06 AM, Martin J. Evans wrote: On 08/10/10 12:41, John Scoles wrote: On 10/7/2010 10:20 AM, Mayank Gupta wrote: When in trouble with Activestate Perl for windows you best bet would be to 1) deinstall all of the Activestate products on your box 2) install only the free version

Question regarding DBI.pm for Perl, v5.6.1 built for MSWin32-x86 on Windows 2003.

2010-10-07 Thread Mayank Gupta
Hello, I have a question regarding DBI.pm and hoping you will be able to help me with an answer. I am working with a perl script and when I tried executing the script, I got a syntax error: Can't locate DBI.pm in @INC. I checked the directories in @INC array and both the directories (C:\Perl\lib

Fwd: Question regarding DBI.pm for Perl, v5.6.1 built for MSWin32-x86 on Windows 2003.

2010-10-07 Thread Mayank Gupta
. Issue is with the DBI module for Perl, v5.6.1 built for MSWin32-x86-multi-thread on Windows 2003. I am getting a syntax error: Can't locate DBI.pm in @INC. I checked the directories in @INC array and both the directories (C:\Perl\lib and C:\Perl\Site\lib) seem to miss DBI.pm. I also did the search

Question regarding DBI.pm for Perl, v5.6.1 built for MSWin32-x86 on Windows 2003.

2010-10-07 Thread Mayank Gupta
Hello, I have a question regarding DBI.pm and hoping you will be able to help me with an answer. Issue is with the DBI module for Perl, v5.6.1 built for MSWin32-x86-multi-thread on Windows 2003. I am getting a syntax error: Can't locate DBI.pm in @INC. I checked the directories in @INC array

Re: Question regarding DBI.pm for Perl, v5.6.1 built for MSWin32-x86 on Windows 2003.

2010-10-07 Thread Chad Wallace
Mayank Gupta mayank.a...@gmail.com wrote: Hello, I have a question regarding DBI.pm and hoping you will be able to help me with an answer. Issue is with the DBI module for Perl, v5.6.1 built for MSWin32-x86-multi-thread on Windows 2003. I am getting a syntax error: Can't locate DBI.pm in @INC. I

RE: DBI.pm package not found

2009-12-14 Thread Kallol Chakraborty
aborted at test.pl line 1. Regards Kallol Chakraborty +919804199917 -Original Message- From: sco...@pythian.com [mailto:sco...@pythian.com] Sent: Sunday, December 13, 2009 12:27 AM To: Kallol Chakraborty Cc: m. allan noah; dbi-users@perl.org Subject: RE: DBI.pm package not found give

Re: DBI.pm package not found

2009-12-13 Thread Bart Lateur
On Thu, 10 Dec 2009 16:30:58 +0530, Kallol Chakraborty wrote: I am having DBI.pm package in /oracle/app/oracle/product/10.2.0/in-dwh/perl/lib/site_perl/5.8.3/i686-linux-thread-multi , which is coming with Oracle 10G . In my perl code I am using use lib /app/oracle/product

RE: DBI.pm package not found

2009-12-12 Thread Kallol Chakraborty
/in-dwh/perl/lib/site_perl/5.8.3/i686-linux-thread-multi total 312 -rwxr-xr-x 1 oracle dba 1292 Jun 8 2004 oraperl.ph -rwxr-xr-x 1 oracle dba 27928 Jun 8 2004 Oraperl.pm -rwxr-xr-x 1 oracle dba 249515 Jun 24 2004 DBI.pm drwxr-x--- 14 oracle dba 4096 Dec 7 05:59 auto drwxr-x--- 3 oracle

RE: DBI.pm package not found

2009-12-12 Thread scoles
/5.8.3/i686-linux-thread-multi ; use DBI; print abcd; -bash-3.2$ ls -ltr lib/site_perl/5.8.3/i686-linux-thread-multi total 312 -rwxr-xr-x 1 oracle dba 1292 Jun 8 2004 oraperl.ph -rwxr-xr-x 1 oracle dba 27928 Jun 8 2004 Oraperl.pm -rwxr-xr-x 1 oracle dba 249515 Jun 24 2004 DBI.pm

DBI.pm package not found

2009-12-10 Thread Kallol Chakraborty
Hi, I am having DBI.pm package in /oracle/app/oracle/product/10.2.0/in-dwh/perl/lib/site_perl/5.8.3/i686-linux-thread-multi , which is coming with Oracle 10G . In my perl code I am using use lib /app/oracle/product/10.2.0/in-dwh/perl/lib/site_perl/5.8.3/i686-linux-thread-multi

Re: DBI.pm package not found

2009-12-10 Thread m. allan noah
/oracle/app/oracle/product/ vs /app/oracle/product/ maybe? allan On Thu, Dec 10, 2009 at 6:00 AM, Kallol Chakraborty kal...@aircel.co.in wrote: Hi,                I am having DBI.pm package in /oracle/app/oracle/product/10.2.0/in-dwh/perl/lib/site_perl/5.8.3/i686-linux-thread-multi

(Fwd) DBI.pm

2008-10-22 Thread Tim Bunce
- Forwarded message from John Rowan [EMAIL PROTECTED] - Date: Wed, 22 Oct 2008 09:50:23 -0400 From: John Rowan [EMAIL PROTECTED] Subject: DBI.pm Good day Tim. I need to steal some of your time. I run a content management system from PlainBlack Software called WebGUI

Can't locate DBI.pm

2008-05-28 Thread Singaravelan S (HCL Financial Services)
DISCLAIMER: --- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator

Re: Can't locate DBI.pm

2008-05-28 Thread Jonathan Leffler
On Wed, May 28, 2008 at 8:37 AM, Singaravelan S (HCL Financial Services) [EMAIL PROTECTED] wrote: DISCLAIMER: --- The contents of this e-mail and any attachment(s) are

DBI.pm and libc.so.6 (Linux)

2007-08-29 Thread Tony Green
Does DBI.pm's DBI.so rely on a particular version of libc.so.6? It builds (apparently) successfully but when I run make test I get failures saying Error: Can't load '/home/tony/dbi-1.58/blib/arch/auto/DBI/DBI.so' for module DBI: /home/tony/dbi-1.58/blib/arch/auto/DBI/DBI.so: cannot open

DBI.pm

2006-03-21 Thread Ganesh Prasad A K
Can't locate loadable object for module DBI in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/DBI.pm line 255 . i am getting this error while i execute the program. please give me solutions. -- Thanks Regards Ganesh Prasad A K Parity Computing India (P) Ltd. 1133/E

RE: DBI.pm

2006-03-21 Thread Reidy, Ron
What version of Perl are you running? Have you properly installed DBI? -Original Message- From: Ganesh Prasad A K [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 4:31 AM To: dbi-users@perl.org Subject: DBI.pm Can't locate loadable object for module DBI in @INC (@INC contains

Re: DBI.pm

2006-03-21 Thread Jay Strauss
On Tuesday 21 March 2006 5:31 am, Ganesh Prasad A K wrote: Can't locate loadable object for module DBI in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/DBI.pm line 255 . i am getting this error while i execute the program. please give me solutions. did you: PPM3

Can't locate DBI.pm error

2005-08-27 Thread pravin jayakumar
Hi, I've installed NETDIFF and mysql in FC2 and while running netdiff --all am getting the following error.Please help me in this regard. Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i386-linux-thread-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i386-linux

Re: Can't locate DBI.pm error

2005-08-27 Thread Jonathan Leffler
On 8/27/05, pravin jayakumar [EMAIL PROTECTED] wrote: Hi, I've installed NETDIFF and mysql in FC2 and while running netdiff --all am getting the following error.Please help me in this regard. Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i386-linux-thread-multi /usr

need help building DBI.pm 1.48

2005-08-11 Thread Fredrick Quasimoto
Hi all, I am having trouble building DBI.pm version 1.48 a Redhat Linux system. In the make I get a bunch of warnings of variables not being used (innocous enough), but then get the following error: Can't locate object method cmd_head3 via package Pod::Man at /usr/local/perl/lib/5.6.0/Pod

Re: need help building DBI.pm 1.48

2005-08-11 Thread Jonathan Leffler
=head3 marks. On 8/10/05, Fredrick Quasimoto [EMAIL PROTECTED] wrote: I am having trouble building DBI.pm version 1.48 a Redhat Linux system. In the make I get a bunch of warnings of variables not being used (innocous enough), but then get the following error: Can't locate object method

Re: need help building DBI.pm 1.48

2005-08-11 Thread Tim Bunce
trouble building DBI.pm version 1.48 a Redhat Linux system. In the make I get a bunch of warnings of variables not being used (innocous enough), but then get the following error: Can't locate object method cmd_head3 via package Pod::Man at /usr/local/perl/lib/5.6.0/Pod/Man.pm line

RE: Can't locate DBI.pm

2005-04-28 Thread Chekuri, Lalitha
If I say make cc=gcc it says 'No arguments to build' -Original Message- From: Michael Nhan [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 4:11 PM To: Chekuri, Lalitha Cc: Reidy, Ron; dbi-users@perl.org Subject: RE: Can't locate DBI.pm Hi, Can you compile by setting

RE: Can't locate DBI.pm

2005-04-28 Thread Chekuri, Lalitha
: Can't locate DBI.pm 1. Which C compiler was your Perl built with (perl -V)? 2. Do you have that C compiler on your system (which cc OR which (name of C compiler from #1 above)? If not, you will need to fix this situation by: a. Install the C compiler used to build your Perl and then try

Re: Can't locate DBI.pm

2005-04-28 Thread Michael A Chase
On 04/27/2005 01:22 PM, Chekuri, Lalitha said: It is fresh install: magma:oracle $uname -a SunOS magma 5.9 Generic_117171-12 sun4u sparc SUNW,Ultra-60 My perl -v magma:oracle $perl -v This is perl, v5.6.1 built for sun4-solaris-64int (with 48 registered patches, see perl -V for more detail) For

Re: Can't locate DBI.pm

2005-04-28 Thread James D. White
It looks like you have a fresh install of Solaris 9, not a fresh install of perl. v5.6.1 built for sun4-solaris-64int is the version that comes with Solaris 9, which was built by Sun using a Sun C compiler and installed, I assume, as /usr/bin/perl. You have two options. 1) Spend money. Buy and

RE: Can't locate DBI.pm

2005-04-28 Thread Chekuri, Lalitha
. Lalitha -Original Message- From: James D. White [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 9:48 AM To: Michael A Chase Cc: Chekuri, Lalitha; dbi-users@perl.org Subject: Re: Can't locate DBI.pm It looks like you have a fresh install of Solaris 9, not a fresh install of perl

RE: Can't locate DBI.pm

2005-04-28 Thread Reidy, Ron
:54 PM To: Reidy, Ron; dbi-users@perl.org Subject: Re: Can't locate DBI.pm On 04/27/2005 01:13 PM, Reidy, Ron said: b. Install gcc properly (**AND** you will need to downgrade from the 3.x version to 2.96 as described in the Oracle installation manuals) Where did you see this? The advice

RE: Can't locate DBI.pm

2005-04-28 Thread Michael Nhan
Lalitha, My problem is: To install perl it is asking cc The perl source requires a compiler not necessarily cc. Install gcc. Put the path to gcc before the path to /usr/ucb/cc. When you run configure within in the perl source, it should detect you have gcc and use it. I downloaded gcc from

Re: Can't locate DBI.pm

2005-04-28 Thread Michael A Chase
On 04/28/2005 06:54 AM, Chekuri, Lalitha said: My problem is: To install perl it is asking cc I downloaded gcc from freeware, To install gcc: if I have cc in path it is giving /usr/ucb/cc: language optional software package not installed error. If I don't have cc in the path it is saying cc not

RE: Can't locate DBI.pm

2005-04-27 Thread Michael Nhan
perl using gcc. Regards, Michael Date: Wed, 27 Apr 2005 16:06:18 -0400 From: Chekuri, Lalitha [EMAIL PROTECTED] To: Reidy, Ron [EMAIL PROTECTED], Michael Nhan [EMAIL PROTECTED] Cc: dbi-users@perl.org Subject: RE: Can't locate DBI.pm Hi ron, thanks for your input. When I try to install

RE: Can't locate DBI.pm

2005-04-27 Thread Reidy, Ron
link. Good luck. - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Chekuri, Lalitha [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 2:06 PM To: Reidy, Ron; Michael Nhan Cc: dbi-users@perl.org Subject: RE: Can't locate DBI.pm Hi ron, thanks

RE: Can't locate DBI.pm

2005-04-27 Thread Chekuri, Lalitha
PROTECTED] Sent: Tuesday, April 26, 2005 6:28 PM To: Chekuri, Lalitha; Michael Nhan Cc: dbi-users@perl.org Subject: RE: Can't locate DBI.pm Google is your friend ... http://www.google.com/search?q=install+perl+modulessourceid=mozilla-sea rchstart=0start=0ie=utf-8oe=utf-8client=firefox-arls

RE: Can't locate DBI.pm

2005-04-27 Thread Reidy, Ron
. - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Chekuri, Lalitha [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 2:22 PM To: Reidy, Ron; Michael Nhan Cc: dbi-users@perl.org Subject: RE: Can't locate DBI.pm It is fresh install

Re: Can't locate DBI.pm

2005-04-27 Thread Michael A Chase
On 04/27/2005 01:13 PM, Reidy, Ron said: b. Install gcc properly (**AND** you will need to downgrade from the 3.x version to 2.96 as described in the Oracle installation manuals) Where did you see this? The advice is several years out of date. I've used a couple different gcc 3.x versions to

Can't locate DBI.pm

2005-04-26 Thread Chekuri, Lalitha
Hi, I have fresh install Solaris 9. We have some perl scripts to run. I am getting Can't locate DBI.pm error to execute the file. We access oracle 9 from this perl script. Can some one help me to fix this problem? My Perl version is: This is perl, v5.6.1 built for sun4-solaris-64int (with 48

RE: Can't locate DBI.pm

2005-04-26 Thread Reidy, Ron
Is DBI installed? Is it your @INC path? - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Chekuri, Lalitha [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 10:10 AM To: dbi-users@perl.org Subject: Can't locate DBI.pm Hi, I have fresh install

Re: Can't locate DBI.pm

2005-04-26 Thread Michael Nhan
PROTECTED] To: dbi-users@perl.org Subject: Can't locate DBI.pm Hi, I have fresh install Solaris 9. We have some perl scripts to run. I am getting Can't locate DBI.pm error to execute the file. We access oracle 9 from this perl script. Can some one help me to fix this problem? My Perl version

RE: Can't locate DBI.pm

2005-04-26 Thread Chekuri, Lalitha
How do I compile? -Original Message- From: Michael Nhan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 5:28 PM To: Chekuri, Lalitha Cc: dbi-users@perl.org Subject: Re: Can't locate DBI.pm Are you sure this is the perl where DBI is installed. If you reinstall solaris 9

RE: Can't locate DBI.pm

2005-04-26 Thread Reidy, Ron
:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 3:33 PM To: Michael Nhan Cc: dbi-users@perl.org Subject: RE: Can't locate DBI.pm How do I compile? -Original Message- From: Michael Nhan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 5:28 PM To: Chekuri, Lalitha Cc: dbi-users

Re: DBI.pm

2005-01-28 Thread Robert
Anna Wittnebel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I can't install the DBI.pm module. ppm install DBI says Could not locate a PPD file for package DBI. I put my DBI.ppd into folder C:/Perl/lib, since this folder is included in @INC. Since I have no Internet

DBI.pm

2005-01-27 Thread Anna Wittnebel
Hello, I can't install the DBI.pm module. ppm install DBI says Could not locate a PPD file for package DBI. I put my DBI.ppd into folder C:/Perl/lib, since this folder is included in @INC. Since I have no Internet on my development-machine, I told the package manager ppm set repository

http://search.cpan.org/~dpavlin/Fuse-DBI/DBI.pm

2004-11-21 Thread Tim Bunce
Cool. Tim [who likes DBI plumbing modules]

DBI.pm Version 1.42

2004-08-27 Thread Courm, Jasper - Contractor
Help, Can I get information on where I can possibly get a copy of a version 1.42 DBI object. Regards, Jasper Courm EO Support - Tech Systems Testing 704-433-3076 Desk 571-283-2471 Mobile

RE: DBI.pm Version 1.42

2004-08-27 Thread Reidy, Ron
http://www.perl.com/CPAN/modules/by-category/07_Database_Interfaces/DBI/ - Ron Reidy Senior DBA Array BioPharma, Inc. -Original Message- From: Courm, Jasper - Contractor [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 7:47 AM To: [EMAIL PROTECTED] Subject: DBI.pm

perl.dbi.users DBI.pm issue on windows uninitialized values

2004-05-19 Thread kevin . chen . ctr
Tim, It seems I met same kind of problem. Do we have any solution on that? The strange thing is that I can successfully connect to some database. But also failed to connect on others. Thanks a lot. -- Kevin http://coding.derkeiler.com/Archive/Perl/perl.dbi.users/2003-12/0078.html

doubt on DBI.pm

2004-02-07 Thread thenmozhi sivam
Respected Sir, I am doing my project in perl. I want to have database connectivity with oracle. I have installed DBI.pm DBD.pm .But I get the following error. Can't locate loadable object for module DBI in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at :/Perl/site

Re: DBI.pm issue on windows: uninitialized values

2003-12-09 Thread Peter Chen
: my $dbh = DBI-connect('DBI:Oracle:XYZDB', 'username', 'password'); I got an error message from DBI.pm line 584: Use of unintialized value in concatenation (.) or string at C:/programs/perl/site/lib/DBI.pm line 584. Any thing wrong with my installation ? I installed DBI and DBD

Re: DBI.pm issue on windows: uninitialized values

2003-12-09 Thread Peter Chen
Looks like I have two DBI.pm on my hard drive: one at c:\Programs\perl\site\lib\Bundle\ with size of 1248 bytes the other one at C:\Programs\perl\site\lib\ with size of 228821 bytes Also, I have ActiveState's windows vesion of Perl. Peter Michael A Chase wrote: On Mon, 08 Dec 2003 17:50:29

Re: DBI.pm issue on windows: uninitialized values

2003-12-09 Thread Peter Chen
: my $dbh = DBI-connect('DBI:Oracle:XYZDB', 'username', 'password'); I got an error message from DBI.pm line 584: Use of unintialized value in concatenation (.) or string at C:/programs/perl/site/lib/DBI.pm line 584. Any thing wrong with my installation ? I installed DBI and DBD

DBI.pm issue on windows: uninitialized values

2003-12-08 Thread Peter Chen
I have installed DBI 1.39 on a Win 2000 with Perl 5.6.1 and DBD::Oracle 1.12. When I tried to connect to an Oracle database on UNIX with the following code: my $dbh = DBI-connect('DBI:Oracle:XYZDB', 'username', 'password'); I got an error message from DBI.pm line 584: Use of unintialized

Re: DBI.pm issue on windows: uninitialized values

2003-12-08 Thread Tim Bunce
got an error message from DBI.pm line 584: Use of unintialized value in concatenation (.) or string at C:/programs/perl/site/lib/DBI.pm line 584. Any thing wrong with my installation ? I installed DBI and DBD::Oracle via ppm. I would appreciate any help. Thanks in advance. According to my

Re: DBI.pm issue on windows: uninitialized values

2003-12-08 Thread Michael A Chase
', 'password'); I got an error message from DBI.pm line 584: Use of unintialized value in concatenation (.) or string at C:/programs/perl/site/lib/DBI.pm line 584. Any thing wrong with my installation ? I installed DBI and DBD::Oracle via ppm. I would appreciate any help. Thanks in advance. Check

Use of uninitialized value at DBI.pm line 576

2003-11-04 Thread Kuang, Jeff - Raleigh, NC
perlapp (v2.0). The first time I ran the executable and got Can't locate DBD/Oracle.pm in @INC So I added use DBD::Oracle; and ran the second time. I got Use of uninitialized value in concatenation (.) or string at DBI.pm line 576. Can't locate Win32/Registry.pm in @INC... I added use Win32

RE: DBI.pm DBD::Oracle::db

2003-10-27 Thread Chang, Mei
Tim, I installed an Oracle Client on a W2K Server, and everything works. Does this make sense to you? Thanks Mei -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 4:43 AM To: Chang, Mei Cc: '[EMAIL PROTECTED]' Subject: Re: DBI.pm DBD::Oracle

Re: DBI.pm DBD::Oracle::db

2003-10-27 Thread Tim Bunce
]' Subject: Re: DBI.pm DBD::Oracle::db No idea. Try a higher trace level (eg 9). Tim. On Thu, Oct 23, 2003 at 03:23:10PM -0600, Chang, Mei wrote: Users, I wrote a perl script and compiled it by perl2exe. I placed the exe file to different machines, the results were different

RE: DBI.pm DBD::Oracle::db

2003-10-27 Thread Chang, Mei
Tim, I changed to wrong user id and wrong password, but the trace files seems to have no difference from the previous underline problem. Please see the attached trace files. I thought with the DBI.pm and DBD::Oracle, Oracle client is not required, but one of users from the list corrected me

Re: DBI.pm DBD::Oracle::db

2003-10-24 Thread Tim Bunce
* - connect= undef at DBI.pm line 582 via d:\Utils\App\time_to_close.exe line 60 - errstr in DBD::_::common for DBD::Oracle::dr (DBI::dr=HASH(0x8dfceb8)~0x8d83564) thr#08B7F374 - errstr= undef at DBI.pm line 584 via d:\Utils\App\time_to_close.exe line 60 DBI connect('db1;host

RE: DBI.pm DBD::Oracle::db

2003-10-24 Thread Chang, Mei
-Original Message- From: Chang, Mei Sent: Friday, October 24, 2003 10:46 AM To: '[EMAIL PROTECTED]' Subject: RE: DBI.pm DBD::Oracle::db Tim, I turned the trace level to 9, and it provided me a lot more detailed information. I need your further help. My pc has an an Oracle client

Re: DBI.pm DBD::Oracle::db

2003-10-24 Thread Tim Bunce
] Sent: Friday, October 24, 2003 4:43 AM To: Chang, Mei Cc: '[EMAIL PROTECTED]' Subject: Re: DBI.pm DBD::Oracle::db No idea. Try a higher trace level (eg 9). Tim. On Thu, Oct 23, 2003 at 03:23:10PM -0600, Chang, Mei wrote: Users, I wrote a perl script and compiled it by perl2exe. I

DBI.pm DBD::Oracle::db

2003-10-23 Thread Chang, Mei
#08B7F374 * - connect= undef at DBI.pm line 582 via d:\Utils\App\time_to_close.exe line 60 - errstr in DBD::_::common for DBD::Oracle::dr (DBI::dr=HASH(0x8dfceb8)~0x8d83564) thr#08B7F374

DBI.pm missing in solaris package install of Perl 5.8.0

2003-07-17 Thread Grindell, Joan M.
We recently installed Solaris 2.8 and upgraded to Perl 5.8.0. When our application users tried to use perl they got the message $ ./perl -e 'use DBI;' Can't locate DBI.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.0/sun4-solaris /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl

RE: DBI.pm missing in solaris package install of Perl 5.8.0

2003-07-17 Thread Greg.Hering
that. Greg Gregory L. Hering (256) 722-6420 4807 Bradford Dr Benchmark Electronics, Inc. Huntsville, Al 35805 -Original Message- From: Grindell, Joan M. [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 11:56 AM To: '[EMAIL PROTECTED]' Subject: DBI.pm missing in solaris

RE: Can't locate DBI.pm

2003-03-07 Thread Jeff Urlwin
What's this error? The DBI package is not installed? Software error: [Thu Mar 6 15:01:54 2003] DBI.pm: Can't locate DBI.pm in @INC (@INC contains: /usr/local/lib/perl5/5.00503/i386-freebsd /usr/local/lib/perl5/5.00503 /usr/local/lib/site_perl /usr/local/lib/site_perl

DBI: Can't locate DBI.pm

2003-03-06 Thread Paulo Eduardo
What's this error? The DBI package is not installed? Software error: [Thu Mar 6 15:01:54 2003] DBI.pm: Can't locate DBI.pm in @INC (@INC contains: /usr/local/lib/perl5/5.00503/i386-freebsd /usr/local/lib/perl5/5.00503 /usr/local/lib/site_perl /usr/local/lib/site_perl .) at /usr/local/etc

[PATCH] DBI.pm 1.30 documentation

2002-11-29 Thread Slaven Rezic
Here's a small documentation fix: --- ../build/DBI-1.30/DBI.pmThu Jul 18 16:24:04 2002 +++ DBI-1.30/DBI.pm Fri Nov 29 16:27:49 2002 @@ -4513,7 +4513,7 @@ all the rows in one go. =item Cfetchall_hashref - $hash_ref = $dbh-fetchall_hashref($key_field); + $hash_ref = $sth

  1   2   >