php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19 @STRONGHOLD@: No such file or directory
Submitted: 1998-01-28 11:07 UTC Modified: 1998-01-28 11:11 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: Brian dot Craigie at necs dot demon dot co dot uk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS OS: Solaris 2.5.1
Private report: No CVE-ID: None
 [1998-01-28 11:07 UTC] Brian dot Craigie at necs dot demon dot co dot uk
After updating with the latest CVS, a make produces:
>make
gcc -O2 -I. -I/usr/local/include  -I/utils/downloaded/apache/apache_1.3a1/src     -I/usr/local/include/mysql -g -Wall @STRONGHOLD@   -c  language-parser.tab.c
gcc: @STRONGHOLD@: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `language-parser.tab.o'

A configure, then a make produces the same thing.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-01-28 11:11 UTC] rasmus
Run autoconf

When using the CVS tree you might want to enable maintainer mode
in configure.  (see configure --help) to have it automatically check
for configure.in changes.
 [2014-03-10 08:01 UTC] nicolas@php.net
Automatic comment from SVN on behalf of nicolas
Revision: http://svn.php.net/viewvc/?view=revision&revision=332942
Log: Show error message instead of segfault, fixes #19

Judy STRING_TO_INT and STRING_TO_MIXED values cannot be set without key specifying
 [2022-04-21 19:19 UTC] git@php.net
Automatic comment on behalf of m6w6
Revision: https://github.com/php/pecl-web_services-oauth/commit/91ace822637ae2d41e69f6b0fcdcdba62604d1ec
Log: fix #19
 [2022-04-21 19:19 UTC] git@php.net
Automatic comment on behalf of rlerdorf (author) and web-flow (committer)
Revision: https://github.com/php/pecl-web_services-oauth/commit/6c71f711ee95048513c8d4116be11319cf975efa
Log: Merge pull request #20 from m6w6/fix-19
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 06:01:30 2024 UTC