Hard to say for sure it could be one of a number of things. First what are
the details on your system version of perl and DBI and DBD:Oracle here are a
few things to check

Some causes could be

1) You have not installed
http://search.cpan.org/~mschwern/ExtUtils-MakeMaker-6.30/lib/ExtUtils/MakeMaker.pm
MakeMaker.pl mod
2) It is installed but you do not have proper RWE permission to use it
3) You may not have C++ installed.



""Ammayappa SELVAKUMAR"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Dear All,

I was trying to install DBD-Oracle and am getting the following error
while execuritng

perl Makefile.PL

Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains:

Can anyone help me...

Regards
Selva

-------- Message d'origine-------- 
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Date: mar. 28.02.2006 07:54
À: [EMAIL PROTECTED]
Cc: dbi-users@perl.org
Objet: Re: Can't connect to Sybase Rep server



This is a known problem, and has been fixed in either 1.07 or
1.07_01.

DBD::Sybase tries to see if chained transactions are supported
at startup,
and tries to find the @@version of the server. Both of these
requests fail
against a replication server, but the failure is expected, so
should simply
be hidden from the user...

Michael




Extranet
[EMAIL PROTECTED] - 27/02/2006 20:39

To:    dbi-users, Michael PEPPLER

cc:


Subject:    Can't connect to Sybase Rep server


This simple test program:

use strict;
use warnings;
use DBI;
my $dbh = DBI->connect('dbi:Sybase:server=REPP', 'REPP_login',
'REPP_passwd', {RaiseError => 1});
my $dummy = 6;

causes this:

Server message number=17001 severity=10 state=0 line=0
server=REPP
text=No SRV_OPTION handler installed.OpenClient message: LAYER =
(1)
ORIGIN = (1) SEVERITY = (1) NUMBER = (183)
Server REPP, database
Message String: ct_options(): user api layer: external error: An
error
was returned from the server while setting the options, check
the
server message for details.
Server message number=2056 severity=12 state=0 line=0
server=REPP
text=Line 1, character 8: Incorrect syntax with 'select'.
[EMAIL PROTECTED] (DEV, uid=8030(persicom) gid=200(develop)
depth=0)

using Perl 5.6.1, DBI 1.48 and DBD::Sybase 1.07.

However, when using Perl 5.6.1, DBI 1.37 and DBD::Sybase 1.00, I
get
no error message.

What DBI trace flags/envars do I neet to set in order to
diagnose this?

--
Matthew O. Persico




This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive this message in error, please delete it and
immediately notify the sender. Any use not in accord with
its purpose, any dissemination or disclosure, either whole
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message.
BNP PARIBAS (and its subsidiaries) shall (will) not
therefore be liable for the message if modified.

                ---------------------------------------------

Ce message et toutes les pieces jointes (ci-apres le
"message") sont etablis a l'intention exclusive de ses
destinataires et sont confidentiels. Si vous recevez ce
message par erreur, merci de le detruire et d'en avertir
immediatement l'expediteur. Toute utilisation de ce
message non conforme a sa destination, toute diffusion
ou toute publication, totale ou partielle, est interdite, sauf
autorisation expresse. L'internet ne permettant pas
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce
message, dans l'hypothese ou il aurait ete modifie.


======================================================================

This message (and any associated files) is intended only for the
use of the individual or entity to which it is addressed and may
contain information that is confidential, subject to copyright or
constitutes a trade secret. If you are not the intended recipient
you are hereby notified that any dissemination, copying or
distribution of this message, or files associated with this message,
is strictly prohibited. If you have received this message in error,
please notify us immediately by replying to the message and deleting
it from your computer. Messages sent to and from us may be monitored.

Internet communications cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed, arrive
late or incomplete, or contain viruses. Therefore, we do not accept
responsibility for any errors or omissions that are present in this
message, or any attachment, that have arisen as a result of e-mail
transmission. If verification is required, please request a hard-copy
version. Any views or opinions presented are solely those of the author
and do not necessarily represent those of the company.


======================================================================


Reply via email to