RE: [PHP-INSTALL] PHP5 as big as possible build

2004-03-13 Thread John Holden
You'll never compile "everything" PHP has to offer in one build, because some of the features conflict.  Additionally, many require external libraries, and it's unlikely you'll have all of those that are need.  Finally, compiling a PHP with a bunch of things you don't need is not just silly

RE: [PHP-INSTALL] how to install php with imap extensions

2004-02-14 Thread John Holden
You need to download the IMAP source from the link you've got below-- get the file "imap.tar.Z" Untar it to a directory. I assume you're running Linux, so use this command: make slx SSLTYPE=none Ignore any errors. Now, using the imap path instead of /path/to/ , at the following switch to your

RE: [PHP-INSTALL] my changes in php.ini are not recognized

2004-02-03 Thread John Holden
to be represented with forward slashes, not backslashes--even in Windows. So, you might try "c:/winnt/sessiondata" instead of c:\winnt\sessiondata". Good luck! John Holden [EMAIL PROTECTED] 802 793 6244 P.O. Box 328 Waitsfield, Vermont 05673 -Original Message- From: Burckhardt Übe

RE: [PHP-INSTALL] fight the autoresponders

2004-02-01 Thread John Holden
I spent about a week harassing Earthlink, and every response I got was another confused support rep. who asked if there was something wrong with "the PHP on my hosting" space, or that "Earthlink is unable to assist customers in matters involving PHP programming" and the like. It's a noble effort,

RE: [PHP-INSTALL] mail() doesn't work in self-compiled 4.3.4

2004-01-30 Thread John Holden
Can you run sendmail from the terminal? If not, maybe your firewall is restricting outgoing traffic, or maybe Sendmail simply isn't started. John -Original Message- From: Sven Riedel [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 8:09 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTA

RE: [PHP-INSTALL] Segfault on make install

2004-01-26 Thread John Holden
Hi Russ, Try building IMAP from scratch. Get the source from ftp://ftp.cac.washington.edu/mail/imap.tar.Z and run: make slx SSLTYPE=nopwd ..to build. Then when you go to build PHP, point it to your IMAP source directory: ... --with-imap=/usr/local/imap-2002e ... Good luck, John -Origin

RE: [PHP-INSTALL] mail()

2004-01-19 Thread John Holden
The IP from which PHP sends email is entirely dependent on your Sendmail settings-- the host option is for using a SMTP relay when in windows. -Original Message- From: Doug [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 9:22 PM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] mail()

RE: [PHP-INSTALL] libphp4.so not created

2004-01-15 Thread John Holden
Hmm, I may be wrong about this, but I usually compile PHP with a prefix of /usr/local. Also, what OS are you running? You could also try running 'locate -u', then 'locate libphp4.so' and see if that finds anything. Anyone else have thoughts? John Holden [EMAIL PROTECTED] 8

RE: [PHP-INSTALL] libphp4.so not created

2004-01-15 Thread John Holden
Peggy, What switches are you using in your configure command for PHP? John Holden [EMAIL PROTECTED] 802.793.6244 P.O. Box 328 Waitsfield, Vermont 05673 -Original Message- From: Peggy Kam [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:26 AM To: [EMAIL PROTECTED] Subject

RE: [PHP-INSTALL] Problems in installation

2004-01-14 Thread John Holden
Title: Message  -Original Message-From: Yue Zhang [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 3:50 PMTo: [EMAIL PROTECTED]Subject: [PHP-INSTALL] Problems in installation I try to install Php 4.3.4 on a win xp machine. I use php434-installer.exe. Web serve

RE: [PHP-INSTALL] Getting error while installation.

2004-01-12 Thread John Holden
You need to specify the real SSL location, not its parent. Maybe /usr/local/ssl? That's common for many Linux distributions... John -Original Message- From: ads php [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 12:38 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] Getting er

RE: [PHP-INSTALL] php.ini

2004-01-08 Thread John Holden
Does PHP work? If so, run this command: php -i > phpinfo.txt Then look through that file. It will tell you the location of the php.ini file, along with a bunch of other information. John -Original Message- From: Donald Henson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004

[PHP-INSTALL] "Go away autoreply" test message

2004-01-04 Thread John Holden
Sorry for the junk mail, just testing out my unsubscribe endeavors. Please disregard.

RE: [PHP-INSTALL] Re: PHP-INSTALL (KMM61206776V97173L0KM)

2004-01-04 Thread John Holden
Does anyone have objections to my going through an inbox of Autoreplies and helping the obviously unconcerned support departments (like below) unsubscribe from the PHP list? -Original Message- From: choinet [mailto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 2:32 AM To: [EMAIL PROTECT

RE: [PHP-INSTALL] PHP & MySQL

2004-01-01 Thread John Holden
Hmm, I think you want the mysql libs, not the bins; check and see if there are any mysql libraries in /usr/lib, otherwise you might try 'whereis libmysql'. Mysql builds real easy on RH 7.1 (not to mention you'd get a more recent release). Get the source and try this configure command: ./configure

RE: [PHP-INSTALL] Dropped Page Request Problem

2004-01-01 Thread John Holden
in my testing-- a good reason to do this type of diagnostic work in the morning rather than late a night. Sorry to bother everyone with this painfully simple problem. John -Original Message- From: Joe Laffey [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 2:56 PM To: John H

RE: [PHP-INSTALL] problems upgrading php to 4.3.4 from 4.12

2003-12-28 Thread John Holden
Dale, Try following Luc de Louw's tutorial at http://www.delouw.ch/linux/apache.phtml As long as you don't start any daemons or reboot the system, you won't affect operation of the live webserver, as far as I can imagine. You might also just get the RPMs from RedHat and use those instead; just m

RE: [PHP-INSTALL] php installation problem

2003-12-26 Thread John Holden
Real easy fix. Add this line to your httpd.conf file: AddType application/x-httpd-php .php .phtml .php3 Which simply tells Apache to use PHP to handle all of the pages with those extensions. Best, John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, D

RE: [PHP-INSTALL] Can's send mail

2003-12-24 Thread John Holden
While it's not exactly what you're looking for, does this hMailServer have the option of restricting SMTP access to a particular hostname/IP address? If so, you could just set it to localhost (127.0.0.1) and then not deal with passwords at all. John -Original Message- From: weixiang [mail

RE: [PHP-INSTALL] Dropped Page Request Problem

2003-12-24 Thread John Holden
(firstchair.com and vtspiceoflife.com) used different DNS servers, provided by different ISPs, which led me to believe that the problem was most likely not that of the DNS. -Original Message- From: Joe Laffey [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 2:56 PM To: John Holden Cc: [EMAIL

[PHP-INSTALL] Dropped Page Request Problem

2003-12-24 Thread John Holden
ally hope the problem is something obvious. I had previously built systems almost identical to these with great success. As I'm sure you can imagine, I'm on my edge with this, and I have a tremendous amount of pressure to find a solution ASAP. Thank you very much for you time and ideas, John Holden