From 7dd550cfc3694b7bf88e6df810c4bdf13afc80d1 Mon Sep 17 00:00:00 2001 From: jlecour Date: Fri, 21 Sep 2018 12:12:26 +0200 Subject: [PATCH] ajout de contournement pour Debian 9 --- HowtoTsung.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HowtoTsung.md b/HowtoTsung.md index 58b9f1b6..556f486e 100644 --- a/HowtoTsung.md +++ b/HowtoTsung.md @@ -10,6 +10,13 @@ # aptitude install tsung ~~~ +Sur Debian 9 il y a [un souci](https://github.com/processone/tsung/issues/276) qui peut ĂȘtre contournĂ© avec ces commandes : + +~~~ +# ln -s /usr/share /usr/lib/share +# ln -s /usr/lib/x86_64-linux-gnu/tsung /usr/lib/tsung +~~~ + ### Enregistrement d'une session ~~~