Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1545 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs

  [Help needed] Besoin d'aide pour installer DChub!

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[Help needed] Besoin d'aide pour installer DChub!

n°99360
Fantome
MrPurple
Posté le 14-05-2002 à 04:56:11  profilanswer
 

Citation :

[root@www dchub]# ls
acinclude.m4  config.cache  COPYING        Makefile.am    README
aclocal.m4    config.h.in   Documentation  Makefile.in    scripts
AUTHORS       config.log    extprog        missing        src
ChangeLog     configure     INSTALL        mkinstalldirs  stamp-h.in
confdefs.h    configure.in  install-sh     NEWS           TODO
[root@www dchub]# sh configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether build environment is sane... yes
checking for glib-config... no
checking for GLIB - version >= 1.2.0... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
checking for strerror in -lcposix... no
checking for gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gcc option to accept ANSI C... none needed
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strcasecmp... yes
checking for edb-config... no
checking for edb... no
*** The edb-config script installed by edb could not be found
*** If edb was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the EDB_CONFIG environment variable to the
*** full path to edb-config.
configure: error: Cannot find edb: Is edb-config in path?
[root@www dchub]#

L' OS est E-smith, deja CT pas gagner pour pouvoir compiler avec, mais bon ca a eter installer :/
alors que now j ai le probleme du compilateur resolut, je teombe sur cette erreur, que doit je faire?

mood
Publicité
Posté le 14-05-2002 à 04:56:11  profilanswer
 

n°99365
apolon34
Vive Linux!!
Posté le 14-05-2002 à 07:04:43  profilanswer
 

installer edb piske il te le demande !
 
je sais pas ce que c'est mais tu trouveras surement sur google

n°99368
Fantome
MrPurple
Posté le 14-05-2002 à 07:53:25  profilanswer
 

apolon34 a écrit a écrit :

installer edb piske il te le demande !
 
je sais pas ce que c'est mais tu trouveras surement sur google  



trouver sur rpmfind.net
mais l erreur perdure...

 

[jfdsdjhfuetppo]--Message édité par fantome le 14-05-2002 à 07:53:40--[/jfdsdjhfuetppo]

n°99399
apolon34
Vive Linux!!
Posté le 14-05-2002 à 09:54:40  profilanswer
 

tu as fait ldconfig en root apres l'install ?
 
ce vient peut etre de la...sinon, mauvaise installation

n°99400
Fantome
MrPurple
Posté le 14-05-2002 à 09:56:11  profilanswer
 

apolon34 a écrit a écrit :

tu as fait ldconfig en root apres l'install ?
 
ce vient peut etre de la...sinon, mauvaise installation  



non ca j ai pas encore fait, j ignorai qu il fallait le faire d ailleur...
je vias jetter un oeil!

n°99439
apolon34
Vive Linux!!
Posté le 14-05-2002 à 10:43:52  profilanswer
 

generalement apres l'installation d'une lib, il faut le faire
 
ca remet le ld.so.cache a jour, pour qu'il puisse trouver les libs partagees

n°100684
Fantome
MrPurple
Posté le 16-05-2002 à 19:17:55  profilanswer
 

j ai taper ldconfig, mais toujour la meme erreur :(

n°100691
apolon34
Vive Linux!!
Posté le 16-05-2002 à 19:23:47  profilanswer
 

tu as installe la version -devel du package aussi ?

n°100830
Fantome
MrPurple
Posté le 17-05-2002 à 00:59:38  profilanswer
 

apolon34 a écrit a écrit :

tu as installe la version -devel du package aussi ?  



ou est ce que je la trouve celle la ???

n°100852
apolon34
Vive Linux!!
Posté le 17-05-2002 à 02:26:02  profilanswer
 

pareil que la ou t'as trouve la non -devel....

mood
Publicité
Posté le 17-05-2002 à 02:26:02  profilanswer
 

n°100856
Fantome
MrPurple
Posté le 17-05-2002 à 05:19:41  profilanswer
 
n°100857
becket
Posté le 17-05-2002 à 06:59:34  profilanswer
 

Il y a 2 erreuys dans ton configure
 
1- Sans connaitre la librairie ebd, je vois qu'il cherche le ebd-config qui doit fairement partie plutot du package libebd-dev que de libedb  
2- idem pour glib-dev  
 
donc commence par installer les deux packages en question
 
ensuite tu effaces config.cache et tu relances le configure

n°100859
Fantome
MrPurple
Posté le 17-05-2002 à 07:38:05  profilanswer
 

Citation :

[root@www dchub]# sh configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether build environment is sane... yes
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for strerror in -lcposix... no
checking for gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gcc option to accept ANSI C... none needed
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strcasecmp... yes
checking for edb-config... no
checking for edb... no
*** The edb-config script installed by edb could not be found
*** If edb was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the EDB_CONFIG environment variable to the
*** full path to edb-config.
configure: error: Cannot find edb: Is edb-config in path?
[root@www dchub]#

Reste plus que l erreur edb...
mais pas moyen de mettre la main sur un package en version dev...
quelqu un connait il ce genre de package ???

n°100860
Fantome
MrPurple
Posté le 17-05-2002 à 07:52:59  profilanswer
 

aparament ces package serait dependent de Xfree86 :/
je vais etre obliger d installer une interface graphique sur mon serveur :/
 
ARGGHHHHH

n°100894
Fantome
MrPurple
Posté le 17-05-2002 à 09:58:45  profilanswer
 

quelqu un peu t il m eclairer?


---------------
Voici, l'histoire d'un nain capable...
n°101335
becket
Posté le 17-05-2002 à 17:22:33  profilanswer
 
n°101351
Fantome
MrPurple
Posté le 17-05-2002 à 17:36:57  profilanswer
 

je t aime :love:
c est passer :)
 
