Re: Apache/PHP installation puzzle

2003-09-15 Thread Igor Pechtchanski
On Mon, 15 Sep 2003 [EMAIL PROTECTED] wrote: > .As a follow up > > When I do: > > $ cygcheck -c > > I get an 'Incomplete' status for both Apache and PHP. This could be a > red herring, however, as I notice that things are done with some of the > files post install. > > Just thought I'd s

Re: Apache/PHP installation puzzle

2003-09-15 Thread Jason Tishler
Dave, On Mon, Sep 15, 2003 at 04:30:27PM +0100, [EMAIL PROTECTED] wrote: > Thanks for getting back to me. You are welcome. > Any idea what's going on here? Sorry, no. I am only able to help you with the rebasing part -- I do not have experience running Cygwin Apache, PHP, etc. Jason -- PGP/

Re: Apache/PHP installation puzzle

2003-09-15 Thread dave_d
Hello Jason, Thanks for getting back to me. I've been working on this all day and, despite having found out about rebasing etc., have still not got a solution. To date: 1. Remove all vestiges of Cygwin from the W2K box. 2. run the Windoze update stuff and ensure that W2K is up-to date 3. Downl

Re: Apache/PHP installation puzzle

2003-09-15 Thread Jason Tishler
Jurgen, On Mon, Sep 15, 2003 at 02:03:04PM +0200, [EMAIL PROTECTED] wrote: > Thanks for trying to help, but I don't get the relationship between > PHP and Apache, and Perl and libiconv ? Sorry, I can't help with the above. I was only trying to help Dave with his rebase problem. Jason -- PGP/G

Re: Apache/PHP installation puzzle

2003-09-15 Thread jurgen . defurne
urne/BRG/CE/PHILIPS) Subject: Re: Apache/PHP installation puzzle Classification: Dave, On Mon, Sep 15, 2003 at 10:15:13AM +0100, [EMAIL PROTECTED] wrote: > Does anyone have any suggestions? Use Google: http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe

Re: Apache/PHP installation puzzle

2003-09-15 Thread Jason Tishler
Dave, On Mon, Sep 15, 2003 at 10:15:13AM +0100, [EMAIL PROTECTED] wrote: > Does anyone have any suggestions? Use Google: http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=unable+remap+same+address+parent&btnG=Google+Search Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubke

Re: Apache/PHP installation puzzle

2003-09-15 Thread dave_d
.As a follow up When I do: $ cygcheck -c I get an 'Incomplete' status for both Apache and PHP. This could be a red herring, however, as I notice that things are done with some of the files post install. Just thought I'd share this info! Dave -

Re: Apache/PHP installation puzzle

2003-09-15 Thread jurgen . defurne
; Sent by: [EMAIL PROTECTED] 09/15/2003 11:15 AM To: <[EMAIL PROTECTED]> cc: (bcc: Jurgen Defurne/BRG/CE/PHILIPS) Subject: Re: Apache/PHP installation puzzle Classification: Thanks for the reply, Jurgen, but that didn't work e

Re: Apache/PHP installation puzzle

2003-09-15 Thread dave_d
Thanks for the reply, Jurgen, but that didn't work either. Not to be discouraged I decided to uninstall everything to do with Apache and PHP and try again. I did the uninstall and cleaned up all the remaining files I could find. I re-booted the system and initiated a re-install from the Inter

Re: Apache/PHP installation puzzle

2003-09-15 Thread Stipe Tolj
... > the system is the a libphp4 of any description to be found and so I can't see > how I can add the LoadModule line to the httpd.conf file. php4 should have been extracted it's library to /usr/lib/apache/libphp4.dll. And LoadModule directives should(?) we already inserted into httpd.conf via a

Re: Apache/PHP installation puzzle

2003-09-14 Thread jurgen . defurne
Dave, Do you run PHP as CGI or as php_mod ? If CGI, then you should place your PHP scripts in /cgi-bin/, prepend '#!/usr/bin/php' or whatever, and make your scripts executable. Also control your php.ini file. If you run PHP as php_mod, then you must add the following lines to your apache httpd.

Re: Apache + PHP

2002-12-19 Thread S . L .
[...] > If you have all of your required dll's then your next step should be > rebasing your dll's: [...] I could say that rebasing never worked here 100 %. For the 1.3.17-1 cygwin and 1.3.24-5 apache & co. versions, I couldn't get a clean working server on w9x (okok, I know, NT is the recommended

Re: Apache + PHP

2002-12-19 Thread Elfyn McBratney
Check you have all of the required dll's: $ cygcheck $(cygpath -w /lib/apache/libphp4.dll) The above outputs a windows path list containing the dll's required by libphp4. Concentrate on the ones in your cygwin root directory. If you have all of your required dll's then your next step should be

Re: Apache+PHP on WinME - was Re: 3rd time lucky? Apache startup woes

2002-11-27 Thread Stipe Tolj
> I've had no luck getting anywhere with this. I asume that the info I provided > below was of no use to anyone. > > Can anyone suggest any additional evidence I can collect? > One suggestions was to start httpd within gdb. Can anyone point me at any > instructions on how to do this. gdb should

Re: apache PHP segmentation fault

2002-05-17 Thread Stipe Tolj
Sam Edge wrote: > > I've got > AddType application/x-httpd-php .php > in there but there's no AddHandler line. Should there be? no, AddType is enough. the AddHandler is registed while the module dynamically links in. > > Ah ha! I've copied the php.ini-recommended file from a download of

Re: apache PHP segmentation fault

2002-05-09 Thread Sam Edge
I wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Thu, 09 May 2002 19:29:59 +0100: > Ah ha! I've copied the php.ini-recommended file from a download of > 4.2.0 for Windows native to /usr/local/lib/php.ini and the problem has > gone away. No more segmentation faults. I spoke too soon. I've mad

Re: apache PHP segmentation fault

2002-05-09 Thread Sukhwinder Singh
>neither of both has been used while building php4. I think that it is not cygwin specific error because I faced same problems after compiling php 4.2 and apache 2.0 on Linux. Problems were with java and swf extensions. I think person who has compiled this php module will be in a better position

Re: apache PHP segmentation fault

2002-05-09 Thread Sukhwinder Singh
>neither of both has been used while building php4. I think that it is not cygwin specific error because I faced same problems after compiling php 4.2 and apache 2.0 on Linux. Problems were with java and swf extensions. I think person who has compiled this php module will be in a better position

Re: apache PHP segmentation fault

2002-05-09 Thread Sukhwinder Singh
>neither of both has been used while building php4. I don't know about cygwin but I think that it is not cygwin specific error because I faced same problems after compiling php 4.2 and apache 2.0 on Linux. Problems were with java and swf extensions. I think person who has compiled this php modul

Re: apache PHP segmentation fault

2002-05-09 Thread Sam Edge
Stipe Tolj wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Thu, 09 May 2002 12:48:12 +0200: > > Well, that didn't help. The postinstall script ran without showing any > > errors but the problem is still ocurring when I try to use PHP. > > I still can't see anything wrong with the set-up. > Ok,