简体   繁体   中英

Installing pdf for php

After an OS update (Ubuntu 14.04.1 LTS) my pdflib no longer works, so I'm trying to manually install it. I eventually followed the instructions on stackoverflow

When I run

sudo pecl install pdflib

I get the following error:

/usr/bin/ld: cannot find -ls_libpdf

Any ideas?

First install pear

apt-get install php-pear
pecl install pdflib

The ask be: 'path to pdflib installation? : ' enter '/usr/local'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM