php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9413 can't run test programs
Submitted: 2001-02-22 17:28 UTC Modified: 2001-02-22 19:16 UTC
From: ritu dot gupta at eng dot sun dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0.4pl1 OS: sparc 5.8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
40 - 36 = ?
Subscribe to this entry?

 
 [2001-02-22 17:28 UTC] ritu dot gupta at eng dot sun dot com
I have installed PHP4 with Apache. I followed all the steps described in INSTALL file. Now after that when I tried to run run-tests.php with ./php -f run-tests.php command, it says php not found. I checked in php directory there was no php executable. Why it did not build php executable file?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-22 19:16 UTC] sniper@php.net
If you want to create an executable binary of PHP (CGI) then you just
omit the --with-apxs or --with-apache configuration directive from
your configure line:

# rm config.cache
# ./configure
# make clean ; make 

Please read the INSTALL file.

--Jani

p.s. This is not a bug. Please ask further support questions on php-general@lists.php.net mailing list.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC