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

Besoin d'aide pour installer DChub! [Help needed] - Linux et OS Alternatifs

Marsh Posté le 14-05-2002 à 04:56:11    

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?

Reply

Marsh Posté le 14-05-2002 à 04:56:11   

Reply

Marsh Posté le 14-05-2002 à 07:04:43    

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

Reply

Marsh Posté le 14-05-2002 à 07:53:25    

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]

Reply

Marsh Posté le 14-05-2002 à 09:54:40    

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

Reply

Marsh Posté le 14-05-2002 à 09:56:11    

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!

Reply

Marsh Posté le 14-05-2002 à 10:43:52    

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

Reply

Marsh Posté le 16-05-2002 à 19:17:55    

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

Reply

Marsh Posté le 16-05-2002 à 19:23:47    

tu as installe la version -devel du package aussi ?

Reply

Marsh Posté le 17-05-2002 à 00:59:38    

apolon34 a écrit a écrit :

tu as installe la version -devel du package aussi ?  



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

Reply

Marsh Posté le 17-05-2002 à 02:26:02    

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

Reply

Marsh Posté le 17-05-2002 à 02:26:02   

Reply

Marsh Posté le 17-05-2002 à 05:19:41    

Reply

Marsh Posté le 17-05-2002 à 06:59:34    

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

Reply

Marsh Posté le 17-05-2002 à 07:38:05    

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 ???

Reply

Marsh Posté le 17-05-2002 à 07:52:59    

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

Reply

Marsh Posté le 17-05-2002 à 09:58:45    

quelqu un peu t il m eclairer?


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

Marsh Posté le 17-05-2002 à 17:22:33    

Reply

Marsh Posté le 17-05-2002 à 17:36:57    

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...
Reply

Marsh Posté le 17-05-2002 à 17:44:45    

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...
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed