From:             jay3ld at yahoo dot com
Operating system: Mac os X 10.5 Leopard
PHP version:      5.3CVS-2007-11-20 (snap)
PHP Bug Type:     Compile Failure
Bug description:  Make install fails to install .so and others

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 bug report at http://bugs.php.net/?id=43341&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43341&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43341&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43341&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43341&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43341&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43341&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43341&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43341&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43341&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43341&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43341&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43341&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43341&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43341&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43341&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43341&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43341&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43341&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43341&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43341&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43341&r=mysqlcfg

Reply via email to