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
. The problem lies elsewhere. This has affected the operation of my spamassassin, amavis and sqlgrey. All of them throw up a similar error For spamassassin, the error is Can't locate DBI.pm in @INC (@INC contains: lib /usr/local/share/perl/5.14.2 /etc/perl /usr/local/lib/perl/5.14.2 /usr/lib/perl5 /usr

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

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

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

Could not load authentication module Radius::AuthSQL: Can't locate DBI.pm in @INC

2002-02-14 Thread root
hey i am having a problem, when i try to load radiator ( a radius package ) i get a message that says Could not load authentication module Radius::AuthSQL: Can't locate DBI.pm in @INC... do i need to install DBI pointing to a specific directory?

SV: Can't locate DBI.pm - Oracle DBD

2001-10-30 Thread Melton Cline Presley
Services, Copenhagen -Oprindelig meddelelse- Fra: Sterin, Ilya [SMTP:[EMAIL PROTECTED]] Sendt:30. oktober 2001 06:54 Til: Melton Cline Presley; [EMAIL PROTECTED] Emne: RE: Can't locate DBI.pm - Oracle DBD It can very easily be resolved by printing out your @INC

Can't locate DBI.pm - Oracle DBD

2001-10-29 Thread Melton Cline Presley
the 5.6.1 version of Perl. The make test results following this installation showed no problems. I've subsequently tried to install DBD-Oracle-1.12 two different ways, neither of which succeeded; both failed with the same diagnostic: Can't locate DBI.pm in @INC ... I did NOT use a -DPREFIX

RE: Can't locate DBI.pm - Oracle DBD

2001-10-29 Thread Sterin, Ilya
directory for installation it is not in @INC, and therefore can't be found until you modify @INC. Ilya -Original Message- From: Melton Cline Presley [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 8:48 AM To: '[EMAIL PROTECTED]' Subject: Can't locate DBI.pm - Oracle DBD I've