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

Solaris Discussion :

Installation de swish e sur solaris


Sujet :

Solaris

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Profil pro
    Inscrit en
    Mai 2009
    Messages
    47
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2009
    Messages : 47
    Par défaut Installation de swish e sur solaris
    Bonjour,

    Je suis actuellement en stage et on me de mande d'installer le programme swish-e sur solaris, j'ai essayé de suivre l'installation proposé sur le site officiel de swish-e, mais je n'ai pas réussi. Je précise que je ne suis pas adminitrateur du système.

    Soyez précis dans vos réponses, s'il vous plait car je ne connais pas trop solaris,

    merci d'avance.

  2. #2
    Modérateur
    Avatar de jlliagre
    Homme Profil pro
    Ingénieur support avancé & développement
    Inscrit en
    Juin 2007
    Messages
    2 695
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur support avancé & développement
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2007
    Messages : 2 695
    Par défaut
    Citation Envoyé par nkta1 Voir le message
    Bonjour,

    Je suis actuellement en stage et on me de mande d'installer le programme swish-e sur solaris
    C'est quoi swich-e ?
    j'ai essayé de suivre l'installation proposé sur le site officiel de swish-e
    Quelle est l'adresse de ce site ?
    mais je n'ai pas réussi.
    Décrit ce que tu a fait et les erreurs que tu à observé. On ne peut pas deviner ce qui s'est passé si tu ne donne aucun indice ...
    Je précise que je ne suis pas adminitrateur du système.
    C'est à dire ? pas root ?

  3. #3
    Membre averti
    Profil pro
    Inscrit en
    Mai 2009
    Messages
    47
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2009
    Messages : 47
    Par défaut
    Merci de m'avoir répondu

    Citation Envoyé par jlliagre Voir le message
    C'est quoi swich-e ?
    C'est un logiciel d'indexation de page html et de fichier xml

    Citation Envoyé par jlliagre Voir le message
    Quelle est l'adresse de ce site ?
    http://swish-e.org/docs/install.html

    Citation Envoyé par jlliagre Voir le message
    Décrit ce que tu a fait et les erreurs que tu à observé. On ne peut pas deviner ce qui s'est passé si tu ne donne aucun indice ...
    c'est assez long mais j'ai peur d'oublié quelque chose d'important
    j'ai commencé par faire un configure
    $./configure
    j'obtiens ça
    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
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
     
    checking for build-swish-docs... no
    checking for a BSD-compatible install... /agl/share/std/stdbin/solaris/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... no
    checking for nawk... nawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ANSI C... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for an ANSI C-conforming const... yes
    checking build system type... sparc-sun-solaris2.9
    checking host system type... sparc-sun-solaris2.9
    checking for a sed that does not truncate output... /bin/sed
    checking for egrep... egrep
    checking for ld used by gcc... /usr/ccs/bin/ld
    checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
    checking for /usr/ccs/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/ccs/bin/nm -p
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... no
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g++... no
    checking for c++... c++
    checking whether we are using the GNU C++ compiler... yes
    checking whether c++ accepts -g... yes
    checking dependency style of c++... gcc3
    checking how to run the C++ preprocessor... c++ -E
    checking for g77... g77
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether g77 accepts -g... yes
    checking the maximum length of command line arguments... 262144
    checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... yes
    checking dynamic linker characteristics... solaris2.9 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... no
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by c++... /usr/ccs/bin/ld
    checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
    checking whether the c++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking for c++ option to produce PIC... -fPIC
    checking if c++ PIC flag -fPIC works... yes
    checking if c++ static flag -static works... yes
    checking if c++ supports -c -o file.o... yes
    checking whether the c++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... solaris2.9 ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for g77 option to produce PIC... -fPIC
    checking if g77 PIC flag -fPIC works... yes
    checking if g77 static flag -static works... yes
    checking if g77 supports -c -o file.o... yes
    checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... solaris2.9 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for BSDgettimeofday... no
    checking for gettimeofday... yes
    checking whether #! works in shell scripts... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for perl... /agl/tools/perl/current/bin/perl
    checking for pod2man... pod2man
    checking for a BSD-compatible install... /agl/share/std/stdbin/solaris/install -c
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ANSI C... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for vsnprintf in -lsnprintf... no
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking whether stat file-mode macros are broken... no
    checking for ANSI C header files... (cached) yes
    checking for unistd.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking sys/timeb.h usability... yes
    checking sys/timeb.h presence... yes
    checking for sys/timeb.h... yes
    checking windows.h usability... no
    checking windows.h presence... no
    checking for windows.h... no
    checking sys/resource.h usability... yes
    checking sys/resource.h presence... yes
    checking for sys/resource.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for pid_t... yes
    checking for size_t... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for working alloca.h... yes
    checking for alloca... yes
    checking for strftime... yes
    checking for vprintf... yes
    checking for _doprnt... yes
    checking for unistd.h... (cached) yes
    checking vfork.h usability... no
    checking vfork.h presence... no
    checking for vfork.h... no
    checking for fork... yes
    checking for vfork... yes
    checking for working fork... yes
    checking for working vfork... (cached) yes
    checking for waitpid... yes
    checking for kill... yes
    checking for re_comp... yes
    checking for regcomp... yes
    checking for strdup... yes
    checking for strstr... yes
    checking for lstat... yes
    checking for access... yes
    checking for strchr... yes
    checking for memcpy... yes
    checking for clock... yes
    checking for times... yes
    checking for getrusage... yes
    checking for log in -lm... yes
    checking for working strcoll... yes
    checking for uid_t in sys/types.h... yes
    checking type of array argument to getgroups... gid_t
    checking for getgroups... yes
    checking for working getgroups... yes
    checking type of array argument to getgroups... (cached) gid_t
    checking for vsnprintf... yes
    checking for mkstemp... yes
    checking for xml2-config... /bin/xml2-config
    checking for libxml libraries >= 2.4.3... found version 2.4.23
    checking zlib.h usability... yes
    checking zlib.h presence... yes
    checking for zlib.h... yes
    checking for gzread in -lz... yes
    Z_LIBS = -lz
    Not building with perl compatible regex - use --with-pcre to enable
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    checking for _LARGE_FILES value needed for large files... no
    configure: fileoffset bits = 64
    configure: Setting libexecdir to ${exec_prefix}/lib/swish-e
    checking config option memdebug for setting MEM_DEBUG... no
    checking config option memtrace for setting MEM_TRACE... no
    checking config option memstats for setting MEM_STATISTICS... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating html/Makefile
    config.status: creating pod/Makefile
    config.status: creating man/Makefile
    config.status: creating src/Makefile
    config.status: creating src/expat/Makefile
    config.status: creating src/replace/Makefile
    config.status: creating src/snowball/Makefile
    config.status: creating rpm/swish-e.spec
    config.status: creating tests/Makefile
    config.status: creating example/Makefile
    config.status: creating prog-bin/Makefile
    config.status: creating filters/Makefile
    config.status: creating filters/SWISH/Makefile
    config.status: creating conf/Makefile
    config.status: creating filter-bin/Makefile
    config.status: creating swish-e.pc
    config.status: creating swish-config
    config.status: creating src/acconfig.h
    config.status: src/acconfig.h is unchanged
    config.status: executing depfiles commands
    ensuite
    $make
    j'obtiens
    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
     
    Making all in filters
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters'
    Making all in SWISH
    make[2]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters/SWISH'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters/SWISH'
    make[2]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters'
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters'
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters'
    Making all in prog-bin
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/prog-bin'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/prog-bin'
    Making all in conf
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/conf'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/conf'
    Making all in filter-bin
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filter-bin'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filter-bin'
    Making all in example
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/example'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/example'
    Making all in html
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/html'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/html'
    Making all in man
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/man'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/man'
    Making all in src
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src'
    make  all-recursive
    make[2]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src'
    Making all in expat
    make[3]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/expat'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/expat'
    Making all in replace
    make[3]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/replace'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/replace'
    Making all in snowball
    make[3]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/snowball'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/snowball'
    make[3]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src'
    make[3]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src'
    make[2]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src'
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src'
    Making all in tests
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests'
    Making all in pod
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/pod'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/pod'
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7'
    make[1]: Nothing to be done for `all-am'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7'
    pour finir je fais
    $make check
    et j'obtiens
    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
     
    Making check in filters
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters'
    Making check in SWISH
    make[2]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters/SWISH'
    make[2]: Nothing to be done for `check'.
    make[2]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters/SWISH'
    make[2]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters'
    make[2]: Nothing to be done for `check-am'.
    make[2]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters'
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filters'
    Making check in prog-bin
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/prog-bin'
    make[1]: Nothing to be done for `check'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/prog-bin'
    Making check in conf
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/conf'
    make[1]: Nothing to be done for `check'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/conf'
    Making check in filter-bin
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filter-bin'
    make[1]: Nothing to be done for `check'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/filter-bin'
    Making check in example
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/example'
    make[1]: Nothing to be done for `check'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/example'
    Making check in html
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/html'
    make[1]: Nothing to be done for `check'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/html'
    Making check in man
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/man'
    make[1]: Nothing to be done for `check'.
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/man'
    Making check in src
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src'
    Making check in expat
    make[2]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/expat'
    make[2]: Nothing to be done for `check'.
    make[2]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/expat'
    Making check in replace
    make[2]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/replace'
    make[2]: Nothing to be done for `check'.
    make[2]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/replace'
    Making check in snowball
    make[2]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/snowball'
    make[2]: Nothing to be done for `check'.
    make[2]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/snowball'
    make[2]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src'
    make[2]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src'
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src'
    Making check in tests
    make[1]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests'
    make  check-TESTS
    make[2]: Entering directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests'
    FAIL: check_index
    FAIL: check_search
    FAIL: check_metasearch
    FAIL: check_fuzzy
    ===================
    4 of 4 tests failed
    ===================
    make[2]: *** [check-TESTS] Error 1
    make[2]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests'
    make[1]: *** [check-am] Error 2
    make[1]: Leaving directory `/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests'
    make: *** [check-recursive] Error 1
    Citation Envoyé par jlliagre Voir le message
    C'est à dire ? pas root ?
    Oui c'est ça.

  4. #4
    Modérateur
    Avatar de jlliagre
    Homme Profil pro
    Ingénieur support avancé & développement
    Inscrit en
    Juin 2007
    Messages
    2 695
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur support avancé & développement
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2007
    Messages : 2 695
    Par défaut
    Il n'y a pas d'erreur de ta part mais probablement une incompatibilité du code swish avec Solaris 9 et/ou le compilateur/bibliothèques associées.
    Je n'ai pas de problème avec Solaris Express (OpenSolaris):
    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
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
     
    m3:/var/tmp/swish $ cat go
    #!/bin/ksh
    set -x
    wget http://swish-e.org/distribution/swish-e-2.4.7.tar.gz || exit 1
    gzip -dc swish-e-2.4.7.tar.gz | tar xof -
    cd swish-e-2.4.7 || exit 1
    ./configure || exit 1
    /usr/ccs/bin/make || exit 1
    /usr/ccs/bin/make check || exit 1
    m3:/var/tmp/swish $ ./go
    + wget http://swish-e.org/distribution/swish-e-2.4.7.tar.gz || exit 1
    ...
    + gzip -dc swish-e-2.4.7.tar.gz
    + tar xof -
    + cd swish-e-2.4.7
    /var/tmp/swish/swish-e-2.4.7
    checking for build-swish-docs... no
    checking for a BSD-compatible install... /usr/bin/ginstall -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... no
    checking for nawk... nawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ANSI C... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for an ANSI C-conforming const... yes
    checking build system type... i386-pc-solaris2.11
    checking host system type... i386-pc-solaris2.11
    checking for a sed that does not truncate output... /var/tmp/jllTools/bin/common/gsed
    checking for egrep... egrep
    checking for ld used by gcc... /usr/ccs/bin/ld
    checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
    checking for /usr/ccs/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -p
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... g77
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether g77 accepts -g... yes
    checking the maximum length of command line arguments... 262144
    checking command to parse /usr/bin/nm -p output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... yes
    checking dynamic linker characteristics... solaris2.11 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... no
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/ccs/bin/ld
    checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
    checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ static flag -static works... no
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... solaris2.11 ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for g77 option to produce PIC... -fPIC
    checking if g77 PIC flag -fPIC works... yes
    checking if g77 static flag -static works... no
    checking if g77 supports -c -o file.o... yes
    checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... solaris2.11 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for BSDgettimeofday... no
    checking for gettimeofday... yes
    checking whether #! works in shell scripts... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for perl... /usr/bin/perl
    checking for pod2man... false
    configure: WARNING: pod2man was not found - needed for building man pages
    checking for a BSD-compatible install... /usr/bin/ginstall -c
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ANSI C... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for vsnprintf in -lsnprintf... no
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking whether stat file-mode macros are broken... no
    checking for ANSI C header files... (cached) yes
    checking for unistd.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking sys/timeb.h usability... yes
    checking sys/timeb.h presence... yes
    checking for sys/timeb.h... yes
    checking windows.h usability... no
    checking windows.h presence... no
    checking for windows.h... no
    checking sys/resource.h usability... yes
    checking sys/resource.h presence... yes
    checking for sys/resource.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for pid_t... yes
    checking for size_t... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for working alloca.h... yes
    checking for alloca... yes
    checking for strftime... yes
    checking for vprintf... yes
    checking for _doprnt... yes
    checking for unistd.h... (cached) yes
    checking vfork.h usability... no
    checking vfork.h presence... no
    checking for vfork.h... no
    checking for fork... yes
    checking for vfork... yes
    checking for working fork... yes
    checking for working vfork... (cached) yes
    checking for waitpid... yes
    checking for kill... yes
    checking for re_comp... yes
    checking for regcomp... yes
    checking for strdup... yes
    checking for strstr... yes
    checking for lstat... yes
    checking for access... yes
    checking for strchr... yes
    checking for memcpy... yes
    checking for clock... yes
    checking for times... yes
    checking for getrusage... yes
    checking for log in -lm... yes
    checking for working strcoll... yes
    checking for uid_t in sys/types.h... yes
    checking type of array argument to getgroups... gid_t
    checking for getgroups... yes
    checking for working getgroups... yes
    checking type of array argument to getgroups... (cached) gid_t
    checking for vsnprintf... yes
    checking for mkstemp... yes
    checking for xml2-config... /usr/bin/xml2-config
    checking for libxml libraries >= 2.4.3... found version 2.6.31
    checking zlib.h usability... yes
    checking zlib.h presence... yes
    checking for zlib.h... yes
    checking for gzread in -lz... yes
    Z_LIBS = -lz
    Not building with perl compatible regex - use --with-pcre to enable
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    checking for _LARGE_FILES value needed for large files... no
    configure: fileoffset bits = 64
    configure: Setting libexecdir to ${exec_prefix}/lib/swish-e
    checking config option memdebug for setting MEM_DEBUG... no
    checking config option memtrace for setting MEM_TRACE... no
    checking config option memstats for setting MEM_STATISTICS... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating html/Makefile
    config.status: creating pod/Makefile
    config.status: creating man/Makefile
    config.status: creating src/Makefile
    config.status: creating src/expat/Makefile
    config.status: creating src/replace/Makefile
    config.status: creating src/snowball/Makefile
    config.status: creating rpm/swish-e.spec
    config.status: creating tests/Makefile
    config.status: creating example/Makefile
    config.status: creating prog-bin/Makefile
    config.status: creating filters/Makefile
    config.status: creating filters/SWISH/Makefile
    config.status: creating conf/Makefile
    config.status: creating filter-bin/Makefile
    config.status: creating swish-e.pc
    config.status: creating swish-config
    config.status: creating src/acconfig.h
    config.status: executing depfiles commands
    + /usr/ccs/bin/make
    Making all in filters
    /var/tmp/swish/swish-e-2.4.7/filters
    Making all in SWISH
    /var/tmp/swish/swish-e-2.4.7/filters/SWISH
    Making all in prog-bin
    /var/tmp/swish/swish-e-2.4.7/prog-bin
    Making all in conf
    /var/tmp/swish/swish-e-2.4.7/conf
    Making all in filter-bin
    /var/tmp/swish/swish-e-2.4.7/filter-bin
    Making all in example
    /var/tmp/swish/swish-e-2.4.7/example
    Making all in html
    /var/tmp/swish/swish-e-2.4.7/html
    Making all in man
    /var/tmp/swish/swish-e-2.4.7/man
    Making all in src
    /var/tmp/swish/swish-e-2.4.7/src
    /usr/ccs/bin/make  all-recursive
    Making all in expat
    /var/tmp/swish/swish-e-2.4.7/src/expat
    Making all in replace
    /var/tmp/swish/swish-e-2.4.7/src/replace
    Making all in snowball
    /var/tmp/swish/swish-e-2.4.7/src/snowball
    Making all in tests
    /var/tmp/swish/swish-e-2.4.7/tests
    Making all in pod
    /var/tmp/swish/swish-e-2.4.7/pod
    + /usr/ccs/bin/make check
    Making check in filters
    /var/tmp/swish/swish-e-2.4.7/filters
    Making check in SWISH
    /var/tmp/swish/swish-e-2.4.7/filters/SWISH
    Making check in prog-bin
    /var/tmp/swish/swish-e-2.4.7/prog-bin
    Making check in conf
    /var/tmp/swish/swish-e-2.4.7/conf
    Making check in filter-bin
    /var/tmp/swish/swish-e-2.4.7/filter-bin
    Making check in example
    /var/tmp/swish/swish-e-2.4.7/example
    Making check in html
    /var/tmp/swish/swish-e-2.4.7/html
    Making check in man
    /var/tmp/swish/swish-e-2.4.7/man
    Making check in src
    /var/tmp/swish/swish-e-2.4.7/src
    Making check in expat
    /var/tmp/swish/swish-e-2.4.7/src/expat
    Making check in replace
    /var/tmp/swish/swish-e-2.4.7/src/replace
    Making check in snowball
    /var/tmp/swish/swish-e-2.4.7/src/snowball
    Making check in tests
    /var/tmp/swish/swish-e-2.4.7/tests
    /usr/ccs/bin/make  check-TESTS
    PASS: check_index
    PASS: check_search
    PASS: check_metasearch
    PASS: check_fuzzy
    ==================
    All 4 tests passed
    ==================
    Making check in pod
    /var/tmp/swish/swish-e-2.4.7/pod

  5. #5
    Membre averti
    Profil pro
    Inscrit en
    Mai 2009
    Messages
    47
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2009
    Messages : 47
    Par défaut
    merci pour ta réponse

    Au moins je sais que c'est possible
    Malheureusement c'est le système de mon boulot donc je ne peut pas le changé

    j'ai essayé de mettre le lien complet de l'application make et j'obtien un autre résultat malheureusement j'ai aussi un échec, mais je te met quand même ce que j'obtiens

    $ /usr/ccs/bin/make
    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
     
    Making all in filters
    Making all in SWISH
    Making all in prog-bin
    Making all in conf
    Making all in filter-bin
    Making all in example
    Making all in html
    Making all in man
    Making all in src
    /usr/ccs/bin/make  all-recursive
    Making all in expat
    Making all in replace
    Making all in snowball
    Making all in tests
    Making all in pod
    $ /usr/ccs/bin/make check
    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
     
    Making check in filters
    Making check in SWISH
    Making check in prog-bin
    Making check in conf
    Making check in filter-bin
    Making check in example
    Making check in html
    Making check in man
    Making check in src
    Making check in expat
    Making check in replace
    Making check in snowball
    Making check in tests
    /usr/ccs/bin/make  check-TESTS
    FAIL: check_index
    FAIL: check_search
    FAIL: check_metasearch
    FAIL: check_fuzzy
    ===================
    4 of 4 tests failed
    ===================
    *** Error code 1
    make: Fatal error: Command failed for target `check-TESTS'
    Current working directory /com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests
    *** Error code 1
    make: Fatal error: Command failed for target `check-am'
    Current working directory /com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests
    *** Error code 1
    make: Fatal error: Command failed for target `check-recursive'

  6. #6
    Modérateur
    Avatar de jlliagre
    Homme Profil pro
    Ingénieur support avancé & développement
    Inscrit en
    Juin 2007
    Messages
    2 695
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur support avancé & développement
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2007
    Messages : 2 695
    Par défaut
    Qu'affichent ces commandes:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    cd /com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests
    sh -x ./check_fuzzy
    ?

  7. #7
    Membre averti
    Profil pro
    Inscrit en
    Mai 2009
    Messages
    47
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2009
    Messages : 47
    Par défaut
    J'obtiens ce résultat.

    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
     
    + test -z
    + echo ./check_fuzzy
    + sed s,[^/]*$,,
    srcdir=./
    + test ./ = ./check_fuzzy
    + test -z ./
    + test  != set
    VERBOSE=1
    + . .//common.sh
    srcdir=./
    + test ! -d ./
    + cd ./
    + pwd
    srcdir=/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests
    + cd ..
    + pwd
    top_builddir=/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7
    + echo ./check_fuzzy
    + sed s,^.*/,,
    progname=check_fuzzy
    + echo check_fuzzy
    + sed s,-.*$,,
    testname=check_fuzzy
    + echo === Running test check_fuzzy
    === Running test check_fuzzy
    SWISH=/com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/swish-e
    + /com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/swish-e -c /com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests/test.fuzzy.config -i /com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests -T indexed_words
    ld.so.1: /com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/src/.libs/swish-e: fatal: libgcc_s.so.1: open failed: No such file or directory
    Killed

  8. #8
    Modérateur
    Avatar de jlliagre
    Homme Profil pro
    Ingénieur support avancé & développement
    Inscrit en
    Juin 2007
    Messages
    2 695
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur support avancé & développement
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2007
    Messages : 2 695
    Par défaut
    Le problème est que ton programme a besoin de libgcc_s.so.1 mais il ne le trouve pas.

    Essaie:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    cd /com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests
    LD_LIBRARY_PATH=/usr/local/lib sh -x ./check_fuzzy

  9. #9
    Membre averti
    Profil pro
    Inscrit en
    Mai 2009
    Messages
    47
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2009
    Messages : 47
    Par défaut
    Il me répond ça

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    LD_LIBRARY_PATH=/usr/local/lib: Command not found
    ça veut dir que ce n'est pas installé ?

    en tout cas j'ai été voir à l'adresse /usr/local/lib et le fichier libgcc_s.so.1 y est bien

    voila la liste complète si ça peut t'aidé

    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
     
    total 206120
    drwxr-xr-x   3 citbin   citbin      4096 Jul  8  2003 gcc-lib
    -rw-r--r--   1 citbin   citbin    167432 Jun 22  2003 lib-org-w3c-dom.a
    -rw-r--r--   1 citbin   citbin       793 Jun 22  2003 lib-org-w3c-dom.la
    -rw-r--r--   1 citbin   citbin    149900 Jun 22  2003 lib-org-w3c-dom.so.0.0.0
    -rw-r--r--   1 citbin   citbin    436380 Jun 22  2003 lib-org-xml-sax.a
    -rw-r--r--   1 citbin   citbin       793 Jun 22  2003 lib-org-xml-sax.la
    -rw-r--r--   1 citbin   citbin    396296 Jun 22  2003 lib-org-xml-sax.so.0.0.0
    -rw-r--r--   1 citbin   citbin   2068098 Jun 21  2002 libcrypto.a
    lrwxrwxrwx   1 citbin   citbin        14 Nov  7  2002 libcrypto.so -> libcrypto.so.0
    lrwxrwxrwx   1 citbin   citbin        18 Nov  7  2002 libcrypto.so.0 -> libcrypto.so.0.9.7
    -rw-r--r--   1 citbin   citbin   1368032 Jun 21  2002 libcrypto.so.0.9.7
    lrwxrwxrwx   1 citbin   citbin        12 Jan  7  2002 libcurses.a -> libncurses.a
    -rwxr-xr-x   1 citbin   citbin    371740 Mar 12  2002 libdb.so
    -rw-r--r--   1 citbin   citbin     48024 Jun 22  2003 libffi-2.00-beta.so
    -rw-r--r--   1 citbin   citbin     47592 Jun 22  2003 libffi.a
    -rw-r--r--   1 citbin   citbin       750 Jun 22  2003 libffi.la
    -rw-r--r--   1 citbin   citbin     84034 May 31  1999 libform.a
    -rw-r--r--   1 citbin   citbin    712906 May 31  1999 libform_g.a
    -rw-r--r--   1 citbin   citbin     15052 Jun 22  2003 libfrtbegin.a
    -rw-r--r--   1 citbin   citbin   3047200 Jun 22  2003 libg2c.a
    -rw-r--r--   1 citbin   citbin       734 Jun 22  2003 libg2c.la
    -rw-r--r--   1 citbin   citbin   2816124 Jun 22  2003 libg2c.so.0.0.0
    lrwxrwxrwx   1 citbin   citbin        13 Jul  8  2003 libgcc_s.so -> libgcc_s.so.1
    -rw-r--r--   1 citbin   citbin    745764 Jun 22  2003 libgcc_s.so.1
    -rw-r--r--   1 citbin   citbin   38136688 Jun 22  2003 libgcj.a
    -rw-r--r--   1 citbin   citbin      1255 Jun 22  2003 libgcj.la
    -rw-r--r--   1 citbin   citbin   32169860 Jun 22  2003 libgcj.so.4.0.0
    -rw-r--r--   1 citbin   citbin       334 Jun 22  2003 libgcj.spec
    -rw-r--r--   1 citbin   citbin    709988 Jun 22  2003 libiberty.a
    -rw-r--r--   1 citbin   citbin     43882 May 31  1999 libmenu.a
    -rw-r--r--   1 citbin   citbin    434918 May 31  1999 libmenu_g.a
    -rw-r--r--   1 citbin   citbin    438902 May 31  1999 libncurses.a
    -rw-r--r--   1 citbin   citbin   2737704 May 31  1999 libncurses_g.a
    -rw-r--r--   1 citbin   citbin    438840 Jun 22  2003 libobjc.a
    -rw-r--r--   1 citbin   citbin       685 Jun 22  2003 libobjc.la
    -rw-r--r--   1 citbin   citbin     15044 May 31  1999 libpanel.a
    -rw-r--r--   1 citbin   citbin    106836 May 31  1999 libpanel_g.a
    -rw-r--r--   1 citbin   citbin   8475576 Jun 22  2003 libstdc++.a
    -rw-r--r--   1 citbin   citbin      1225 Jun 22  2003 libstdc++.la
    -rw-r--r--   1 citbin   citbin   8243256 Jun 22  2003 libstdc++.so.5.0.4
    -rw-r--r--   1 citbin   citbin    668244 Jun 22  2003 libsupc++.a
    -rw-r--r--   1 citbin   citbin      1137 Jun 22  2003 libsupc++.la
    -rw-r--r--   1 citbin   citbin     72558 Nov  7  2002 libz.a
    lrwxrwxrwx   1 citbin   citbin        13 Nov  7  2002 libz.so -> libz.so.1.1.3
    -rw-r--r--   1 citbin   citbin     69861 Nov  7  2002 libz.so.1.1.3
    drwxr-xr-x   4 citbin   citbin      4096 Jan 10  2000 perl5
    drwxr-xr-x  23 citbin   citbin      4096 Aug  1  2001 php
    drwxr-xr-x   2 citbin   citbin      4096 Jul  8  2003 security
    drwxr-xr-x   2 citbin   citbin      4096 Jul  8  2003 sparcv9
    lrwxrwxrwx   1 citbin   citbin        17 Jan  7  2002 terminfo -> ../share/terminfo

  10. #10
    Modérateur
    Avatar de jlliagre
    Homme Profil pro
    Ingénieur support avancé & développement
    Inscrit en
    Juin 2007
    Messages
    2 695
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur support avancé & développement
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2007
    Messages : 2 695
    Par défaut
    Citation Envoyé par nkta1 Voir le message
    Il me répond ça

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    LD_LIBRARY_PATH=/usr/local/lib: Command not found
    ça veut dir que ce n'est pas installé ?
    Non, ça veut juste dire que tu es sous csh ...

    Passe sous ksh:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
     
    exec ksh
    export LD_LIBRARY_PATH=/usr/local/lib
    cd /com/ASTRIDFS2/webmsd/site_pay/stage/swish/swish-e-2.4.7/tests
    ./check_fuzzy

  11. #11
    Membre averti
    Profil pro
    Inscrit en
    Mai 2009
    Messages
    47
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2009
    Messages : 47
    Par défaut
    merci pour ta réponse

    ça marche pour le "make check"

    malheureusement quand je veux installé ça ne marche pas j'ai plein d'erreur de ce type

    $/usr/ccs/bin/make install
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
     
     /agl/share/std/stdbin/solaris/install -c -m 644 './README' '/com/ASTRIDFS2/webmsd/site_pay/stage/local/share/doc/swish-e/README'
    Donner le nom du fichier tar compresse !!
     
    Fin de linstallation
    Au départ le système s'installe bien mais en cour de route j'obtiens cette erreur.

Discussions similaires

  1. Installation de php sur Solaris 10
    Par mbaybig dans le forum Solaris
    Réponses: 1
    Dernier message: 03/11/2014, 23h14
  2. Ré-Installation Oracle sur Solaris
    Par Thomf dans le forum Installation
    Réponses: 2
    Dernier message: 30/09/2011, 09h57
  3. Réponses: 0
    Dernier message: 25/02/2010, 15h48
  4. Installation Mysql 5.0.27 sur Solaris 5.10
    Par onimougwo dans le forum Solaris
    Réponses: 1
    Dernier message: 04/12/2009, 15h12
  5. Installer mySQL sur solaris 2.9
    Par P4_le_requin_breton dans le forum Installation
    Réponses: 1
    Dernier message: 20/07/2006, 17h57

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