[PHP-INST] Re: How to apply patch files

2002-02-07 Thread Rick Morris
- Original Message - From: "Yasuo Ohgaki" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 2:03 AM Subject: How to apply patch files > > Here's what I get when trying to compile the latest snapshot of PHP with > > your patch (on FreeBSD 4.2 -- I will try on S

[PHP-INST] MM save hanlder problem

2002-02-07 Thread Yasuo Ohgaki
Rick Morris wrote: >>>*** Error code 1 >>> >> >>Hi, patch is not applied correctly. >> >>Change directory to php4 source root. then >> >>patch -p0 < session.diff >> >>(Since file path in the patch is "ext/session/") >>Then you should be able to compile w/o any warnings and errors. >>You need to ch

[PHP-INST] Re: Compile successful; Apache will not load (gdImageColorResolve error)

2002-02-07 Thread S. Crespel
Hi, I have got exactly the same problem. Everything was OK with apache 1.3.22, PHP 4.0.6, GD 1.3, TTF 1.X, as soons as i tried to use PHP 4.1.1, I've got exactly the same error. I would also be very pleased if someone could help us, Rgds, Seb -- PHP Install Mailing List (http://www.php.net

[PHP-INST] Re: Compile successful; Apache will not load (gdImageColorResolve error)

2002-02-07 Thread S. Crespel
More informations : (I have open a bug on the 01/11/02 : http://bugs.php.net/?id=15000&edit=2 But no contribution since then.) I'm using Solaris 8, gd1.3 (for GIF support) and freetype 1.3.1. I'm compiling php4.1.1 with no change regarding the 4.0.6 compilation. No error during compilation. With

[PHP-INST] Re: Compile successful; Apache will not load (gdImageColorResolve error)

2002-02-07 Thread S. Crespel
More informations : (I have open a bug on the 01/11/02 : http://bugs.php.net/?id=15000&edit=2 But no contribution since then.) When starting apache 1.3.22 I've got the message : rast.instdev2> /opt/apache_adm/bin/apachectl start Syntax error on line 223 of /opt/apache_adm/conf/httpd.conf: Canno

[PHP-INST] Printer Support in PHP-4.1.1

2002-02-07 Thread Perit Bezek
I have installed PHP-4.1.1 to a Win95 machine together with MySQL 3.23.47 and Apache 1.3.23, also loaded the winsock update for Win95 to make Apache work. The last information may seem an irrelevant information with my probkem but I want to describe the environment as much as possible. As far as I

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-07 Thread Steven Cayford
Hmm. I wish I knew more about the whole configure/make process. One thing: it doesn't look like it can't find /usr/bin/ld, but rather /usr/bin/ld can't find one of its arguments. My only other guess would be to copy /usr/libexec/config.guess and /usr/libexec/config.sub into your build director

php-install Digest 7 Feb 2002 15:38:42 -0000 Issue 688

2002-02-07 Thread php-install-digest-help
php-install Digest 7 Feb 2002 15:38:42 - Issue 688 Topics (messages 5943 through 5957): POST vs GET? 5943 by: ejfs.sympatico.ca 5945 by: Yasuo Ohgaki Re: php 4.1.1 on Mac OS X 10.1 5944 by: Steven Cayford 5948 by: Ryan Walker 5957 by: Steven Cayford

[PHP-INST] Re: Compile errors php/apache/ldap

2002-02-07 Thread Corey Anson
I was able to find the answer to my problem on the openldap website. I am posting the answer here for future reference. In the file src/Configuration.tmpl change the values to: EXTRA_LDFLAGS=-L/u01/app/openldap-2.0.21/libraries EXTRA_LIBS=-lldap -llber EXTRA_INCLUDES=-I/u01/app/openldap-2.0.21/i

[PHP-INST] ./configure problems with php4.1.1

2002-02-07 Thread Cary_Anderson
Trying to install php on an irix 6.5.13 server and I am getting the following error after implementing the following ./configure I have successfully installed zlib1.13, gd1.0.2, libpng1.2.0, jpeg-6b, mysql3.23.47, and freetype2.0.4, and apache1.3.22 Not sure what my problem is here Any help wou

[PHP-INST] Apache - Mysql [installed successfully] - php errors on make

2002-02-07 Thread John Cuthbert
Hello, I am trying to get php to work [trying indicating Im not getting anywhere :(] I run ./configure with the various options I want and it doesnt give any errors, then I run make (or jump into make install) either way, I get an error: make[1]: Entering directory `/root/php-4.1.1' /bin/sh /

php-install Digest 8 Feb 2002 05:44:39 -0000 Issue 689

2002-02-07 Thread php-install-digest-help
php-install Digest 8 Feb 2002 05:44:39 - Issue 689 Topics (messages 5958 through 5961): Re: Compile errors php/apache/ldap 5958 by: Corey Anson ./configure problems with php4.1.1 5959 by: Cary_Anderson.dot.ca.gov Apache - Mysql [installed successfully] - php errors on make

[PHP-INST] Calling a php function from html file.

2002-02-07 Thread Archer Vallesfin
Good Day! How can I call a function from a PHP file when the caller of the function is an HTML. sample: Myphp.php [ - function Add() { . } ] Myhtml.html [ Sample // I would like to call Add() function here How??? ] -- PHP Install Mailing List (h

Re: [PHP-INST] MM save hanlder problem

2002-02-07 Thread Rick Morris
- Original Message - From: "Yasuo Ohgaki" <[EMAIL PROTECTED]> To: "Rick Morris" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 5:15 AM Subject: [PHP-INST] MM save hanlder problem > Rick Morris wrote: > >>>*** Error code 1 > >>> > >> > >>Hi, patch is not app