Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 07/01/2006, à 18:35

Skippy le Grand Gourou

[Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Salut,

EDIT : Modification temporaire du titre, convient mieux au nouveau problème exposé dans le post #6. Et pour ceux qui auraient la flemme de tout lire : je veux installer thunderbird 1.0.6 parce que la 1.0.7 n'est pas compatible avec webmail qui est ma dernière chance de pouvoir relever ma messagerie hotmail.fr. wink

Message original :

Bon, suite à mes multiples tentatives infructueuses pour pouvoir lire les mails de mon adresse hotmail.fr avec thunderbird (j'ai essayé pop3hot.com (payant au bout de 15 jours...), hotwayd, MrPostman... Pas de problème avec hotmail.com, mais pas possible avec hotmail.fr...), suite à [...] donc, j'ai décidé de repasser à Thunderbird 1.0.6 avec lequel est censé fonctionner webmail (pas de mauvaise blague, ça marchait très bien avec XP...:rolleyes: ).

Je me suis donc rendu sur ftp://ftp.mozilla.org/pub/mozilla.org/t … /releases/, ai téléchargé thunderbird-1.0.6.tar.gz, l'ai décompressé dans un fichier (pour les newbies comme moi : "tar -xzvf thunderbird-1.0.6.tar.gz" wink ), et là je sais plus quoi faire : pas de make ou de configure... Tout ce qu'il y a dans le dossier c'est :

chrome          libldap50.so    libsmime3.so        mozilla-xremote-client
components      libmozjs.so     libsoftokn3.chk     README.txt
components.ini  libnspr4.so     libsoftokn3.so      res
defaults        libnss3.so      libssl3.so          run-mozilla.sh
extensions      libnssckbi.so   libxpcom_compat.so  thunderbird
greprefs        libplc4.so      libxpcom.so         thunderbird-bin
icons           libplds4.so     libxpistub.so       xpicleanup
init.d          libprldap50.so  LICENSE.txt

et dans le README.txt :

For information about installing, running and configuring Thunderbird
including a list of known issues and troubleshooting information,
refer to: http://getthunderbird.com/releases/

Mais bien sûr, sur http://getthunderbird.com/releases/, rien du tout si ce n'est que la version 1.0.7 en téléchargement...

Donc bref, qu'est-ce que je dois faire ???

Merci.

Dernière modification par Skippy le Grand Gourou (Le 14/01/2006, à 01:11)

Hors ligne

#2 Le 07/01/2006, à 18:43

Donk

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Installe thunderbird avec synaptic ca sera beaucoup plus simple

Hors ligne

#3 Le 07/01/2006, à 19:21

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Ben oui, je sais bien, mais webmail n'est pas compatible avec thunderbird 1.0.7, qui est le seul à être dispo dans synaptic (à moins qu'on ne m'indique comment y récupérer le 1.0.6)...

Hors ligne

#4 Le 07/01/2006, à 20:22

requiem

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Skippy, une archive en tar.gz ne signifie pas qu'elle contient les fichiers source d'un programme.
Dans ton cas, tu as téléchargé les binaires de thunderbird smile

Si tu tiens vraiment à l'utiliser, je te conseille de de copier le contenu de ce répertoire dans /usr/lib/tunderbird-1.0.6   (en root ou via un sudo).
Puis, tu vas dans /usr/bin et tu crées un lien thunderbird qui pointe sur le fichier thunderbird du répertoire que tu as crée.


Le problème avec Linux, ce n'est pas Linux, c'est le linuxien

Hors ligne

#5 Le 07/01/2006, à 21:11

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Merci. J'ai fait ce que tu m'as dit, mais quand je lance thunderbird j'obtiens un vilain :

$ thunderbird
Cannot find mozilla runtime directory. Exiting.

sad

J'épluche Google, mais si quelqu'un a une solution...

Hors ligne

#6 Le 07/01/2006, à 21:17

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Bon, par un éclair de génie je me suis dit : "et si tu remettais le nom du dossier thunderbird-1.0.6 et pas simplement thunderbird ?" Résultat : y'a du mieux... cool

Ca me lance maintenant une vilaine fenêtre Netscape me proposant d'envoyer le message d'erreur par internet... sad

./run-mozilla.sh: line 159: 16014 Erreur de segmentation  "$prog" ${1+"$@"}

Dernière modification par Skippy le Grand Gourou (Le 07/01/2006, à 21:18)

Hors ligne

#7 Le 07/01/2006, à 21:51

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Tiens ? Maintenant il est plus bavard :

$ ./thunderbird
(QFA)Talkback error: Can't initialize.
./run-mozilla.sh: line 159: 16719 Erreur de segmentation  "$prog" ${1+"$@"}

J'ai pourtant rien changé ? Et il me demande plus d'envoyer le rapport de bug. roll

Le contenu du fichier run-mozilla.sh, si ça peut aider :

#!/bin/sh
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation.  Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): 
#
#
## 
## Usage:
##
## $ run-mozilla.sh [options] [program] [program arguments]
##
## This script is meant to run a mozilla program from the mozilla
## source tree.  This is mostly useful to folks hacking on mozilla.
##
## The script will setup all the environment voodoo needed to make
## mozilla work.
##
## In the absence of a program being specified on the command line, the
## script determines which program to run in this order of existence.
##
##   1. The program named foo-bin where foo is the name of this script,
##      (e.g. rename this script as TestEmbed and it will look for
##      TestEmbed-bin).
##   2. The "viewer" executable.
##   3. The "mozilla-bin" executable
#
## Standard shell script disclaimer blurb thing:
##
## This script is a hack.  It's brute force.  It's horrible.  
## It doesn't use Artificial Intelligence.  It doesn't use Virtual Reality.
## It's not perl.  It's not python.  It probably won't work unchanged on
## the "other" thousands of unices.  But it worksforme.  --ramiro
##
## If you have an improvement, patch, idea, whatever, on how to make this
## script better, post it here:
##
## news://news.mozilla.org/netscape.public.mozilla.patches
## news://news.mozilla.org/netscape.public.mozilla.unix
## 
#
##
## Potential improvements:
##
## + Run from anywhere in the tree.
## + Run ldd on the program and report missing dlls
## + Deal with NSPR in the tree
## + All the other unices
##
#
cmdname=`basename "$0"`
MOZ_DIST_BIN=`dirname "$0"`
MOZ_DEFAULT_NAME="./${cmdname}-bin"
MOZ_APPRUNNER_NAME="./mozilla-bin"
MOZ_VIEWER_NAME="./viewer"
MOZ_PROGRAM=""

exitcode=0
#
##
## Functions
##
##########################################################################
moz_usage()
{
echo "Usage:  ${cmdname} [options] [program]"
echo ""
echo "  options:"
echo ""
echo "    -g                   Run in debugger."
echo "    --debug"
echo ""
echo "    -d debugger          Debugger to use."
echo "    --debugger debugger"
echo ""
echo "  Examples:"
echo ""
echo "  Run the viewer"
echo ""
echo "    ${cmdname} viewer"
echo ""
echo "  Run the mozilla-bin binary"
echo ""
echo "    ${cmdname} mozilla-bin"
echo ""
echo "  Debug the viewer in a debugger"
echo ""
echo "    ${cmdname} -g viewer"
echo ""
echo "  Debug the mozilla-bin binary in gdb"
echo ""
echo "    ${cmdname} -g mozilla-bin -d gdb"
echo ""
	return 0
}
##########################################################################
moz_bail()
{
	message=$1
	echo
	echo "$cmdname: $message"
	echo
	exit 1
}
##########################################################################
moz_test_binary()
{
	binary=$1
	if [ -f "$binary" ]
	then
		if [ -x "$binary" ]
		then
			return 1
		fi
	fi
	return 0
}
##########################################################################
moz_get_debugger()
{
	debuggers="ddd gdb dbx bdb"
	debugger="notfound"
	done="no"
	for d in $debuggers
	do
		moz_test_binary /bin/type
		if [ $? -eq 1 ]
		then
			dpath=`type ${d} | awk '{print $3;}' | sed -e 's/\.$//'`	
		else 	
			dpath=`which ${d}`	
		fi
		if [ -x "$dpath" ]
		then
			debugger=$dpath
			break
		fi
	done
	echo $debugger
	return 0
}
##########################################################################
moz_run_program()                                  ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
{                                                                    ¤¤¤¤¤¤¤¤¤¤ C'EST CELLE-CI LA LIGNE 159 ¤¤¤¤¤¤¤¤¤¤¤¤¤
	prog=$MOZ_PROGRAM                    ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
	##
	## Make sure the program is executable
	##
	if [ ! -x "$prog" ]
	then
		moz_bail "Cannot execute $prog."
	fi
	##
	## Use md5sum to crc a core file.  If md5sum is not found on the system,
	## then dont debug core files.
	##
	moz_test_binary /bin/type
	if [ $? -eq 1 ]
	then
		crc_prog=`type md5sum 2>/dev/null | awk '{print $3;}' 2>/dev/null | sed -e 's/\.$//'`
	else
		crc_prog=`which md5sum 2>/dev/null`
	fi
	if [ -x "$crc_prog" ]
	then
		DEBUG_CORE_FILES=1
	fi
	if [ "$DEBUG_CORE_FILES" ]
	then
		crc_old=
		if [ -f core ]
		then
			crc_old=`$crc_prog core | awk '{print $1;}' `
		fi
	fi
	##
	## Run the program
	##
	"$prog" ${1+"$@"}
	exitcode=$?
	if [ "$DEBUG_CORE_FILES" ]
	then
		if [ -f core ]
		then
			crc_new=`$crc_prog core | awk '{print $1;}' `
		fi
	fi
	if [ "$crc_old" != "$crc_new" ]
	then
		printf "\n\nOh no!  %s just dumped a core file.\n\n" $prog
		printf "Do you want to debug this ? "
		printf "You need a lot of memory for this, so watch out ? [y/n] "
		read ans
		if [ "$ans" = "y" ]
		then
			debugger=`moz_get_debugger`
			if [ -x "$debugger" ]
			then
				echo "$debugger $prog core"

				# See http://www.mozilla.org/unix/debugging-faq.html
				# For why LD_BIND_NOW is needed
				LD_BIND_NOW=1; export LD_BIND_NOW

				$debugger "$prog" core
			else
				echo "Could not find a debugger on your system."
			fi
		fi
	fi
}
##########################################################################
moz_debug_program()
{
	prog=$MOZ_PROGRAM
	##
	## Make sure the program is executable
	##
	if [ ! -x "$prog" ]
	then
		moz_bail "Cannot execute $prog."
	fi
	if [ -n "$moz_debugger" ]
	then
		moz_test_binary /bin/type
		if [ $? -eq 1 ]
		then	
			debugger=`type $moz_debugger | awk '{print $3;}' | sed -e 's/\.$//'` 
		else
			debugger=`which $moz_debugger` 
		fi	
	else
		debugger=`moz_get_debugger`
	fi
    if [ -x "$debugger" ] 
    then
        echo "set args ${1+"$@"}" > /tmp/mozargs$$ 
# If you are not using ddd, gdb and know of a way to convey the arguments 
# over to the prog then add that here- Gagan Saksena 03/15/00
        case `basename $debugger` in
            gdb) echo "$debugger $prog -x /tmp/mozargs$$"
                $debugger "$prog" -x /tmp/mozargs$$
		exitcode=$?
                ;;
            ddd) echo "$debugger --debugger \"gdb -x /tmp/mozargs$$\" $prog"
                $debugger --debugger "gdb -x /tmp/mozargs$$" "$prog"
		exitcode=$?
                ;;
            *) echo "$debugger $prog ${1+"$@"}"
                $debugger "$prog" ${1+"$@"}
		exitcode=$?
                ;;
        esac
        /bin/rm /tmp/mozargs$$
    else
        echo "Could not find a debugger on your system." 
    fi
}
##########################################################################
##
## Command line arg defaults
##
moz_debug=0
moz_debugger=""
#
##
## Parse the command line
##
while [ $# -gt 0 ]
do
  case $1 in
    -g | --debug)
      moz_debug=1
      shift
      ;;
    -d | --debugger)
      moz_debugger=$2;
      if [ "${moz_debugger}" != "" ]; then
	shift 2
      else
        echo "-d requires an argument"
        exit 1
      fi
      ;;
    *)
      break;
      ;;
  esac
