DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8453>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8453

apxs uses wrong path-variable for build-dir

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
            Version|2.0.35                      |2.0.36



------- Additional Comments From [EMAIL PROTECTED]  2002-05-09 02:21 -------
I'm still seeing this in 2.0.36. In my case, apxs contained

  my $prefix         = "/software/stow/apache-2.0.36";

and

  get_config_vars("$prefix/build/config_vars.mk",\%config_vars);

when that second line should have been

  get_config_vars("$prefix/share/apache/build/config_vars.mk",\%config_vars);

Also, apxs later contained

  my $envvars = get_vars("bindir") . "/envvars";

which should have been

  my $envvars = get_vars("sbindir") . "/envvars";

Those two changes allowed me to configure and build PHP 4.2.0.

I use a custom layout in config.layout, but it's very similar to the GNU layout;
I can send along the details if they'd help.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to