php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19249 pdflib binary distribution, php and mac os X 10.2
Submitted: 2002-09-05 07:55 UTC Modified: 2002-09-26 19:54 UTC
From: jm dot bernadet at wanadoo dot fr Assigned:
Status: No Feedback Package: PDF related
PHP Version: 4CVS-2002-09-05 OS: unix (mac os x 10.2)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jm dot bernadet at wanadoo dot fr
New email:
PHP Version: OS:

 

 [2002-09-05 07:55 UTC] jm dot bernadet at wanadoo dot fr
hello all

Thanks for creating and maintaining such a powerful 
language ! and it has so much useful exensions... I use it 
with mysql and pdflib on a full-time basis to migrate a 
commercial/document database management software previously 
made under Visual dBase 5.5+Word 95. God users, developers 
(me) and admins (me again) they do like client/server - 
thin client based software after years of ms-windows pain 
!!!

here's the problem :

php 4.3.0-dev (got it by anonymous CVS on september 5) 
compiles and loads fine into apache 1.3.26 (rebuilt from 
source, not Apple?s) on my MacOS X 10.2 box until i add 
pdflib support using the pdflib binary distribution for my 
machine (the only distribution that includes the PDF import 
feature). I can build the module but it won't load into 
apache ("Reason unknown").

here's my configure line :

./configure --with-mysql --with-apxs --with-zlib 
--with-pdflib=../pdflib-4.0.3-MacOSX/bind/c

here are the last steps and errors after make :

[quicksilver:~/php4] jeanmari# cp libs/libphp4.so 
/usr/libexec/httpd
[quicksilver:~/php4] jeanmari# apachectl stop
/usr/sbin/apachectl stop: httpd stopped
[quicksilver:~/php4] jeanmari# apachectl start
Syntax error on line 239 of /etc/httpd/httpd.conf:
Cannot load /usr/libexec/httpd/libphp4.so into server: 
(reason unknown)
/usr/sbin/apachectl start: httpd could not be started
[quicksilver:~/php4] jeanmari# 

note that i have the same problem with the other php 
version that can be built on mac os x 10.2 (that is php 
4.1.0 with a modified libtool from 4.0.6)

please help !!!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-05 08:18 UTC] kalowsky@php.net
Hrm there have been reports that pdflib is working.  In fact I think I had it working on 10.1 before 10.2 blew away all my installed files.  

First off have you tried to build a custom version of the pdflib?  

Second where did you get this copy of pdflib so that I can try using it as well.
 [2002-09-26 19:54 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC