ID: 7383
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Other web server
PHP Version: 4.0.3pl1
Assigned To: 
Comments:

Does this work with latest CVS snapshot from http://snaps.php.net/ ?

--Jani


Previous Comments:
---------------------------------------------------------------------------

[2000-10-21 17:48:05] [EMAIL PROTECTED]
With Roxen webserver version 2.1.143 / Pike v7.0 release 232 installed in /usr/local
** downloaded binary version, not source.

When running the following command line to configure prior to compiling:

./configure --with-roxen=/usr/local/roxen/server --with-roxen-zts

You will get an error as follows:

  checking for Roxen/Pike support... configure: error: Failed to figure out Pike 
module and include directories

I think the configure shell script can be changed to be more general.  In my case I 
was able to resolve by changing the following line in the configure script.

PIKE_MODULE_DIR="`$PIKE --show-paths 2>&1| grep lib/modules | sed -e 's/.*: //'`"

to 

PIKE_MODULE_DIR="`$PIKE --show-paths 2>&1| grep -e lib/modules -e lib/pike/modules | 
sed -e 's/.*: //'`"

i.e. add '-e lib/pike/modules' to patterns searched in grep since this seems to be how 
(some?) roxen pre-compiled binaries installs these.

I will be happy to help regression test this.

Thanks!
[EMAIL PROTECTED]

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7383&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to