MERCI !!!

 

[jfdsdjhfuetppo]--Message édité par fantome le 17-05-2002 à 17:37:16--[/jfdsdjhfuetppo]


---------------
Voici, l'histoire d'un nain capable...
n°101358
Fantome
MrPurple
Posté le 17-05-2002 à 17:44:45  profilanswer
 

bon sh configure ca marche :)
 
mais quand je fait make j ai ca :

Citation :

[root@www dchub]# make
make  all-recursive
make[1]: Entering directory `/bin/dchub'
Making all in src
make[2]: Entering directory `/bin/dchub/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/bin/dchub/src'
Making all in extprog
make[2]: Entering directory `/bin/dchub/extprog'
gcc  -Wall  -o dummy_prog  dummy_prog.o dc_com.o extprog_toolkit.o -L/usr/lib -l
gthread -lglib -lpthread
dummy_prog.o: In function `main':
dummy_prog.o(.text+0x6a): undefined reference to `get_a_dc_line'
extprog_toolkit.o: In function `set_user_info':
extprog_toolkit.o(.text+0x90): undefined reference to `send_dc_line'
extprog_toolkit.o: In function `send_public_chat_message':
extprog_toolkit.o(.text+0xeb): undefined reference to `send_dc_line'
extprog_toolkit.o: In function `send_private_chat_message':
extprog_toolkit.o(.text+0x175): undefined reference to `send_dc_line'
extprog_toolkit.o: In function `kick_user':
extprog_toolkit.o(.text+0x1d8): undefined reference to `send_dc_line'
extprog_toolkit.o: In function `do_search':
extprog_toolkit.o(.text+0x2ba): undefined reference to `send_dc_line'
extprog_toolkit.o(.text+0x31c): more undefined references to `send_dc_line' foll
ow
extprog_toolkit.o: In function `generic_decoder':
extprog_toolkit.o(.text+0x3fd): undefined reference to `SKIP_SPACE'
extprog_toolkit.o(.text+0x43e): undefined reference to `SKIP_SPACE'
extprog_toolkit.o(.text+0x78a): undefined reference to `SKIP_SPACE'
extprog_toolkit.o(.text+0x814): undefined reference to `SKIP_SPACE'
extprog_toolkit.o(.text+0x99c): undefined reference to `SKIP_SPACE'
extprog_toolkit.o(.text+0xb8a): more undefined references to `SKIP_SPACE' follow
collect2: ld returned 1 exit status
make[2]: *** [dummy_prog] Error 1
make[2]: Leaving directory `/bin/dchub/extprog'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/bin/dchub'
make: *** [all-recursive-am] Error 2
[root@www dchub]#


:cry: ca ce finis un jour?


---------------
Voici, l'histoire d'un nain capable...

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  [Help needed] Besoin d'aide pour installer DChub!

 

Sujets relatifs
a l'aide!!!!!HELP : AMANDA : sauvegarde de postes en réseau
Direct Connect sous linux, comment installer le programme du Hub ?[RPMS] Ca veut po s'installer!!!!!!!!!!!!!!!
si vous voulez installer linux quel distribution choisissez vous?s.v.p help kopete veux pas se lancez pourtant je suis les demarches
[HELP] MDR chez Mandrake ils sont trop fort lol :)[Linux/Lilo] CRASH... besoin d'aide...
[linux] Installer la police Helvetica... 
Plus de sujets relatifs à : [Help needed] Besoin d'aide pour installer DChub!


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR