0

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?

Community
  • 1
  • 1
TungstenX
  • 830
  • 3
  • 19
  • 40

1 Answers1

1

First install pear

apt-get install php-pear
pecl install pdflib

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

Manish J
  • 309
  • 2
  • 7