php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18467 make install fails with PHP 4.2.2
Submitted: 2002-07-22 12:42 UTC Modified: 2002-07-22 13:19 UTC
From: janus at area319 dot de Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4CVS-2002-07-22 OS: Linux (2.4.18)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: janus at area319 dot de
New email:
PHP Version: OS:

 

 [2002-07-22 12:42 UTC] janus at area319 dot de
configure/make works, but "make install" fails.
My configure:
"./configure" \
"--prefix=$MYPATH" \
"--enable-safe-mode" \
"--enable-force-cgi-redirect" \
"--disable-debug" \
"--with-config-file-path=$MYPATH/etc" \
"--enable-sysvsem" \
"--enable-sysvshm" \
"--enable-memory-limit" \
"--with-regex=system" \         
"--with-gd=/usr" \              
"--enable-gd-native-ttf" \      
"--with-freetype-dir=/usr" \    
"--with-jpeg-dir=/usr" \        
"--with-png-dir=/usr" \         
"--with-zlib" \                 
"--with-bz2=/usr" \             
"--with-mysql=/usr" \           
"--enable-ftp" \
"--enable-sockets" \
"--with-openssl" \
"--with-iconv" \
"--with-gettext" \
"--with-snmp" \
"--enable-ucd-snmp-hack" \
"--enable-xslt" \
"--with-expat-dir=/usr" \
"--with-xslt-sablot=/usr" \
"--with-dom" \
"--with-dom-xslt" \
"--with-imap"

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-22 13:19 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


It would help if you tell us the error too.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC