php-install Digest 10 Sep 2002 04:04:46 -0000 Issue 1016

2002-09-09 Thread php-install-digest-help
php-install Digest 10 Sep 2002 04:04:46 - Issue 1016 Topics (messages 8374 through 8385): libmcrypt version diagnose 8374 by: Ed Welsh PHP/MySql/mod_SSL: Having difficulties :( 8375 by: Nate Pickett Re: Installing PHP as a module of Apache 1.3 8376 by: Jeanne Case

[PHP-INST] 4.2.3, apache 2.0.40 file access problem

2002-09-09 Thread Vadim Akselrod
I upgraded to 4.2.3, but am having file access problems. If I access a file by full path, it works fine. If I access a file in the local dir, it fails. Even though getcwd() is the same as the full path above. Any ideas? This is on redhat 7.2. Thanks! Cheers, -Vadim PS: Here's the code th

[PHP-INST] MySQL Source Install Problems

2002-09-09 Thread Nate Pickett
Hi, When I try to run the configure script for mysql-max-3.23.49a, it seems to hang after the script outputs "020909 19:11:20 mysqld ended". Then when I hit return (to get the prompt back) and run make it says "make: *** No targets specified and no makefile found. Stop.". Does anyone know why t

Re: [PHP-INST] installed 4.2.3, but still 4.2.2?

2002-09-09 Thread Jason Reid
Did you remember to restart apache afterwards? Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: "Bryan Koschmann - GKT" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 09, 2002 5:11 PM Subject: [PHP-INST] installed 4.2.3, but sti

[PHP-INST] installed 4.2.3, but still 4.2.2?

2002-09-09 Thread Bryan Koschmann - GKT
Hello, I have just installed 4.2.3 (downloaded, untar, configure, make, make install) but it doesn't seem to be showing up. I have file with the php info tag in it, but it still shows as 4.2.2. I used the same configure line as before: ./configure --with-mysql=/usr/local/mysql --enable-force-cgi

Re: [PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined_zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
What are the latest known to be working versions of gd and libpng which one should compile php 4.2.3 with ? (so far tried gd 1.8.4 / 2.0.1 and libpng 2.1.4 / 1.0.14 - aways fails on imagecreatefrompng) thx dave David Herring wrote: > > Done some investigation. > > If you remove the "

Re: [PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined_zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
Done some investigation. If you remove the " --enable-debug "" from the configure line below it will build and install okay. But then I hit the problem that I hoped 4.2.3 would address - ImageCreateFromPNG get a segV ever time I call it. Any ideas on this ? Thanks Dave David Herring wr

[PHP-INST] with-ldap compile error

2002-09-09 Thread Rion Monk
All, I'm having trouble getting PHP v4.2.3 to compile with the --with-ldap parameter on a Solaris 2.7 box. (Everything compiles fine without it). I built Apache v1.3.26 with --enable-module=so and it compiles and runs just fine. When I run make for PHP I get the following, eventually: mak

Re: [PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined_zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
I get the same error with apache 2.0.40... so what's wrong with my php compile ?? Under Suse 8.0 with the following config options:- ./configure --enable-debug \ --with-mysql=/usr/local/mysql \ --with-gd=/usr/local/gd-1.8.4 \ --with-png-dir=/usr/lib \

[PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined _zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
Installing PHP 4.2.3 under apache 1.3.26 gibes me the following error when trying to start apache:- # /usr/local/apache/bin/apachectl start Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/li

Re: [PHP-INST] Installing PHP as a module of Apache 1.3

2002-09-09 Thread Jeanne Case
In case no one has replied, They mean where you installed Apache from, not where you are installing Apache to. This is assuming you are also installing Apache from source and compiling it yourself. The php installs a directory under the apache source tree with the php module in it. When you com

[PHP-INST] PHP/MySql/mod_SSL: Having difficulties :(

2002-09-09 Thread Nate Pickett
Hi, I am having difficulties installing PHP/MySql/mod_SSL on Red Hat 7.2. Below are the version number of the software packages I am using and commands that I used to try to install PHP/MySql/mod_SSL. If any knows what I am doing wrong or an easier way to install a PHP/MySql/mod_SSL system plea

[PHP-INST] libmcrypt version diagnose

2002-09-09 Thread Ed Welsh
I get a strange error during configure of php 4.2.3 with apxs on apache 2.0.40, libmcrypt 2.5.3 is intalled in /usr/local/lib with all the correct ldconfig setup done. here is the error: configure: error: Sorry, I was not able to diagnose which libmcrypt version you have installed. Anyone se

php-install Digest 9 Sep 2002 12:21:51 -0000 Issue 1015

2002-09-09 Thread php-install-digest-help
php-install Digest 9 Sep 2002 12:21:51 - Issue 1015 Topics (messages 8369 through 8373): Running PHPAuction with MySQL on e-Smith 8369 by: James Redfern Problem with 4.2.3 8370 by: Vallimar Info on return code 304 8371 by: John J. Fausto Weird problems with PHP 4.

[PHP-INST] POST form variables not being sent to destination page

2002-09-09 Thread Howard Roscoe
Hi all, I'm assuming this is an installation error, hence the posting to this group. I've got an html form but when I use the POST method the form variables don't make it to the destination page, when I use the GET method, there's no problem. I've uploaded the test pages to our web servers and

[PHP-INST] Weird problems with PHP 4.2.2 / mySQL / Apache

2002-09-09 Thread Doug Young
I'm attempting to muddle my way through configuration stuff & having problems with variables & posting data to mySQL. The explanation in 'official' documentation is hopelessly vague so I'm working from the Graeme Merrall / WebMonkey php / mySQL tutorial. As per the above article, I tried using '$

[PHP-INST] Info on return code 304

2002-09-09 Thread John J. Fausto
I get an error /Default.htm 304 whenever I try to test my installation. I don't know if this is MS, C, or php error. Thanks