ID:               43341
 Comment by:       amiller at onlinebrands dot com
 Reported By:      jay3ld at yahoo dot com
 Status:           No Feedback
 Bug Type:         Compile Failure
 Operating System: Mac os X 10.5 Leopard
 PHP Version:      5.3CVS-2007-11-20 (snap)
 New Comment:

No matter what I do, I cannot seem to get the pear binary to build. I 
found the following message in the php-src/pear directory. This does 
not help much especially when the link is dead. Does anyone have an 
answer?  

I get the following: 

+---------------------------------------------------------------------
-+
| The installation process is incomplete. The following resources were

|
| not installed:                                                      

|
|                                                                     

|
|   PEAR: PHP Extension and Application Repository                    

|
|                                                                     

|
| To install these components,                                        

|
| download http://pear.php.net/install-pear.phar to php-src/pear/     

|
| become the superuser and execute:                                   

|
|                                                                     

|
|   # make install-su                                                 

|
+---------------------------------------------------------------------
-+

OS: 10.5 Leopard 
Custom Apache Install with following config: 

./configure --enable-layout=Darwin --enable-mods-shared=all

php config: 

./configure \
--prefix=/usr \
--with-apxs2=/usr/sbin/apxs \
--with-config-file-path=/local/conf \
--with-curl=/usr \
--with-mcrypt=/usr \
--with-mysql=/local/bin/mysql \
--with-mysqli=/local/bin/mysql/bin/mysql_config \
--with-openssl=/usr \
--with-pear=/local/lib/PEAR \
--with-pdo-mysql=/local/bin/mysql \
--with-zlib=/usr \
--enable-bcmath \
--enable-calendar \
--enable-debug \
--enable-force-cgi-redirect \
--enable-gd-native-ttf \
--enable-mbstring=all \
--enable-sockets \
--enable-spl \
--enable-wddx


Previous Comments:
------------------------------------------------------------------------

[2008-05-15 10:59:20] nikhil dot porwal at hp dot com

I am trying to compile php-5.2.6. on HPUX 11V2.  Configure and Make
commands completes fine. But libphp5.so is not getting created when i am
enabling dom support. 

But when in Configure command I disable DOM, i get the .so lib file,
but not with the DOM enabled. 

Is it something that i am not using libxslt, or i am compiling in 64bit
mode can have this issue. I am trying to compile the PHP with given in
built HPUX Apache(2.0.58) package. 

Any Idea how can i enable DOM and have .so file generated, or something
else also required. 

Also if libxsl is required for DOM are there any 64bit libraries
available for HPUX 11v2 for libxslt?

------------------------------------------------------------------------

[2008-02-09 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2008-02-01 22:55:13] [EMAIL PROTECTED]

Did you happen to do something like './buildconf --force' when you
build it..?

------------------------------------------------------------------------

[2008-01-31 01:25:31] geoffrey dot hughes at otago dot ac dot nz

I've sort of fixed my issue.  The libphp5.so was being installed but
for 
some reason when I used apachectl to restart the webserver it wasn't 
actually doing anything.  Had to use the Sharing prefpane.

As to the php cli binary, it is being installed but for some reason it

is being installed as php.dSYM.  I've added a symbolic link of php that

points to php.dSYM so when I update in future I won't have this
hassle.

I'd still love to know why leopard is installing the php cli as
php.dSYM 
though.

------------------------------------------------------------------------

[2008-01-30 20:55:57] geoffrey dot hughes at otago dot ac dot nz

I notice that after running make, I have a php binary in ./sapi/cli and

I have a libphp5.so in ./libs/ but it doesn't seem to install them when

I run "make install"

Copying them manually to their correct locations works.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/43341

-- 
Edit this bug report at http://bugs.php.net/?id=43341&edit=1

Reply via email to