done
#
##
## Program name given in $1
##
if [ $# -gt 0 ]
then
	MOZ_PROGRAM=$1
	shift
fi
##
## Program not given, try to guess a default
##
if [ -z "$MOZ_PROGRAM" ]
then
	##
	## Try this script's name with '-bin' appended
	##
	if [ -x "$MOZ_DEFAULT_NAME" ]
	then
		MOZ_PROGRAM=$MOZ_DEFAULT_NAME
	## Try viewer (this should be deprecated)
	## 
	elif [ -x "$MOZ_VIEWER_NAME" ]
	then
		MOZ_PROGRAM=$MOZ_VIEWER_NAME
	##
	## Try mozilla-bin
	## 
	elif [ -x "$MOZ_APPRUNNER_NAME" ]
	then
		MOZ_PROGRAM=$MOZ_APPRUNNER_NAME
	fi
fi
#
#
##
## Make sure the program is executable
##
if [ ! -x "$MOZ_PROGRAM" ]
then
	moz_bail "Cannot execute $MOZ_PROGRAM."
fi
#
##
## Set MOZILLA_FIVE_HOME
##
MOZILLA_FIVE_HOME=$MOZ_DIST_BIN

if [ -z "$MRE_HOME" ]; then
    MRE_HOME=$MOZILLA_FIVE_HOME
fi
##
## Set LD_LIBRARY_PATH
LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}
if [ -n "$LD_LIBRARYN32_PATH" ]
then
	LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"}
fi
if [ -n "$LD_LIBRARYN64_PATH" ]
then
	LD_LIBRARYN64_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN64_PATH+":$LD_LIBRARYN64_PATH"}
fi
if [ -n "$LD_LIBRARY_PATH_64" ]; then
	LD_LIBRARY_PATH_64=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH_64+":$LD_LIBRARY_PATH_64"}
fi
#
#
## Set SHLIB_PATH for HPUX
SHLIB_PATH=${MOZ_DIST_BIN}:${MRE_HOME}${SHLIB_PATH+":$SHLIB_PATH"}
#
## Set LIBPATH for AIX
LIBPATH=${MOZ_DIST_BIN}:${MRE_HOME}${LIBPATH+":$LIBPATH"}
#
## Set DYLD_LIBRARY_PATH for Mac OS X (Darwin)
DYLD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MRE_HOME}${DYLD_LIBRARY_PATH+":$DYLD_LIBRARY_PATH"}
#
## Set LIBRARY_PATH for BeOS
LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/components:${MRE_HOME}${LIBRARY_PATH+":$LIBRARY_PATH"}
#
## Set ADDON_PATH for BeOS
ADDON_PATH=${MOZ_DIST_BIN}${ADDON_PATH+":$ADDON_PATH"}
#
## Solaris Xserver(Xsun) tuning - use shared memory transport if available
if [ "$XSUNTRANSPORT" = "" ]
then 
        XSUNTRANSPORT="shmem" 
        XSUNSMESIZE="512"
        export XSUNTRANSPORT XSUNSMESIZE
fi
## Populate XPSERVERLIST if it was not set yet
if [ "$XPSERVERLIST" = "" ]
then
    if [ -f /etc/init.d/xprint ] ; then
        XPSERVERLIST="`/bin/sh /etc/init.d/xprint get_xpserverlist`"
        if [ "$XPSERVERLIST" != "" ] ; then
            export XPSERVERLIST
        fi
    fi
fi

if [ "$moz_debug" -eq 1 ]
then
  echo "MOZILLA_FIVE_HOME=$MOZILLA_FIVE_HOME"
  echo "  LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
  if [ -n "$LD_LIBRARYN32_PATH" ]
  then
  	echo "LD_LIBRARYN32_PATH=$LD_LIBRARYN32_PATH"
  fi
  if [ -n "$LD_LIBRARYN64_PATH" ]
  then
  	echo "LD_LIBRARYN64_PATH=$LD_LIBRARYN64_PATH"
  fi
  if [ -n "$LD_LIBRARY_PATH_64" ]; then
  	echo "LD_LIBRARY_PATH_64=$LD_LIBRARY_PATH_64"
  fi
  if [ -n "$DISPLAY" ]; then
       echo "DISPLAY=$DISPLAY"
  fi
  if [ -n "$FONTCONFIG_PATH" ]; then
	echo "FONTCONFIG_PATH=$FONTCONFIG_PATH"
  fi
  if [ -n "$XPSERVERLIST" ]; then
       echo "XPSERVERLIST=$XPSERVERLIST"
  fi
  if [ -n "$MOZILLA_POSTSCRIPT_PRINTER_LIST" ]; then
       echo "MOZILLA_POSTSCRIPT_PRINTER_LIST=$MOZILLA_POSTSCRIPT_PRINTER_LIST"
  fi
  echo "DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH"
  echo "     LIBRARY_PATH=$LIBRARY_PATH"
  echo "       SHLIB_PATH=$SHLIB_PATH"
  echo "          LIBPATH=$LIBPATH"
  echo "       ADDON_PATH=$ADDON_PATH"
  echo "      MOZ_PROGRAM=$MOZ_PROGRAM"
  echo "      MOZ_TOOLKIT=$MOZ_TOOLKIT"
  echo "        moz_debug=$moz_debug"
  echo "     moz_debugger=$moz_debugger"
