mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 01:45:58 +03:00
[GH-ISSUE #423] Erreur de compilation gcc lors de l'installation de modoboa #407
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#407
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/423
Originally assigned to: @tonioo on GitHub.
Originally created by Hades Evil on 2013-07-03T15:42:10Z
Sous debian 7 vierge, en suivant la procédure d'installation (http://modoboa.readthedocs.org/en/1.0.0/getting_started/install.html), à la différence près d'avoir installé rrdtool avant, au moment d'installer modoboa (pip install modoboa), une erreur de compilation gcc surgit :
Setup script exited with error: command 'gcc' failed with exit status 1
L'érreur était due à l'absence des libraries de développement libxml2 et libxslt.
L'installation des paquet (apt-get install libxml2-dev libxslt-dev) résoud le problème.
Il est peut-être nécéssaire de compléter la documentation pour indiquer la dépendence à ces librairies pour l'instalation de modoboa.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Anonymous on 2013-07-25T12:26:29Z
Applied in changeset commit:8fbfb3eea886a45845106f36ae1c010ced756e8a.