Commit 43f5c274c4f9145c3cc434f00f181c7667a2856c
1 parent
be3ce572cd
Exists in
master
PG: fix setup issue
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
ingester/prepare.sh
ingester/setup.sh
... | ... | @@ -26,7 +26,7 @@ fi |
26 | 26 | |
27 | 27 | echo "install poppler-utils (pdftotext)" |
28 | 28 | if [ "$OS" == "Redhat" ]; then |
29 | - yum install poppler-utils libxml2 libxslt | |
29 | + yum install poppler-utils libxml2 libxml2-devel libxslt libxslt-devel gdbm-devel | |
30 | 30 | elif [ "$OS" == "Debian" ]; then |
31 | 31 | sudo apt-get install poppler-utils |
32 | 32 | else | ... | ... |