From:             lcalvert at mn dot rr dot com
Operating system: FreeBSD 4.5
PHP version:      4.4.1
PHP Bug Type:     Compile Failure
Bug description:  libs/libphp4.so: No such file or directory (When Compiling 
with GD Support)

Description:
------------
Wehn compiling PHP 4.4.1 with GD Support during make it does not create a
libs/libphp4.so nor one in .libs. However when created without GD Support
all fuctions properly.

Reproduce code:
---------------
make install

Expected result:
----------------
darkunderdog# make install
Installing PHP SAPI module:       apache
cp libs/libphp4.so /usr/local/libexec/apache/libphp4.so
chmod 755 /usr/local/libexec/apache/libphp4.so
[activating module `php4' in /usr/local/etc/apache/httpd.conf]
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/
Installing helper programs:       /usr/local/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/local/man/man1/
  page: phpize.1
  page: php-config.1


Actual result:
--------------
darkunderdog# make install
make: don't know how to make instal. Stop
darkunderdog# make install
Installing PHP SAPI module:       apache
cp libs/libphp4.so /usr/local/libexec/apache/libphp4.so
cp: libs/libphp4.so: No such file or directory
apxs:Break: Command failed with rc=1
*** Error code 1

Stop in /usr/home/underdog/phpinstall/php-4.4.1.

-- 
Edit bug report at http://bugs.php.net/?id=35185&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=35185&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=35185&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=35185&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=35185&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=35185&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=35185&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=35185&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=35185&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=35185&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=35185&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=35185&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=35185&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=35185&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=35185&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=35185&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=35185&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=35185&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=35185&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=35185&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=35185&r=mysqlcfg

Reply via email to