[OpenVAS] CentOS 7 에서 pdf 리포트가 0 byte 로 생성될 경우

리눅스/Security|2016. 12. 12. 16:02
반응형

# yum -y install texlive-changepage texlive-titlesec


# mkdir -p /usr/share/texlive/texmf-local/tex/latex/comment


# cd /usr/share/texlive/texmf-local/tex/latex/comment


# wget http://mirrors.ctan.org/macros/latex/contrib/comment/comment.sty 


# chmod 644 comment.sty


# texhash



[출처] http://miotramemoria.blogspot.jp/2014/08/centos-7-openvas-pdf-reports.html



잘 안되면 그냥 yum install texlive* textlive-* 로 전부 설치해버립니다. (경험)

반응형

댓글()