[PHP-INST] Re: PHP Fatal error: Call to undefined function: mail()

2003-02-12 Thread Kaan
Recompiling worked fine.. Thanks for all the help.. "Kaan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I can not send any mail using any PHP script. I installed Sendmail after i > compiled PHP with Apache. I don't think that would be a problem??? > > Here

[PHP-INST] Apache2.0.36 + PHP4.3.0 SAPI mod fails while + PHP4.2.1 works OK

2003-02-12 Thread Kyryll Mirnenko
I'm running on WIndows Me & I've upgrated PHP 4.2.1 to PHP 4.3.0 (both binary distr for Windows). Separately php.exe works well, but using php4apache2.dll with Apache 2.0.36 (Win binary dist) fails with err ERROR_GEN_FAILURE (31) message "Cannot load D:/server/PHP/sapi/php4apache2.dll into se

php-install Digest 13 Feb 2003 06:53:03 -0000 Issue 1245

2003-02-12 Thread php-install-digest-help
php-install Digest 13 Feb 2003 06:53:03 - Issue 1245 Topics (messages 10022 through 10027): PHP 4.3.0 & Apache 2.0.44 10022 by: Martin Leonard 10023 by: Jeffrey_N_Dyke.Keane.com 10024 by: Jeffrey_N_Dyke.Keane.com 10025 by: Lou Picciano PHP Script Interpreter

[PHP-INST] libexpat.so.0 error unless Apache started by root user

2003-02-12 Thread Peter Janett
I'm running Red Hat 7.2, php-4.2.3, expat-1.95.4. When I start Apache as root, it starts fine. But, my startups scripts fail, as does starting apache from a non root user, with the following error: "bin/httpd: error while loading shared libraries: libexpat.so.0: cannot open shared object file: N

[PHP-INST] PHP Script Interpreter causing errors and won't run

2003-02-12 Thread John
It was running before and I have Apache successfully running on WinXP when trying to open localhost. When I try to run http://localhost/ I get this error: Error signature AppName: php.exe AppVer: 4.3.0.0 Offset: 57565553 Error report shows: -- PHP Install Mailing List (http://w

Re: [PHP-INST] PHP 4.3.0 & Apache 2.0.44

2003-02-12 Thread Lou Picciano
Martin, Perhaps I can help with this one... We have the same configuration you report - working with no trouble. This is: Solaris 9 (SPARC) Apache 2.0.44 PHP-4.3.0-dev (snapshot from late January) We ALSO were having trouble with the AddType approach; We commented out the respective php 'AddTy

RE: [PHP-INST] PHP 4.3.0 & Apache 2.0.44

2003-02-12 Thread Jeffrey_N_Dyke
the unsubscribe options are at the bottom of all of these emails hth jeff "John Bush"

Re: [PHP-INST] PHP 4.3.0 & Apache 2.0.44

2003-02-12 Thread Jeffrey_N_Dyke
yes and no. did you restart Apache? and bear in mind that it has been saidby Rasmus and the PHP staff, that this is not a production ready combination. so if a restart doesn't do it, adn you're sure that all of your other config options are set correctly, then you may want to consider going

[PHP-INST] PHP 4.3.0 & Apache 2.0.44

2003-02-12 Thread Martin Leonard
Ok, this should be a simple one. I have compiled apache with the --enable-so option. Everything worked fine. I then configured PHP with the --with-apxs2=[path] and that also configured without problems. I had to manually input the LoadModule and AddType parameters into the httpd.conf file. The

php-install Digest 12 Feb 2003 16:27:44 -0000 Issue 1244

2003-02-12 Thread php-install-digest-help
php-install Digest 12 Feb 2003 16:27:44 - Issue 1244 Topics (messages 10017 through 10021): PHP 4.3.0 - inbuilt GD and MySQL (fix) 10017 by: Jason Donald msession compiling 10018 by: Robin Mordasiewicz Re: Call to undefined function: imagettftext() 10019 by: sb Pb

[PHP-INST] PHP + Apache + FastCGI

2003-02-12 Thread Stephane Rozes
Hello the list, I'm trying to run an Apache server with FastCGI and PHP. The install seems to works : "[Wed Feb 12 16:25:35 2003] [notice] FastCGI: process manager initialized (pid 19259) [Wed Feb 12 16:25:35 2003] [warn] FastCGI: server "/bin/php" started (pid 19260) [Wed Feb 12 16:25:35 2003]

[PHP-INST] Pb with FastCGI and PHP

2003-02-12 Thread Stephane Rozes
Hello the list, I have a problem when I try to install Apache+PHP+FastCGI. When I start Apache I have the following error messages : [Tue Feb 11 17:23:43 2003] [info] created shared memory segment #1605632 [Tue Feb 11 17:23:43 2003] [notice] Apache/1.3.27 (Unix) mod_fastcgi/2.4.0 configured -- r

[PHP-INST] GD: Call to undefined function: imagettftext()

2003-02-12 Thread sb
Hello, I'm trying to get to run the GD function imagettftext(). Compilation and installation seems to work fine, but when running a script with this function i get this error: "Call to undefined function: imagettftext()." The same script runs fine under the Win binaries. Has anyone an idea what