fi
#
export MOZILLA_FIVE_HOME LD_LIBRARY_PATH
export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH

if [ $moz_debug -eq 1 ]
then
	moz_debug_program ${1+"$@"}
else
	moz_run_program ${1+"$@"}
fi

exit $exitcode

(J'ai annoté la ligne 159, je pense qu'elle est repérable... wink

Dernière modification par Skippy le Grand Gourou (Le 07/01/2006, à 21:56)

Hors ligne

#8 Le 07/01/2006, à 22:22

requiem

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Je viens de télécharger l'archive que tu indiques dans ton premier post.
Verdict : thunderbird se lance

Voilà ce que j'ai exécuté, commande après commande :

tar xzvf thunderbird-1.0.6.tar.gz

sudo mv thunderbird /usr/lib/thunderbird-1.0.6

sudo ln -s /usr/lib/thunderbird-1.0.6/thunderbird /usr/bin/thunderbird

sudo vi -s /usr/lib/thunderbird-1.0.6/thunderbird

Puis, tu édites (en root) le fichier /usr/lib/thunderbird-1.0.6/thunderbird
et tu alimentes les variables moz_libdir et MRE_HOME (ligne 75 et 76) de la façon suivante :

moz_libdir=/usr/lib/thunderbird-1.0.6
MRE_HOME=/usr/lib/thunderbird-1.0.6

J'espère que ça va régler tes problèmes. Sinon, dis moi ce que thunderbird te raconte de beau wink


Le problème avec Linux, ce n'est pas Linux, c'est le linuxien

Hors ligne

#9 Le 08/01/2006, à 00:14

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

J'ai espéré, mais non : deux tentatives (au cas où), deux échecs. Toujours la même erreur :

$ thunderbird
(QFA)Talkback error: Can't initialize.
/usr/lib/thunderbird-1.0.6/run-mozilla.sh: line 159: 18950 Erreur de segmentation  "$prog" ${1+"$@"}

Mais bon, si ça marche chez toi, y'a pas de raison que ça marche pas chez moi, donc ça finira par fonctionner ! big_smile

Je suis sous Breezy 5.10 je crois.

Hors ligne

#10 Le 08/01/2006, à 13:20

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Upupup ! roll

Hors ligne

#11 Le 09/01/2006, à 01:50

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Allez les gens, y'a bien quelqu'un qui va trouver la solution ? Je le fais sous forme de devinette : je fais mine de savoir la réponse, ça marche ? big_smile

Hors ligne

#12 Le 10/01/2006, à 01:40

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Merci de t'intéresser à mon problème. big_smile

Si webmail fonctionne avec le 1.5 no souci ! Sauf que j'ai essayé de l'installer (dans /opt), mais j'ai toujours la même erreur de segmentation :

$ ./thunderbird
./run-mozilla.sh: line 131: 24727 Erreur de segmentation  "$prog" ${1+"$@"}

J'ai bien libstdc++5, le 6 aussi d'ailleurs. J'ai essayé d'installer thunderbird 1.0.7, pas de problème, mais quand je lance le 1.5, que le 1.0.7 soit installé ou pas, rien à faire. J'ai bien essayé de modifier les lignes que m'a indiqué requiem en conséquence, mais y'a rien à faire... sad

EDIT : J'ai également tenté le truc du chmod.

Dernière modification par Skippy le Grand Gourou (Le 10/01/2006, à 01:40)

Hors ligne

#13 Le 10/01/2006, à 13:58

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

J'ai suivi à la lettre toutes tes indications :

$ thunderbird
/opt/thunderbird/run-mozilla.sh: line 131: 11775 Erreur de segmentation  "$prog" ${1+"$@"}

Et lancement par le menu  pas de réaction. Je sais vraiment plus quoi faire... sad

Hors ligne

#14 Le 10/01/2006, à 14:52

Julian

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Salut,

Je suppose que tu veux garder absolument ton adresse hotmail pour son prestigieux ".fr" (je ne vois que ça), parce qu'entre nous il ya longtemps que je lui aurait dit "bye bye" à ma boîte s'il elle n'acceptée pas Thunderbird, bref.

Voilà ce que je ferais, maintenant je peux me gourrer roll:

Tu dois avoir dans les paramètres de ta boîte (comme toute les boîtes) un système de transfert de courrier.
Pourquoi ne pas configurer une fois pour toute via le site web en disant "me renvoyer tout le courrier qui arrive dans cette boîte à l'adresse SkippyleGrandGourou@gmail.com (par exemple).

Comme ça tu gardes ta boîte hotmail, tout est transféré dans thunderbird sur une "vrai" boîte qui marche bien.

De plus j'ai lu quelque part que webmail ne gère pas le smtp, donc de toute façon tu seras obligé d'utiliser le serveur smtp d'une autres de tes boîtes (celle de gmail pour l'exemple).

C'est une idée comme ça.

@+
Julian.


julian@jabber.fr

Hors ligne

#15 Le 10/01/2006, à 15:13

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Julian a écrit :

Je suppose que tu veux garder absolument ton adresse hotmail pour son prestigieux ".fr" (je ne vois que ça), parce qu'entre nous il ya longtemps que je lui aurait dit "bye bye" à ma boîte s'il elle n'acceptée pas Thunderbird, bref.

Justement, non : je pensais en fait après configuration de thunderbird trouver un moyen quelconque de répondre automatiquement aux gens qui m'écrivent sur cette adresse de ne plus le faire (je ne sas pas si c'est possible, mais a priori une réponse automatique ça doit se faire ?)... big_smile (NB : Je ne la garde que pour MSN).

Julian a écrit :

(comme toute les boîtes)

Arrête-moi si je me trompe, mais hotmail, c'est MSN, MSN c'est M$, et M$ n'est pas une boîte comme les autres... big_smile Enfin bref, j'ai épluché les options sans rien trouver qui y ressemble (il me semble avoir lu quelque part que c'est payant... roll )

Julian a écrit :

De plus j'ai lu quelque part que webmail ne gère pas le smtp, donc de toute façon tu seras obligé d'utiliser le serveur smtp d'une autres de tes boîtes

A priori sous XP ça marchait sans problème.

EDIT : Pas trouvé le transfert dans l'option MSN Hotmail Plus (seulement 19.99€/an roll ) mais ça :

# Accédez à MSN Hotmail depuis Microsoft Office Outlook® ou Outlook Express
Téléchargez et stockez vos messages MSN Hotmail sur votre PC. Lisez et rédigez des messages lorsque vous n'êtes pas connecté à Internet.

lol
Je pensais que pour Outlook, quand même... roll

Dernière modification par Skippy le Grand Gourou (Le 10/01/2006, à 15:16)

Hors ligne

#16 Le 11/01/2006, à 19:53

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Siouplé... Personne a une idée ? sad

Hors ligne

#17 Le 14/01/2006, à 01:10

Skippy le Grand Gourou

Re : [Résolu] Thunderbird 1.0.6 : Erreur de segmentation :'(

Résolu : tous mes soucis viennent de SCIM le tru pour gérer les langues asiatiques. Maintenant va falloir que je me débrouille pour concilier les deux... roll

EDIT : Et autant utiliser tb 1.5... big_smile

Dernière modification par Skippy le Grand Gourou (Le 14/01/2006, à 01:18)

Hors ligne