IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

SGBD Perl Discussion :

Installation DBD Oracle


Sujet :

SGBD Perl

  1. #1
    Nouveau membre du Club
    Inscrit en
    Mai 2007
    Messages
    39
    Détails du profil
    Informations forums :
    Inscription : Mai 2007
    Messages : 39
    Points : 36
    Points
    36
    Par défaut Installation DBD Oracle
    Bonjour,

    Suite à une nouvelle installation d'ubuntu (gusty) je voudrais comme sur mon ancienne version, installer DBD::Oracle.

    la connexion aux bases fonctionne correctement j'utilise d'ailleurs Tora sans aucun problème.
    par contre en ce qui concerne perl pas moyen d'installer DBD::Oracle :'( donc mes scripts ne fonctionne plus


    Mon message après la commande:
    bakka@PC233410:~/share/MODULE_PERL/DBD-Oracle-1.19$ perl Makefile.PL

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
     
    Multiple copies of Driver.xst found in: /usr/local/lib/perl/5.8.8/auto/DBI/ /usr/local/share/perl/5.8.8/auto/DBI/ at Makefile.PL line 35
    Using DBI 1.601 (for perl 5.008008 on i486-linux-gnu-thread-multi) installed in /usr/local/lib/perl/5.8.8/auto/DBI/
     
    Configuring DBD::Oracle for perl 5.008008 on linux (i486-linux-gnu-thread-multi)
     
    Remember to actually *READ* the README file! Especially if you have any problems.
     
    Using Oracle in /usr/lib/oracle/xe/app/oracle/product/10.2.0/client
    DEFINE _SQLPLUS_RELEASE = "1002000100" (CHAR)
    Oracle version 10.2.0.1 (10.2)
    Found /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/rdbms/demo/demo_xe.mk
    Using /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/rdbms/demo/demo_xe.mk
    Looks like Oracle XE (/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/rdbms/demo/demo_xe.mk)
    Reading /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/rdbms/demo/demo_xe.mk
    Your LD_LIBRARY_PATH env var is set to '/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib:/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib:/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib:/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib:/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib:'
     
    Checking for functioning wait.ph
    Constant subroutine __USE_POSIX undefined at /usr/lib/perl/5.8/features.ph line 8.
    Constant subroutine __USE_POSIX2 undefined at /usr/lib/perl/5.8/features.ph line 9.
    Constant subroutine __USE_POSIX199309 undefined at /usr/lib/perl/5.8/features.ph line 10.
    Constant subroutine __USE_POSIX199506 undefined at /usr/lib/perl/5.8/features.ph line 11.
    Constant subroutine __USE_XOPEN undefined at /usr/lib/perl/5.8/features.ph line 12.
    Constant subroutine __USE_XOPEN_EXTENDED undefined at /usr/lib/perl/5.8/features.ph line 13.
    Constant subroutine __USE_UNIX98 undefined at /usr/lib/perl/5.8/features.ph line 14.
    Constant subroutine __USE_LARGEFILE undefined at /usr/lib/perl/5.8/features.ph line 16.
    Constant subroutine __USE_LARGEFILE64 undefined at /usr/lib/perl/5.8/features.ph line 17.
    Constant subroutine __USE_FILE_OFFSET64 undefined at /usr/lib/perl/5.8/features.ph line 18.
    Constant subroutine __USE_BSD undefined at /usr/lib/perl/5.8/features.ph line 19.
    Constant subroutine __USE_SVID undefined at /usr/lib/perl/5.8/features.ph line 20.
    Constant subroutine __USE_MISC undefined at /usr/lib/perl/5.8/features.ph line 21.
    Constant subroutine __USE_GNU undefined at /usr/lib/perl/5.8/features.ph line 23.
    Constant subroutine __USE_REENTRANT undefined at /usr/lib/perl/5.8/features.ph line 24.
    Constant subroutine _POSIX_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 49.
    Constant subroutine _POSIX_C_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 51.
    Constant subroutine _XOPEN_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 53.
    Constant subroutine _XOPEN_SOURCE_EXTENDED undefined at /usr/lib/perl/5.8/features.ph line 55.
    Constant subroutine _LARGEFILE64_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 57.
    Constant subroutine _LARGEFILE_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 104.
    Constant subroutine __USE_ISOC99 undefined at /usr/lib/perl/5.8/features.ph line 108.
    Constant subroutine __GNU_LIBRARY__ undefined at /usr/lib/perl/5.8/features.ph line 156.
    Operator or semicolon missing before &__inline at (eval 129) line 1.
    Ambiguous use of & resolved as operator & at (eval 129) line 1.
    Constant subroutine __need_size_t undefined at /usr/lib/perl/5.8/stddef.ph line 148.
    Unquoted string "typedef" may clash with future reserved word at (eval 182) line 1.
    Operator or semicolon missing before &typedef at (eval 182) line 1.
    Ambiguous use of & resolved as operator & at (eval 182) line 1.
    Constant subroutine __need_timeval undefined at /usr/lib/perl/5.8/bits/time.ph line 23.
     
    System: perl5.008008 linux palmer 2.6.15.7 #1 smp thu sep 7 19:42:20 utc 2006 i686 gnulinux 
    Compiler:   cc -O2 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
    Linker:     /usr/bin/ld
    Sysliblist: 
    Oracle makefiles would have used these definitions but we override them:
      CC:       /usr/bin/g++296
      LDFLAGS:  -g
               [-g]
    Linking with -L/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib/ -lclntsh -lpthread
     
    LD_RUN_PATH=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib
    Using DBD::Oracle 1.19.
    Using DBD::Oracle 1.19.
    Multiple copies of Driver.xst found in: /usr/local/lib/perl/5.8.8/auto/DBI/ /usr/local/share/perl/5.8.8/auto/DBI/ at Makefile.PL line 1635
    Using DBI 1.601 (for perl 5.008008 on i486-linux-gnu-thread-multi) installed in /usr/local/lib/perl/5.8.8/auto/DBI/
    Writing Makefile for DBD::Oracle
     
    ***  If you have problems...
         read all the log printed above, and the README and README.help.txt files.
         (Of course, you have read README by now anyway, haven't you?)
    Si quelqu'un aurait déjà eu le problème ?

    j'ai aussi essyé avec cpan install DBD::Oracle mais sans succes :'(

    et j'avou que je suis un perdu la je pensais au début que j'avais un probleme avec oracle hors je m'appercoit qu'il fonctionne bien la connexion via sqlplus est OK enfin je ne vois plus trop ou chercher, mis à part sur l'installation de perl.

    pour info:
    perl -v => This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
    j'ai réussi à installer : DBI-1.601
    la version de DBD-Oracle est la 1.19

  2. #2
    Nouveau membre du Club
    Inscrit en
    Mai 2007
    Messages
    39
    Détails du profil
    Informations forums :
    Inscription : Mai 2007
    Messages : 39
    Points : 36
    Points
    36
    Par défaut
    un peu comme d'habitude je poste je relis mon poste et je reprends un peu chaque élément un par un et j'arrive a corriger le problème mais de la à dire comment j'en sais rien c'est mon problème j'comprends jamais comment je fais...

    par contre j'ai une autre machine qui à le même problème j'vais noté se que je fais et je le rapporterais ici, sa peut toujours aider.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. DBD::Oracle - Installation impossible
    Par sheevahz dans le forum Modules
    Réponses: 2
    Dernier message: 26/07/2011, 20h53
  2. pb install DBD::Oracle
    Par oliviernouhi dans le forum SGBD
    Réponses: 9
    Dernier message: 02/02/2011, 10h18
  3. [DBD::Oracle] problèmes installation et utilisation
    Par danathane dans le forum SGBD
    Réponses: 3
    Dernier message: 22/01/2009, 22h04
  4. install DBD-Oracle-1.19 en erreur
    Par tibal dans le forum Modules
    Réponses: 4
    Dernier message: 16/10/2007, 23h54
  5. Installation du composant DBD::Oracle
    Par arodier dans le forum Oracle BI
    Réponses: 1
    Dernier message: 18/05/2007, 21h55

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo