Accéder au contenu.
Menu Sympa

fr - RE: [sympa-fr] installation sur ubuntu 10.04

Objet : Pour les administrateurs de serveurs de listes utilisant le logiciel Sympa

Archives de la liste

Chronologique Discussions  
  • From: Pech Guillaume <adresse@cachée>
  • To: Jean-michel Bourdin <adresse@cachée>, "adresse@cachée" <adresse@cachée>
  • Subject: RE: [sympa-fr] installation sur ubuntu 10.04
  • Date: Tue, 23 Mar 2010 16:45:05 +0100

Bonjour,

Je ne pense pas me tromper, mais si je dis une bêtise, n'hésitez pas à me
reprendre (je n'ai utilisé que Sympa 6.0.1).
La vérification des modules cpan se fait à l'aide de :
/home/sympa/bin/sympa_wizard.pl -e

Bonne fin de journée,

Guillaume PECH
Atos Worldline

-----Message d'origine-----
De : adresse@cachée [mailto:adresse@cachée] De la part de
Jean-michel Bourdin
Envoyé : mardi 23 mars 2010 16:37
À : adresse@cachée
Objet : [sympa-fr] installation sur ubuntu 10.04

Bonjour,

Je fait un test sur un serveur Ubuntu 10.04 avec sympa 6.0.1 depuis les
sources

Lors du make je n'ai pas la procédure habituel, normalement il fait un
check des modules perl....
Une idée ? Pour info la version 5.4.7 s'est bien installé depuis le dépôts.

Cordialement

--
Jean-Michel Bourdin
-----------------------------
Service Informatique
I.U.F.M. de Bourgogne
-----------------------------
51 rue Charles Dumount
21000 Dijon

Mail : adresse@cachée
Tel : 03.80.67.09.02



root@ldap-new:~/sympa-6.0.1# make
Making all in src
make[1]: Entering directory `/home/adminuser/sympa-6.0.1/src'
Making all in etc
make[2]: Entering directory `/home/adminuser/sympa-6.0.1/src/etc'
Making all in script
make[3]: Entering directory `/home/adminuser/sympa-6.0.1/src/etc/script'
rm -f sympa
sed \
-e 's|--CONFIG--|/etc/sympa.conf|' \
-e 's|--WWSCONFIG--|/etc/wwsympa.conf|' \
-e 's|--sbindir--|/home/sympa/bin|' \
-e 's|--initdir--|/etc/rc.d/init.d|' \
-e 's|--piddir--|/home/sympa|' \
-e 's|--lockdir--|/var/lock/subsys|' \
< ./sympa.in > sympa
chmod +x sympa
rm -f arc2webarc.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./arc2webarc.pl.in > arc2webarc.pl
chmod +x arc2webarc.pl
rm -f testldap.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./testldap.pl.in > testldap.pl
chmod +x testldap.pl
rm -f p12topem.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./p12topem.pl.in > p12topem.pl
chmod +x p12topem.pl
rm -f init_comment.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./init_comment.pl.in > init_comment.pl
chmod +x init_comment.pl
rm -f crypt_passwd.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./crypt_passwd.pl.in > crypt_passwd.pl
chmod +x crypt_passwd.pl
rm -f testlogs.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./testlogs.pl.in > testlogs.pl
chmod +x testlogs.pl
rm -f mod2html.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./mod2html.pl.in > mod2html.pl
chmod +x mod2html.pl
rm -f tpl2tt2.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./tpl2tt2.pl.in > tpl2tt2.pl
chmod +x tpl2tt2.pl
rm -f ldap_alias_manager.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./ldap_alias_manager.pl.in > ldap_alias_manager.pl
chmod +x ldap_alias_manager.pl
rm -f mysql_alias_manager.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./mysql_alias_manager.pl.in > mysql_alias_manager.pl
chmod +x mysql_alias_manager.pl
make[3]: Leaving directory `/home/adminuser/sympa-6.0.1/src/etc/script'
make[3]: Entering directory `/home/adminuser/sympa-6.0.1/src/etc'
rm -f list_aliases.tt2
sed \
-e 's|--libexecdir--|/home/sympa/bin|' \
< ./list_aliases.tt2.in > list_aliases.tt2
make[3]: Leaving directory `/home/adminuser/sympa-6.0.1/src/etc'
make[2]: Leaving directory `/home/adminuser/sympa-6.0.1/src/etc'
Making all in lib
make[2]: Entering directory `/home/adminuser/sympa-6.0.1/src/lib'
[ -d Sympa ] || mkdir Sympa
rm -f Sympa/Constants.pm
sed \
-e 's|--VERSION--|6.0.1|' \
-e 's|--USER--|sympa|' \
-e 's|--GROUP--|sympa|' \
-e 's|--CONFIG--|/etc/sympa.conf|' \
-e 's|--WWSCONFIG--|/etc/wwsympa.conf|' \
-e 's|--SENDMAIL_ALIASES--|/etc/mail/sympa_aliases|' \
-e 's|--piddir--|/home/sympa|' \
-e 's|--expldir--|/home/sympa/list_data|' \
-e 's|--spooldir--|/home/sympa/spool|' \
-e 's|--sysconfdir--|/home/sympa/etc|' \
-e 's|--localedir--|/home/sympa/locale|' \
-e 's|--libexecdir--|/home/sympa/bin|' \
-e 's|--sbindir--|/home/sympa/bin|' \
-e 's|--scriptdir--|/home/sympa/bin|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
-e 's|--defaultdir--|/home/sympa/default|' \
-e 's|--staticdir--|/home/sympa/static_content|' \
-e 's|--arcdir--|/home/sympa/arc|' \
-e 's|--bouncedir--|/home/sympa/bounce|' \
< ./Sympa/Constants.pm.in > Sympa/Constants.pm
make[2]: Leaving directory `/home/adminuser/sympa-6.0.1/src/lib'
make[2]: Entering directory `/home/adminuser/sympa-6.0.1/src'
rm -f sympa.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./sympa.pl.in > sympa.pl
chmod +x sympa.pl
rm -f bulk.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./bulk.pl.in > bulk.pl
chmod +x bulk.pl
rm -f alias_manager.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./alias_manager.pl.in > alias_manager.pl
chmod +x alias_manager.pl
rm -f task_manager.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./task_manager.pl.in > task_manager.pl
chmod +x task_manager.pl
rm -f sympa_wizard.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./sympa_wizard.pl.in > sympa_wizard.pl
chmod +x sympa_wizard.pl
make[2]: Leaving directory `/home/adminuser/sympa-6.0.1/src'
make[1]: Leaving directory `/home/adminuser/sympa-6.0.1/src'
Making all in wwsympa
make[1]: Entering directory `/home/adminuser/sympa-6.0.1/wwsympa'
Making all in icons
make[2]: Entering directory `/home/adminuser/sympa-6.0.1/wwsympa/icons'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/adminuser/sympa-6.0.1/wwsympa/icons'
make[2]: Entering directory `/home/adminuser/sympa-6.0.1/wwsympa'
rm -f wwsympa.fcgi
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./wwsympa.fcgi.in > wwsympa.fcgi
chmod +x wwsympa.fcgi
rm -f bounced.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./bounced.pl.in > bounced.pl
chmod +x bounced.pl
rm -f archived.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./archived.pl.in > archived.pl
chmod +x archived.pl
make[2]: Leaving directory `/home/adminuser/sympa-6.0.1/wwsympa'
make[1]: Leaving directory `/home/adminuser/sympa-6.0.1/wwsympa'
Making all in soap
make[1]: Entering directory `/home/adminuser/sympa-6.0.1/soap'
rm -f sympa_soap_server.fcgi
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./sympa_soap_server.fcgi.in > sympa_soap_server.fcgi
chmod +x sympa_soap_server.fcgi
rm -f sympa_soap_client.pl
sed \
-e 's|--PERL--|/usr/bin/perl|' \
-e 's|--modulesdir--|/home/sympa/bin|' \
< ./sympa_soap_client.pl.in > sympa_soap_client.pl
chmod +x sympa_soap_client.pl
make[1]: Leaving directory `/home/adminuser/sympa-6.0.1/soap'
Making all in web_tt2
make[1]: Entering directory `/home/adminuser/sympa-6.0.1/web_tt2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/adminuser/sympa-6.0.1/web_tt2'
Making all in mail_tt2
make[1]: Entering directory `/home/adminuser/sympa-6.0.1/mail_tt2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/adminuser/sympa-6.0.1/mail_tt2'
Making all in doc
make[1]: Entering directory `/home/adminuser/sympa-6.0.1/doc'
Making all in man8
make[2]: Entering directory `/home/adminuser/sympa-6.0.1/doc/man8'
rm -f archived.pod
sed \
-e 's|--piddir--|/home/sympa|' \
-e 's|--libexecdir--|/home/sympa/bin|' \
-e 's|--sysconfdir--|/home/sympa/etc|' \
-e 's|--defaultdir--|/home/sympa/default|' \
-e 's|--spooldir--|/home/sympa/spool|' \
-e 's|--docdir--||' \
-e 's|--WWSCONFIG--|/etc/wwsympa.conf|' \
-e 's|--SENDMAIL_ALIASES--|/etc/mail/sympa_aliases|' \
< ./archived.pod.in > archived.pod
rm -f archived.8
pod2man --section=8 --center="sympa 6.0.1" --lax --release="6.0.1"
archived.pod archived.8
rm -f bounced.pod
sed \
-e 's|--piddir--|/home/sympa|' \
-e 's|--libexecdir--|/home/sympa/bin|' \
-e 's|--sysconfdir--|/home/sympa/etc|' \
-e 's|--defaultdir--|/home/sympa/default|' \
-e 's|--spooldir--|/home/sympa/spool|' \
-e 's|--docdir--||' \
-e 's|--WWSCONFIG--|/etc/wwsympa.conf|' \
-e 's|--SENDMAIL_ALIASES--|/etc/mail/sympa_aliases|' \
< ./bounced.pod.in > bounced.pod
rm -f bounced.8
pod2man --section=8 --center="sympa 6.0.1" --lax --release="6.0.1"
bounced.pod bounced.8
rm -f alias_manager.pod
sed \
-e 's|--piddir--|/home/sympa|' \
-e 's|--libexecdir--|/home/sympa/bin|' \
-e 's|--sysconfdir--|/home/sympa/etc|' \
-e 's|--defaultdir--|/home/sympa/default|' \
-e 's|--spooldir--|/home/sympa/spool|' \
-e 's|--docdir--||' \
-e 's|--WWSCONFIG--|/etc/wwsympa.conf|' \
-e 's|--SENDMAIL_ALIASES--|/etc/mail/sympa_aliases|' \
< ./alias_manager.pod.in > alias_manager.pod
rm -f alias_manager.8
pod2man --section=8 --center="sympa 6.0.1" --lax --release="6.0.1"
alias_manager.pod alias_manager.8
make[2]: Leaving directory `/home/adminuser/sympa-6.0.1/doc/man8'
Making all in sample
make[2]: Entering directory `/home/adminuser/sympa-6.0.1/doc/sample'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/adminuser/sympa-6.0.1/doc/sample'
make[2]: Entering directory `/home/adminuser/sympa-6.0.1/doc'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/adminuser/sympa-6.0.1/doc'
make[1]: Leaving directory `/home/adminuser/sympa-6.0.1/doc'
Making all in po
make[1]: Entering directory `/home/adminuser/sympa-6.0.1/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/adminuser/sympa-6.0.1/po'
Making all in po-wwsympa
make[1]: Entering directory `/home/adminuser/sympa-6.0.1/po-wwsympa'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/adminuser/sympa-6.0.1/po-wwsympa'
make[1]: Entering directory `/home/adminuser/sympa-6.0.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/adminuser/sympa-6.0.1'
root@ldap-new:~/sympa-6.0.1#





Ce message et les pièces jointes sont confidentiels et réservés à l'usage
exclusif de ses destinataires. Il peut également être protégé par le secret
professionnel. Si vous recevez ce message par erreur, merci d'en avertir
immédiatement l'expéditeur et de le détruire. L'intégrité du message ne
pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin ne
pourra être recherchée quant au contenu de ce message. Bien que les meilleurs
efforts soient faits pour maintenir cette transmission exempte de tout virus,
l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne
saurait être recherchée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail in
error, please notify the sender immediately and destroy it. As its integrity
cannot be secured on the Internet, the Atos Origin group liability cannot be
triggered for the message content. Although the sender endeavours to maintain
a computer virus-free network, the sender does not warrant that this
transmission is virus-free and will not be liable for any damages resulting
from any virus transmitted.





Archives gérées par MHonArc 2.6.19+.

Haut de le page