Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBD-Oracle CPAN distribution.

Report information
The Basics
Id: 68943
Status: rejected
Priority: 0/
Queue: DBD-Oracle

People
Owner: Nobody in particular
Requestors: dennis.a.dinaro [...] intel.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.28
Fixed in: (no value)



Subject: Cannot install DBD::Oracle on Win7 laptop with Oracle Instant Client installed on it
Laptop has version 5.12.3 built for MSWin32-x86-multi-thread of Strawberry perl installed on it. When Makefile.PL is run, the result is: *** Warning: whitespace characters in the current directory path (C:/Users/mnoonan/My Documents/strawberry perl/DBD-Oracle-1.28) may cause problems Using DBI 1.616 (for perl 5.012003 on MSWin32-x86-multi-thread) installed in C:/strawberry/perl/vendor/lib/auto/DBI/ Configuring DBD::Oracle for perl 5.012003 on MSWin32 (MSWin32-x86-multi- thread) Remember to actually *READ* the README file! Especially if you have any problems. Installing on a MSWin32, Ver#5.1 Using Oracle in c:/ora11gx32/11.2.0/instant DEFINE _SQLPLUS_RELEASE = "1102000100" (CHAR) Oracle version 11.2.0.1 (11.2) OCI directory not found, please install OCI in c:/ora11gx32/11.2.0/instant at makefile.pl line 241. Thanks in advance for your help in resolving the above problem. A key perl script that we need to run cannot run until DBD::Oracle is installed.
From: fielding [...] pythian.com
The issue is as the warning says: whitespace in the pathnames. I'd suggest installing both the Oracle client and DBD::Oracle in directories without spaces in the names. Cheers, Marc On Sun Jun 19 17:28:47 2011, ddEpic wrote: Show quoted text
> Laptop has version 5.12.3 built for MSWin32-x86-multi-thread of > Strawberry perl installed on it. > When Makefile.PL is run, the result is: > > *** Warning: whitespace characters in the current directory path > (C:/Users/mnoonan/My Documents/strawberry perl/DBD-Oracle-1.28) may > cause problems > > Using DBI 1.616 (for perl 5.012003 on MSWin32-x86-multi-thread) > installed in C:/strawberry/perl/vendor/lib/auto/DBI/ > > Configuring DBD::Oracle for perl 5.012003 on MSWin32 (MSWin32-x86-multi- > thread) > > Remember to actually *READ* the README file! Especially if you have any > problems. > > Installing on a MSWin32, Ver#5.1 > Using Oracle in c:/ora11gx32/11.2.0/instant > DEFINE _SQLPLUS_RELEASE = "1102000100" (CHAR) > Oracle version 11.2.0.1 (11.2) > OCI directory not found, please install OCI in > c:/ora11gx32/11.2.0/instant at makefile.pl line 241. > > > > Thanks in advance for your help in resolving the above problem. A key > perl script that we need to run cannot run until DBD::Oracle is > installed.
On Sun Jun 19 17:28:47 2011, ddEpic wrote: Show quoted text
> Laptop has version 5.12.3 built for MSWin32-x86-multi-thread of > Strawberry perl installed on it. > When Makefile.PL is run, the result is: > > *** Warning: whitespace characters in the current directory path > (C:/Users/mnoonan/My Documents/strawberry perl/DBD-Oracle-1.28) may > cause problems > > Using DBI 1.616 (for perl 5.012003 on MSWin32-x86-multi-thread) > installed in C:/strawberry/perl/vendor/lib/auto/DBI/ > > Configuring DBD::Oracle for perl 5.012003 on MSWin32 (MSWin32-x86-multi- > thread) > > Remember to actually *READ* the README file! Especially if you have any > problems. > > Installing on a MSWin32, Ver#5.1 > Using Oracle in c:/ora11gx32/11.2.0/instant > DEFINE _SQLPLUS_RELEASE = "1102000100" (CHAR) > Oracle version 11.2.0.1 (11.2) > OCI directory not found, please install OCI in > c:/ora11gx32/11.2.0/instant at makefile.pl line 241. > > > > Thanks in advance for your help in resolving the above problem. A key > perl script that we need to run cannot run until DBD::Oracle is > installed.
I answered this on perl monks yesterday at http://www.perlmonks.org/?node_id=910489 I'm not sure if there is a problem with DBD::Oracle and paths with spaces. I guess someone should look in to it as these paths generally need to be quoted. Martin -- Martin J. Evans Wetherby, UK
On Tue Jun 21 03:54:49 2011, MJEVANS wrote: Show quoted text
> On Sun Jun 19 17:28:47 2011, ddEpic wrote:
> > Laptop has version 5.12.3 built for MSWin32-x86-multi-thread of > > Strawberry perl installed on it. > > When Makefile.PL is run, the result is: > > > > *** Warning: whitespace characters in the current directory path > > (C:/Users/mnoonan/My Documents/strawberry perl/DBD-Oracle-1.28) may > > cause problems > > > > Using DBI 1.616 (for perl 5.012003 on MSWin32-x86-multi-thread) > > installed in C:/strawberry/perl/vendor/lib/auto/DBI/ > > > > Configuring DBD::Oracle for perl 5.012003 on MSWin32 (MSWin32-x86-multi- > > thread) > > > > Remember to actually *READ* the README file! Especially if you have any > > problems. > > > > Installing on a MSWin32, Ver#5.1 > > Using Oracle in c:/ora11gx32/11.2.0/instant > > DEFINE _SQLPLUS_RELEASE = "1102000100" (CHAR) > > Oracle version 11.2.0.1 (11.2) > > OCI directory not found, please install OCI in > > c:/ora11gx32/11.2.0/instant at makefile.pl line 241. > > > > > > > > Thanks in advance for your help in resolving the above problem. A key > > perl script that we need to run cannot run until DBD::Oracle is > > installed.
> > I answered this on perl monks yesterday at > http://www.perlmonks.org/?node_id=910489 > > I'm not sure if there is a problem with DBD::Oracle and paths with > spaces. I guess someone should look in to it as these paths generally > need to be quoted. > > Martin
Dennis, can you tell us how you got on when not using a path without spaces. Martin -- Martin J. Evans Wetherby, UK