Skip to content

Instantly share code, notes, and snippets.

@chrisan
Created April 22, 2017 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisan/b028db22902c0768e72e05abb481208c to your computer and use it in GitHub Desktop.
Save chrisan/b028db22902c0768e72e05abb481208c to your computer and use it in GitHub Desktop.
[ec2-user@ip-10-0-2-96 poppler-bin-static]$ ./configure --enable-static --prefix /home/ec2-user/poppler-bin-static/
Building poppler with support for:
font configuration: fontconfig
splash output: yes
cairo output: no (requires cairo >= 1.10.0)
qt4 wrapper: no
qt5 wrapper: no
glib wrapper: no (requires cairo output)
introspection: no
cpp wrapper: yes
use gtk-doc: no
use libjpeg: yes
use libpng: no
use libtiff: no
use zlib compress: yes
use zlib uncompress: no
use nss: no
use libcurl: no
use libopenjpeg: yes
with openjpeg1
use cms: no
command line utils: yes
test data dir: /home/ec2-user/poppler/poppler-0.54.0/./../test
[ec2-user@ip-10-0-2-96 poppler-bin-static]$ make install
provides these files
[ec2-user@ip-10-0-2-96 poppler-bin-static]$ find .
.
./include
./include/poppler
./include/poppler/cpp
./include/poppler/cpp/poppler-toc.h
./include/poppler/cpp/poppler-page-transition.h
./include/poppler/cpp/poppler-image.h
./include/poppler/cpp/poppler-rectangle.h
./include/poppler/cpp/poppler-font.h
./include/poppler/cpp/poppler-page-renderer.h
./include/poppler/cpp/poppler-document.h
./include/poppler/cpp/poppler-embedded-file.h
./include/poppler/cpp/poppler-version.h
./include/poppler/cpp/poppler-global.h
./include/poppler/cpp/poppler-page.h
./lib
./lib/libpoppler-cpp.a
./lib/libpoppler-cpp.la
./lib/libpoppler.a
./lib/libpoppler.la
./lib/pkgconfig
./lib/pkgconfig/poppler.pc
./lib/pkgconfig/poppler-splash.pc
./lib/pkgconfig/poppler-cpp.pc
./lib/libpoppler-cpp.so.0.3.0
./lib/libpoppler.so.67
./lib/libpoppler-cpp.so.0
./lib/libpoppler.so.67.0.0
./lib/libpoppler-cpp.so
./lib/libpoppler.so
./bin
./bin/pdfunite
./bin/pdftohtml
./bin/pdffonts
./bin/pdfinfo
./bin/pdftops
./bin/pdftotext
./bin/pdfdetach
./bin/pdftoppm
./bin/pdfimages
./bin/pdfseparate
./share
./share/man
./share/man/man1
./share/man/man1/pdftotext.1
./share/man/man1/pdfdetach.1
./share/man/man1/pdftohtml.1
./share/man/man1/pdfimages.1
./share/man/man1/pdffonts.1
./share/man/man1/pdfseparate.1
./share/man/man1/pdftops.1
./share/man/man1/pdfunite.1
./share/man/man1/pdftoppm.1
./share/man/man1/pdfinfo.1
[ec2-user@ip-10-0-2-186 ~]$ ./poppler-bin-static/bin/pdfinfo
./poppler-bin-static/bin/pdfinfo: error while loading shared libraries: libopenjpeg.so.2: cannot open shared object file: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment