php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5347 After running configure, make fails
Submitted: 2000-07-03 23:16 UTC Modified: 2000-07-28 10:49 UTC
From: jesus at cnnw dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 4 OS: BSDi 4.01
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: jesus at cnnw dot net
New email:
PHP Version: OS:

 

 [2000-07-03 23:16 UTC] jesus at cnnw dot net
I have mysql-3.22.32 and apache_1.3.12 and both installed without problems.
My gcc is gcc version 2.7.2.1.  I have tried to upgrade to a newer version of gcc
but, without success.

I ran configure with the following parameters:
[ 529 hunk->php-4.0.0 >./configure --with-mysql=/usr/local/mysql --with-xml\
 --with-apache=../apache_1.3.12 --enable-track-vars\
--with-gnu-ld

There are no errors with the configure script.  When I run make I get the following errors
[ 529 hunk->php-4.0.0 > make
"Makefile", line 39: Need an operator
"Makefile", line 40: Need an operator
"Makefile", line 41: Need an operator
Fatal errors encountered -- cannot continue

Here are the appropriate lines from Makefile
include $(top_srcdir)/build/rules.mk
include $(top_srcdir)/build/library.mk
include $(top_srcdir)/build/program.mk

I have tried placing = between 'include' and '$'  and then it fails on the next line.
        @$(LIBTOOL) --silent --mode=install cp libphp4.la $(phptempdir) /libphp4.la >/dev/null 2>&1
The error is 
[ 531 hunk->php-4.0.0 > make
--silent: not found
*** Error code 1
Stop.

If someone could share some light on this I would be very grateful.

Jesus Duarte
UNIX Sysadmin
CNNW/IPNS

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-27 20:31 UTC] waldschrott@php.net
Please verify that it?s still happening using the latest version of PHP (release 4.0.1pl2 or CVS).
 [2000-07-28 10:49 UTC] waldschrott@php.net
closed due to positive user feedback "geting a newer version of make (GNU Make version 3.79)" fixed the problem

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Oct 14 18:01:28 2024 UTC