![]() |
Tcl 8.5 - Version imprimable +- Communauté Eggdrop (https://forum.eggdrop.fr) +-- Forum : Eggdrop et scripts (https://forum.eggdrop.fr/forumdisplay.php?fid=8) +--- Forum : Scripts (https://forum.eggdrop.fr/forumdisplay.php?fid=4) +--- Sujet : Tcl 8.5 (/showthread.php?tid=763) |
Tcl 8.5 - pheeric - 07/10/2010 Bonsoir, J'ai un p'tit soucis que je n'avais pas avant que mon hébergeur shell refasse son serveur (c'est liui qui a recompilé les eggys) : En PL de mon eggy : if {[catch {package require Tcl 8.5}]} Solution ? Recompiler un eggy 6.19+ctcpfix ou alors cela vient d el'OS du serveur (Linux) merci pour votre aide RE: Tcl 8.5 - CrazyCat - 07/10/2010 A mon avis, ça vient surtout de l'hébergeur qui n'a pas mis à jour tcl. RE: Tcl 8.5 - pheeric - 07/10/2010 Mouais c'est ce que je pensais aussi :) merci ^^ RE: Tcl 8.5 - Artix - 11/10/2010 Pheric: tu peux toujours le compiler toi même et l'utiliser dans eggdrop 1/ Télécharge la source 2/ Compile là 3/ Sur l'eggdrop fait ./configure --with-tclinc=/path/vers/tcl/generic/tcl.h --with-tcllib=/path/vers/tcl/unix/libtcl8.5.so 4/ C'est tout RE: Tcl 8.5 - pheeric - 11/10/2010 Artix a écrit :Pheric: tu peux toujours le compiler toi même et l'utiliser dans eggdrop Merci a toi Artix ;) le problème est résolu l'hébergeur a mis a jous ses libraires .; Un grand merci pour votre aide @bientôt |