ID:               43341
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jay3ld at yahoo dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: Mac os X 10.5 Leopard
 PHP Version:      5.3CVS-2007-11-20 (snap)
 New Comment:

Can you check the diff between the generated Makefile between 5.2CVS
and 5.3CVS snapshots?


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

[2007-11-23 06:54:21] jay3ld at yahoo dot com

Yes this was a snapshot. Now a couple days old. But I did try this a
couple weeks ago with the same issue.

I used this
./configure --prefix=/home/php53 \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-xml \
--with-mysql=/usr/local/mysql \
--with-apxs2=/home/apache/bin/apxs \
--enable-maintainer-zts \
--with-zlib-dir=/home/libraries/zlib \
--enable-mbstring

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

[2007-11-20 08:40:36] [EMAIL PROTECTED]

What was the full configure line you used? And you used a snapshot from
http://snaps.php.net/ ?

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

[2007-11-20 06:19:37] jay3ld at yahoo dot com

Description:
------------
While building php 5.3 on my Macbook pro running 10.5 leopard. It will
not complete the compile. 5.2 works just fine. The only thing I changed
between 5.3 and 5.2 compiles is the prefix into different directories.

After It completes I check the /home/php53/bin directory and no php or
php-cli file exists. As well as the .so file is not created.

I do have php 5.2 compiled as well on the same machine in a different
directory (/home/php52) and it will compile just fine.

As well until I used --without-pear I also received a pear error.

Using Apache 2.2.6

Reproduce code:
---------------
This is what the make install outputs:

Installing PHP SAPI module:       apache2handler
/home/apache/build/instdso.sh SH_LIBTOOL='/home/apache/build/libtool'
libs/libphp5.so /home/apache/modules
/home/apache/build/libtool --mode=install cp libs/libphp5.so
/home/apache/modules/
cp libs/libphp5.so /home/apache/modules/libphp5.so
Warning!  dlname not found in /home/apache/modules/libphp5.so.
Assuming installing a .so rather than a libtool archive.
chmod 755 /home/apache/modules/libphp5.so
[activating module `php5' in /home/apache/conf/httpd.conf]
Installing PHP CLI binary:        /home/php53/bin/
Installing PHP CLI man page:      /usr/share/man/man1/
Installing build environment:     /home/php53/lib/php/build/
Installing header files:          /home/php53/include/php/
Installing helper programs:       /home/php53/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/share/man/man1/
  page: phpize.1
  page: php-config.1
Installing PDO headers:          /home/php53/include/php/ext/pdo/

If I don't include --without-pear I receive this as well:

Installing PEAR environment:      /home/php53/lib/php/

No download utilities found. Don\'t know how to download PEAR archive.
+----------------------------------------------------------------------+
| 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                                                 
|
+----------------------------------------------------------------------+




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


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

Reply via email to