[PHP-INST] --with-imap strangeness in 4.3 dev

2002-08-30 Thread Michael Geary
Hi Folks, I am on OS X 10.2, and I'm compiling the latest dev version of PHP as found at Zend: http://snaps.php.net/php4-latest.tar.gz In general, I am having good success with it. However, I am having some strangeness with Imap integration. For reference, I have OpenSSL and the C-client ins

php-install Digest 31 Aug 2002 02:06:53 -0000 Issue 1001

2002-08-30 Thread php-install-digest-help
php-install Digest 31 Aug 2002 02:06:53 - Issue 1001 Topics (messages 8267 through 8283): PHP-4.2.2 as CGI 8267 by: Ken Kyler 8269 by: Matt Schroebel 8283 by: Ken Kyler Re: Apache 2.0.40/PHP 4.2.2 Win2000 Help 8268 by: Yuriy Rusinov Re: Installing command-l

RE: [PHP-INST] PHP-4.2.2 as CGI

2002-08-30 Thread Ken Kyler
> Missing semi colon on line 3735? Post 10 lines of code starting > at line 3730 or so. What file(s) do I send? the error indicates it is the PHP executable causing problems. Ken > > > -Original Message- > > From: Ken Kyler [mailto:[EMAIL PROTECTED]] > > Sent: Friday, August 30, 2002 7

Re: [PHP-INST] I cant compile apache\php\mysql.. missing libphp4.so

2002-08-30 Thread Jeanne Case
The order is: mysql apache - just minimum configure, don't need make or make install yet. php then apache again - to include the php stuff. Make sure you use your pathnames. $ ./configure --prefix=/usr/local/apache \ --activate-module=src/modules/php4/libphp4.a \ --sysconfdir=/usr/local/ap

[PHP-INST] Dependy for Php4ts

2002-08-30 Thread Shediac
When I do a dependency walk on php4ts I find that apphelp.dll and userenv.dll are both missing. Does anyone know where I can get those files or how to get around the problem? Thanks -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Problem installing on IIS Windows 98

2002-08-30 Thread Shediac
When trying to install php on with IIS on windows 98, I get a message that says error trying to access local webservice, GetObjectFailed(). Php needs to be configured using Microsoft Management Console. I have tried to install several times and get the same message. I have removed PWS and re-inst

[PHP-INST] I cant compile apache\php\mysql.. missing libphp4.so

2002-08-30 Thread ceLius
I've tried doing this the past 3 days for like 10 hours together or something First, i compile mysql and apache, then php... and it complaints about a libphp4.so file missing. Is there any options i miss in the ./configuring? Im clueless

[PHP-INST] build fails at mysql

2002-08-30 Thread Elliott Potter
I've been searching the web for solutions to this and have seen that several people on various architectures have had this problem, and it's been put on bugs.php.net and marked as solved (with no solution posted -- just that whoever posted the bug stopped checking the site). So: I'm trying to bu

[PHP-INST] Help on new install please ..

