Nginx Illegal instruction

Bonjour,

Lorsque je tape “service nginx configtest”, j’ai le message d’erreur suivant “Illegal instruction”

$ strace nginx -V
...
set_tid_address(0xb6521318)             = 12479
set_robust_list(0xb6521320, 0xc)        = 0
futex(0xbe835d28, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, b6f11000) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0xb6efa20c, [], SA_SIGINFO|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0xb6efa0b4, [], SA_RESTART|SA_SIGINFO|0x4000000}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
brk(0)                                  = 0x1f14000
brk(0x1f35000)                          = 0x1f35000
rt_sigprocmask(SIG_SETMASK, ~[ILL TRAP BUS FPE SEGV RTMIN RT_1], [], 8) = 0
rt_sigaction(SIGILL, {0xb6c545d4, ~[ILL TRAP BUS FPE SEGV RTMIN RT_1], 0x4000000 /* SA_??? */}, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, ~[ILL TRAP BUS FPE KILL SEGV STOP RTMIN RT_1], 8) = 0
--- SIGILL (Illegal instruction) @ 0 (0) ---
rt_sigprocmask(SIG_SETMASK, ~[ILL TRAP BUS FPE KILL SEGV STOP RTMIN RT_1], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, ~[ILL TRAP BUS FPE KILL SEGV STOP RTMIN RT_1], 8) = 0
--- SIGILL (Illegal instruction) @ 0 (0) ---
rt_sigprocmask(SIG_SETMASK, ~[ILL TRAP BUS FPE KILL SEGV STOP RTMIN RT_1], NULL, 8) = 0
rt_sigaction(SIGILL, {SIG_DFL, [], 0x4000000 /* SA_??? */}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGILL (Illegal instruction) @ 0 (0) ---
+++ killed by SIGILL +++
Illegal instruction

Après avoir desinstallé le paquet, puis reinstaller le paquet j’ai toujours ce message d’erreur.

J’ai recopié le fichier /usr/sbin/nginx que j’ai trouvé dans l’image ISO à cette adresse https://yunohost.org/#/install_on_raspberry_fr et je rencontre toujours le même problème.

~# apt-cache policy nginx
nginx:
  Installed: 1.6.2-5~bpo70+1
  Candidate: 1.6.2-5~bpo70+1
  Version table:
 *** 1.6.2-5~bpo70+1 0
        500 http://repo.yunohost.org/ megusta/main armhf Packages
        100 /var/lib/dpkg/status
     1.2.1-2.2+wheezy3 0
        500 http://mirrordirector.raspbian.org/raspbian/ wheezy/main armhf Packages

~# dpkg -s nginx |grep ^Version
Version: 1.6.2-5~bpo70+1

Avez vous des conseils pour retrouver une comportement normal ?

cyp