Hi, i'm currently trying to install Odoo 8 on a debian wheezy, but when il try to launch the .deb file with the package installer,
an error occur, and here are the details it gives me:
Extraction des modèles depuis les paquets : 100%
dpkg : avertissement : « ldconfig » introuvable dans la variable PATH ou non exécutable
dpkg : avertissement : « start-stop-daemon » introuvable dans la variable PATH ou non exécutable
dpkg : erreur : 2 programmes attendus non trouvés dans la variable PATH ou non exécutables
Note : la variable PATH du superutilisateur doit normalement contenir /usr/local/sbin, /usr/sbin et /sbin
Error in function:
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (2)
Has somebody any clue on how i can fix this? From what i understand my superuser PATH does not contain the right paths, and ldconfig and "start-stop daemon" can"t be found...
Thanks for your help ^_^