2002-08-30 Thread David Tod Sigafoos
I am having problems on a new install of PHP and Apache Win2k, Php 4.2.2, apache 1.3.26 1) Install apache. Then browse to 127.0.0.1 and get the apache screen 2) unzip php and copy to c:/php 3) install.txt a) dlls are all in the /php directory with php.exe (did not copy to windows/syste

[PHP-INST] PHP 4.2.2 + Redhat 7.3 + Apache help

2002-08-30 Thread Stewart Harrison
Redhat 7.3 + Apache + PHP 4.2.2. I downloaded the source for PHP 4.2.2 since RedHat 7.3 shipped with 4.2.1, did a ./configure --with-apxs /usr/sbin/apxs --with-ldap --with-mysql Made sure /etc/httpd/conf/httpd.conf had all the required info about PHP, did a /etc/rc.d/initrd/httpd restart Created

Re: [PHP-INST] php.ini under Unix Solaris 9 / PHP 4.3.0-dev /Apache-2.0.40

2002-08-30 Thread Lou Picciano / Essex Systems
> Lou Picciano / Essex Systems wrote on Fri, Aug 30, 2002 at 12:51:01PM -0400: >> Except: that we cannot get php to recognize its php.ini file, no matter >> where we place it. Shouldn't any changes in this file, if it's being >> properly read, be reflected in phpinfo() output? > They should. Its

Re: [PHP-INST] php.ini under Unix Solaris 9 / PHP 4.3.0-dev / Apache-2.0.40

2002-08-30 Thread Laurent Larquère
Hi have you tried ; configure ... --with-config-file-path= ? Lou Picciano / Essex Systems wrote: >List Friends: > >We've recently installed php-4.3.0-dev under Apache 2.0.40 - WORKS GREAT! > >Except: that we cannot get php to recognize its php.ini file, no matter >where we place i

[PHP-INST] php.ini under Unix Solaris 9 / PHP 4.3.0-dev / Apache-2.0.40

2002-08-30 Thread Lou Picciano / Essex Systems
List Friends: We've recently installed php-4.3.0-dev under Apache 2.0.40 - WORKS GREAT! Except: that we cannot get php to recognize its php.ini file, no matter where we place it. Shouldn't any changes in this file, if it's being properly read, be reflected in phpinfo() output? We've tried the

[PHP-INST] multiple php.ini files

2002-08-30 Thread Tomasz Orzechowski
Hi, I need to know if there is functionality that would allow me to either use (forcibly) multiple php.ini files, or that would allow me to include a global php.ini into a per-site php.ini (the per-site one has unique paths for safe mode and such, the global one has 'everything else'). Searching

[PHP-INST] Apache 1.3.26 / PHP 4.2.2 module error

2002-08-30 Thread Rosemary Stasek
I am trying to install PHP 4.2.2 with an existing installation of Apache 1.3.26. I know I should have done a dynamic installation with apxs, but I started down the path of a static installation. I have read EVERY piece of documentation I can find but can't find a reference to this error: Wit

Re: [PHP-INST] Installing command-line php binary

2002-08-30 Thread Vicki Brown
On Friday, August 30, 2002, at 02:26 , Chris Hewitt wrote: > Vicki Brown wrote: > >> >> On Wednesday, August 28, 2002, at 07:27 PM, Jim Thome wrote: >> >>> I believe the binary is only installed when compiled as a CGI >>> program. Remove the nsapi line and recompile to get the >>> binary inst

RE: [PHP-INST] PHP-4.2.2 as CGI

2002-08-30 Thread Matt Schroebel
Missing semi colon on line 3735? Post 10 lines of code starting at line 3730 or so. > -Original Message- > From: Ken Kyler [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 7:46 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] PHP-4.2.2 as CGI > > > FreeBSD 4.5-STABLE > Apach

[PHP-INST] Re: Apache 2.0.40/PHP 4.2.2 Win2000 Help

2002-08-30 Thread Yuriy Rusinov
Dear Weng Pangan > 2. Added to following to httpd.conf > ScriptAlias /php/ "c:/php" Try to write ScriptAlias /php/ "c:/php/". If this scripts will not work after that, write me. I send my httpd.conf. Best regards, Sincerely yours, Yuriy Rusinov. -- PHP Install Mailing List (http://www.

[PHP-INST] PHP-4.2.2 as CGI

2002-08-30 Thread Ken Kyler
FreeBSD 4.5-STABLE Apache 1.3.24 PHP 4.2.2 I have compiled PHP as a CGI and when it executes, I get the following: Parse error: parse error, unexpected T_STRING in /usr/local/bin/php on line 3736 Thoughts? Ken -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

php-install Digest 30 Aug 2002 12:44:47 -0000 Issue 1000

2002-08-30 Thread php-install-digest-help
php-install Digest 30 Aug 2002 12:44:47 - Issue 1000 Topics (messages 8261 through 8266): libphp4.so ?? 8261 by: ceLius Apache 2.0.40/PHP 4.2.2 Win2000 Help 8262 by: Weng Pangan Problems with SAFE MODE 8263 by: Sebastian Tomasino Re: Installing command-line php bi

[PHP-INST] Re: error compiling gd2 with php 4.2.1

2002-08-30 Thread electroteque
never mind i got it working found something about this and needed to remove the old gd 1.8 all i did was rm libgd.a in /usr/local/lib and it has all compiled fine now finally !! "Electroteque" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi i got this error

[PHP-INST] error compiling gd2 with php 4.2.1

2002-08-30 Thread electroteque
hi i got this error starting http after compiling gd2 with php 4.2.1 Syntax error on line 230 of /usr/local/etc/apache_2.0.39/conf/httpd.conf: Cannot load /usr/local/etc/apache_2.0.39/modules/libphp4.so into server: /usr/loca l/etc/apache_2.0.39/modules/libphp4.so: undefined symbol: gdImageColorC

Re: [PHP-INST] Installing command-line php binary

2002-08-30 Thread Chris Hewitt
Vicki Brown wrote: > > On Wednesday, August 28, 2002, at 07:27 PM, Jim Thome wrote: > >> I believe the binary is only installed when compiled as a CGI >> program. Remove the nsapi line and recompile to get the binary >> installed. > > If that is the case, it would be a bug... it should never b