php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7092 phpize broken. No Makefile generated
Submitted: 2000-10-08 18:03 UTC Modified: 2000-10-09 10:51 UTC
From: igmar at jdimedia dot nl Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.2 OS: Linux 2.2.17
Private report: No CVE-ID: None
 [2000-10-08 18:03 UTC] igmar at jdimedia dot nl
Standard PHP module, as described in the README.SELF-CONTAINED-EXTENSIONS file.

#/usr/local/bin/phpize
#./configure --with-php-config=/usr/local/bin/php-config

The last command doesn't produce a Makefile, but it should.

config.m4 :

PHP_ARG_WITH(pam. whether to include pam support,
[  --with-pam[=DIR]   blahblah  ])

if test "$PHP_PAM" != "no"; then
PHP_EXTENSION(pam, $ext_shared)
// some extra lib checks. Not important
fi

Makefile.in

LTLIBRARY_SHARED_NAME = php.la
LTLIBRARY_SOURCES     = php.c

include $(topdir)/build/dynlib.mk


   

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-09 10:51 UTC] derick@php.net
already fixed in CVS, per 4.0.3RC2
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 06:01:32 2024 UTC