Accéder au contenu.
Menu Sympa

fr - Re: [sympa-fr] Deprecated error

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

Archives de la liste

Chronologique Discussions  
  • From: David Verdin <adresse@cachée>
  • To: adresse@cachée
  • Subject: Re: [sympa-fr] Deprecated error
  • Date: Thu, 23 Jun 2011 15:54:13 +0200

Bonjour,

Sur quelle version de Sympa travaillez-vous ?

Cordialement,

David Verdin

Le 23/06/11 14:58, Franck Gadin a écrit :
Bonjour,
j'effectue une installation initiale de l'outil de gestion de listes sympa.
Après avoir installé les services prérequis, MySQL, Sendmail, apache, perl et modules, libraries, etc… j'obtiens, depuis http://mon_domaine.fr/sympa, la page d'accueil sympa au format html, sans css. 

Les logs apache renvoient les erreurs:
[notice] SIGHUP received.  Attempting to restart
[Wed Jun 22 16:32:41 2011] [notice] Digest: generating secret for digest authentication ...
[Wed Jun 22 16:32:41 2011] [notice] Digest: done
[Wed Jun 22 16:32:42 2011] [notice] Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.8h configured -- resuming normal operations

[Wed Jun 22 16:32:58 2011] [error] [client 10.xx.xx.xx] defined(%hash) is deprecated at /mon_home_dir/apps/sympa/bin/wwsympa.fcgi line 15818.
[Wed Jun 22 16:32:58 2011] [error] [client 10.xx.xx.xx] \t(Maybe you should just omit the defined()?)

[Wed Jun 22 16:32:58 2011] [error] [client 10.xx.xx.xx] client denied by server configuration: /mon_home_dir/apps/sympa/static_content/css/style.css, referer: http://mon_domaine.fr.fr/sympa
[Wed Jun 22 16:32:58 2011] [error] [client 10.xx.xx.xx] client denied by server configuration: /mon_home_dir/apps/sympa/static_content/icons/favicon_sympa.png, referer: http://mon_domaine.fr.fr/sympa
[Wed Jun 22 16:32:58 2011] [error] [client 10.xx.xx.xx] client denied by server configuration: /mon_home_dir/apps/sympa/static_content/icons/top.png, referer: http://mon_domaine.fr.fr/sympa
[Wed Jun 22 16:32:58 2011] [error] [client 10.xx.xx.xx] client denied by server configuration: /mon_home_dir/apps/sympa/static_content/icons/logo_sympa.png, referer: http://mon_domaine.fr.fr/sympa

J'ai vérifié les attributs wwsympa.fcgi et wwsympa-wrapper.fcgi
-rwsr-sr-x  1 sympa sympa  12479 Jun 17 10:11 wwsympa-wrapper.fcgi
-rwxr-xr-x  1 sympa sympa 610209 Jun 17 10:11 wwsympa.fcgi

et 
drwxr-xr-x  5 sympa sympa   60 Jun 20 11:52 static_content
drwxr-xr-x  2 sympa sympa   81 Jun 20 11:52 css
drwxr-xr-x  5 sympa sympa   60 Jun 20 11:52 .
-rw-r-----     1 sympa sympa    0 Jun 20 11:52 index.html
drwxrwxr-x  2 sympa sympa   23 Jun 20 11:52 pictures
drwxr-xr-x  2 sympa sympa 4096 Jun 17 10:11 icons

Apache démarre avec les uid:gid sympa:sympa

Les directory et alias et ont été ajoutés à apache
<Directory "/mon_home_dir/apps/sympa/static-content">
        Options FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
</Directory>

<Directory "/mon_home_dir/apps/sympa/bin/">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>


 Alias /static-sympa /sympa/apps/sympa/static_content

#ScriptAlias /sympa "/mon_home_dir/apps/sympa/bin/wwsympa.fcgi"
 ScriptAlias /sympa "/mon_home_dir/apps/sympa/bin/wwsympa-wrapper.fcgi"

Le ./sympa_wizard.pl --check renvoit également un deprecated

-----------------------------
your version of perl is OK (5.014000  >= 5.008)

Checking for REQUIRED modules:
------------------------------------------
perl module          from CPAN       STATUS
-----------          ---------       ------
Archive::Zip         Archive-Zip    OK (1.30   >= 1.05)
CGI                  CGI            OK (3.52   >= 3.35)
DBD::mysql           Msql-Mysql-modulesOK (4.019  >= 4.008)
DBI                  DBI            OK (1.616  >= 1.48)
DB_File              DB_FILE        OK (1.822  >= 1.75)
Digest::MD5          Digest-MD5     OK (2.51   >= 2.00)
Encode               Encode         OK (2.42   >= 1.0)
FCGI                 FCGI           OK (0.73   >= 0.67)
File::Copy::Recursive File-Copy-RecursiveOK (0.38   >= 0.36)
HTML::FormatText     HTML-Format    OK (2.07   >= 1.0)
HTML::StripScripts::Parser HTML-StripScripts-ParserOK (1.03   >= 1.03)
HTML::TreeBuilder    HTML-Tree      OK (4.2    >= 1.0)
IO::Scalar           IO-stringy     OK (2.110  >= 1.0)
LWP                  libwww-per     OK (6.02   >= 1.0)
Locale::TextDomain   libintl-perl   OK (1.20   >= 1.0)
defined(%hash) is deprecated at /mon_home_dir/apps/perl/lib/site_perl/5.14.0/mhamain.pl line 1564, <STDIN> line 1.
    (Maybe you should just omit the defined()?)
MHonArc::UTF8        MHonArc        OK (2.6.18 >= 2.6.0)
MIME::Base64         MIME-Base64    OK (3.13   >= 3.03)
MIME::Charset        MIME-Charset   OK (1.009.1 >= 1.006.2)
MIME::EncWords       MIME-EncWords  OK (1.012.3 >= 1.010)
MIME::Lite::HTML     MIME-Lite-HTML OK (1.23   >= 1.23)
MIME::Tools          MIME-tools     OK (5.502  >= 5.423)
Net::Netmask         Net-Netmask    OK (1.9016 >= 1.9015)
Template             Template-ToolkitOK (2.22   >= 1.0)
Term::ProgressBar    Term-ProgressBarOK (2.09   >= 2.09)
Text::LineFold       Unicode-LineBreakOK (2011.03 >= 0.008)
Time::HiRes          Time-HiRes     OK (1.972101 >= 1.29)
URI::Escape          URI-Escape     OK (3.30   >= 1.35)
XML::LibXML          XML-LibXML     OK (1.72   >= 1.0)

Merci pour votre aide,
Bien cordialement
FG


--
David Verdin
Comité réseau des universités

Due to the limitations of human brain, I fail to remember all the mails.
So if you want your bug reports or feature requests for Sympa to be processed, please post them to the Sympa tracker

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature




Archives gérées par MHonArc 2.6.19+.

Haut de le page