From:             
Operating system: Fedora 16 x86_64
PHP version:      5.4.0
Package:          Compile Failure
Bug Type:         Bug
Bug description:CGI mode - make install don't work

Description:
------------
Hi,

With a Fedora 16 x86_64 I compiled PHP in Apache module mode, no problem.

But, to use also CGI mode, compilation is OK, but "make install" not.

My ./configure :

./configure --with-gd --with-zlib --enable-ftp --enable-sockets --with-curl
--enable-mbstring --enable-exif --enable-zip --prefix=/usr/local/phpcgi
--disable-cli --with-mysql=/usr/local/mysql --with-jpeg-dir --with-png-dir
--with-freetype-dir --enable-gd-native-ttf --with-mcrypt

make install
Installing PHP CGI binary:        /usr/local/phpcgi/bin/
cp: cannot create regular file `/usr/local/phpcgi/bin/#INST@1199#': No such
file or directory

Expected result:
----------------
Installing PHP CGI binary:        /usr/local/phpcgi/bin/
Installing build environment:     /usr/local/phpcgi/lib/php/build/
Installing header files:          /usr/local/phpcgi/include/php/
Installing helper programs:       /usr/local/phpcgi/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/local/phpcgi/php/man/man1/
  page: phpize.1
  page: php-config.1
Installing PDO headers:          /usr/local/phpcgi/include/php/ext/pdo/

Actual result:
--------------
If I manually create /usr/local/phpcgi and /usr/local/phpcgi/bin folders,
"make install" work :

mkdir /usr/local/phpcgi
mkdir /usr/local/phpcgi/bin


Thank you for your help ;)

-- 
Edit bug report at https://bugs.php.net/bug.php?id=61345&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=61345&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=61345&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=61345&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=61345&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=61345&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=61345&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=61345&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=61345&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=61345&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=61345&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=61345&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=61345&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=61345&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=61345&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=61345&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=61345&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=61345&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=61345&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=61345&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=61345&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=61345&r=mysqlcfg

Reply via email to