【问题标题】:Error installing PDFlib安装 PDFlib 时出错
【发布时间】:2016-03-21 20:40:26
【问题描述】:

经过大量搜索和测试可以从 html 生成 PDF 的类和库后,放弃并留下使用 PDFlib,说它更有效,但至少我知道我必须支持社区。​​p>

但我一开始就卡住了。

我给出以下命令安装

pecl install pdflib

最后报错:

downloading pdflib-3.0.4.tgz ...
Starting to download pdflib-3.0.4.tgz (27,043 bytes)
.........done: 27,043 bytes
7 source files, building
running: phpize
Configuring for:
PHP Api Version:         20121113
Zend Module Api No:      20121212
Zend Extension Api No:   220121212
path to pdflib installation? : /var/www/html/wordpress/wp-content/plugins/all-plugins-necessary    
building in /tmp/pear/temp/pear-build-rootqJIDAR/pdflib-3.0.4
running: /tmp/pear/temp/pdflib/configure --with-pdflib=/var/www/html/wordpress/wp-content/plugins/all-plugins-necessary
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20121212
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for PDFlib support... yes, shared
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/tmp/pear/temp/pear-build-rootqJIDAR/pdflib-3.0.4':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
ERROR: `/tmp/pear/temp/pdflib/configure --with-pdflib=/var/www/html/wordpress/wp-content/plugins/all-plugins-necessary' failed

谁能帮我告诉我安装或配置的不足之处吗?

【问题讨论】:

  • 看起来问题是因为 PDFlib 的路径名中有空格。尝试将其移动到没有空格的文件夹并重新配置和制作。
  • 好吧,经过你的编辑,我真的不知道了。您发布的那个新错误实际上什么也没说。我们需要配置步骤中发生的事情的日志。
  • 家伙打开了console.log,但对里面的内容一无所知。
  • 您的新日志表明您的系统没有 C++ 编译器。假设您正在使用 apt 运行某些东西,然后执行 sudo apt-get install g++
  • Cris 看起来很有效,但是当我进入我的 php 页面并制作 $ pdf = PDF_new ();错误500。但无论如何。我提出了一个放弃的问题。

标签: php pdflib


【解决方案1】:

编辑: 正如克里斯在 cmets 中所说,它确实表明您没有安装 c 编译器。

sudo apt-get install g++

如果安装g++后还是不行,请尝试以下步骤。

您可能需要安装直接从他们的网站下载的特定 PHP PDFlib 版本,然后通过 pecl 安装。

http://www.pdflib.com/download/pdflib-family/pdflib-9/

其他人以这种方式解决了问题,请参阅以下帖子了解完整的设置说明:

PDF Lib install fail on linux server. Using pecl install pdflib

【讨论】:

  • 我看了答案好像和我的一样的错误,但是我不明白你要做什么。在他问我的那一刻,我有哪条路线?
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2020-09-12
  • 2013-10-05
  • 2013-08-15
  • 2013-11-13
相关资源
最近更新 更多