Re: [PHP-INST] Exception:access violation when using PHP/apache/WinNT4.0/MSSQL calls

2001-04-13 Thread B. van Ouwerkerk
Hi, Although I wouldn't recommend running Apache and PHP on any Windooz, here are some ideas. - check the docs at www.apache.org for a clue.. - Check your log both apache and systemlogs.. - check how long it takes after a reboot before it crashes (I know someone who admins a few hosting NT box

php-install Digest 13 Apr 2001 07:32:21 -0000 Issue 259

2001-04-13 Thread php-install-digest-help
php-install Digest 13 Apr 2001 07:32:21 - Issue 259 Topics (messages 2760 through 2763): Exception:access violation when using PHP/apache/WinNT4.0/MSSQL calls 2760 by: Matthew DeChant 2763 by: B. van Ouwerkerk Re: PHP Installation error 2761 by: LAURIE KEITH

[PHP-INST] Cannot restart Apache server

2001-04-13 Thread Byungsung Cho
After installing PHP 4, I could not restart Apache server becuase of an error that saids: "Cannot load libphp4.so..." Several people asked similar questions, but without any definitive answer. Can somebody help solving this problem? Thanks in advance, -- Byungsung Cho [EMAIL PROTECTED] -

[PHP-INST] apache and phph and mysql on win NT

2001-04-13 Thread Peter Van Dijck
Hi, for home development I want to install apache and phph and mysql on win NT 4. It's my first time. I was trying to find the apache install for win but I can't seem to find it here: http://httpd.apache.org/dist/httpd/ On this page: http://httpd.apache.org/docs/windows.html it says: "You should

[PHP-INST] Installing with PWS

2001-04-13 Thread John Meyer
Hi, I tried to install PHP with PWS and I keep getting this error message: One of the library files needed to run this application cannot be found. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-INST] Install & use ming library (swf) on Windows x PHP?

2001-04-13 Thread cecchini
Is a wat to Install & use ming library (swf) on Windows x PHP? I don't say to do. Thanks. -- PHP Install 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 PROTECT

[PHP-INST] Invalid Option w/configure

2001-04-13 Thread Daniel L. Ferrell
hey guys, I have a quick question for you all, I am installing php3 as an Apache module in Unix. Basically, at this point during my installation I can make it all the way up to step 12 where i am suppose to type in ./configure --activate-module=src/modules/php3/libphp3.a i do this and

[PHP-INST] compiling CGI binary

2001-04-13 Thread Chris McClenahan
Can someone please tell me how to go about compiling the PHP CGI module? I already have the source and I'm attempting to compile on an IRIX 6.5 box. I can't find any compile instructions in the source download, nor on the PHP site. Thanks, --Chris -- :

Re: [PHP-INST] compiling CGI binary

2001-04-13 Thread Rasmus Lerdorf
Just leave out any --with-apxs or --with-apache flags when you run ./configure and it will generate a standalone 'php' binary. 'make install' will copy it to /usr/local/bin -Rasmus On Fri, 13 Apr 2001, Chris McClenahan wrote: > Can someone please tell me how to go about compiling the PHP CGI >

Re: [PHP-INST] Installing with PWS

2001-04-13 Thread Phil Driscoll
Assuming the installation did it's stuff (if not, tell us at what stage you got the error message): At the command line, change to the directory containing php.exe and type php.exe -i. The error message you get there might be more descriptive. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 29

Re: [PHP-INST] Installing with PWS

2001-04-13 Thread John Meyer
The installation did it's stuff. I'm getting the error when I bring up the page. [EMAIL PROTECTED] ("Phil Driscoll") wrote in <008501c0c42b$9e17eda0$0c01a8c0@philsntserver>: > ssuming the installation did it's stuff (if not, tell us at what stage > you got the error message): > > At the command

[PHP-INST] Error with imap-ssl support

2001-04-13 Thread Raul Alvarez Venegas
Hello again, I am strill trying to compile PHP4-CVS (as of 04132001) with IMAP-SSL support with the following options: "./configure" \ "--with-apxs" \ "--with-bz2" \ "--with-gettext" \ "--with-imap" \ "--with-imap-ssl" \ "--with-mysql" \ "--with-openssl" \ "--with-regex=system" \ "--with-zlib" \

Re: [PHP-INST] Installing with PWS

2001-04-13 Thread Phil Driscoll
Have you tried this yet? >> At the command line, change to the directory containing php.exe and >> type php.exe -i. -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail

RE: [PHP-INST] Exception:access violation when using PHP/apache/WinNT4.0/MSSQL calls

2001-04-13 Thread Matthew DeChant
Does anyone else have any suggestions? To answer the last questions: The crash is immediate on first try. IIS and PWS are not running. Service pack 6a. Nothing else is running. Memory is not an issue. There are no event application errors or apache log errors. -Original Message- - check

Re: [PHP-INST] compiling CGI binary

2001-04-13 Thread cecchini
Thanks you... I will search CGI engine on PHP to compile CGI SWF FUNCTIONS... I try... Bye. "Rasmus Lerdorf" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Just leave out any --with-apxs or --with-apache flags when you run > ./configure and it will ge

RE: [PHP-INST] Exception:access violation when using PHP/apache/WinNT4.0/MSSQL calls

2001-04-13 Thread Greg Donald
On Fri, 13 Apr 2001, Matthew DeChant wrote: > Does anyone else have any suggestions? unix > To answer the last questions: > The crash is immediate on first try. > IIS and PWS are not running. > Service pack 6a. > Nothing else is running. Memory is not an issue. > There are no event application

php-install Digest 13 Apr 2001 19:52:14 -0000 Issue 260

2001-04-13 Thread php-install-digest-help
php-install Digest 13 Apr 2001 19:52:14 - Issue 260 Topics (messages 2764 through 2777): Cannot restart Apache server 2764 by: Byungsung Cho apache and phph and mysql on win NT 2765 by: Peter Van Dijck Installing with PWS 2766 by: John Meyer 2771 by: Phil D

Re: [PHP-INST] Exception:access violation when using PHP/apache/WinNT4.0/MSSQL calls

2001-04-13 Thread Yasuo Ohgaki
Are sure what version of dll used for MySQL module? Make sure you use correct dll for it. Copy all module dll to system(32). (PHP should complain if API version does not match, though) You may need to use dll that comes with the distribution. Regards, -- Yasuo Ohgaki ""Matthew DeChant"" <[EMAI

Re: [PHP-INST] apache and phph and mysql on win NT

2001-04-13 Thread Yasuo Ohgaki
Try http://www.apache.org/dist/httpd/binaries/win32/ Is the link Win/Apache page wrong? still? May be you should write mail to [EMAIL PROTECTED] if there is wrong link for Win/Apache download. Regards, -- Yasuo Ohgaki "Peter Van Dijck" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">ne