|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-03-23 04:36 UTC] shoeke at xs4all dot nl
Description: ------------ PEAR Version: 1.4.8 PHP Version: 5.1.2 Zend Engine Version: 2.1.0 Running on: Windows NT ******** 5.0 build 2195 When running 'pecl install pdflib the following is displayed: C:\php>pecl install pdflib downloading pdflib-2.0.5.tgz ... Starting to download pdflib-2.0.5.tgz (36,505 bytes) ..........done: 36,505 bytes 7 source files, building ERROR: The DSP pdflib.dsp does not exist. Strange thing is, that when i run "pecl bundle pdflib", the pdflib.dsp is presend in c:\php\ext\pdflib I haven't got any idea what to do to make this work, when i google on "ERROR: The DSP pdflib.dsp does not exist." i get no hits. php configure: Configure Command => cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared" (downloaded from php.net Expected result: ---------------- An installed pdflib Actual result: -------------- The above error message PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 03:00:01 2025 UTC |
Yes, I can confirm this problem. 'pecl install pdflib' is not working correct on windows. When setting up the pecl package for PDFlib I tried to follow the instructions and compared it to other bindings which use a config.w32 for windows builds. I think the config.w32 for PDFlib is fine now ("pdflib-2.0.5.tgz"), but it still makes problems. So due to the lack of detailed informations on how to setup such a 'config.w32' for the moment I guess there is a general problem in the windows build system which prevents such a pecl binding to build easily. If there are any hints on how to improve the 'config.w32' so that it will find the pdflib.dsp, let me know.