[PHP-INSTALL] Compiling Windows binaries

2003-12-23 Thread choinet
I know that a Windows binary package is available on the PHP web site, but I'm trying to test out modifications to one of the library. Is there a particular C compiler that I should use to compile my own build? The C compiler that I'm using at the moment, lcc-win32, doesn't seem powerful enough to

[PHP-INSTALL] Archives

2003-12-23 Thread MrT
Hi: Is there a searchable archive for this news groups postings similar to http://mers.com/searchsite.html fro Borland and Interbase areticles? Thanks. Best regards

[PHP-INSTALL] return info + error message

2003-12-23 Thread MrT
Hi: Trying to test install. win2k indigoperl install with apache. index.php contains and returns all the info followed by message below. Did text search on c:\php4\pear and it is hard coded into php4ts.dll. What gives??? Thanks. Best regards Warning: main(1): failed to open stream: N

Re: [PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Ruben Vanhoutte
I just tried smtpclient, but with no success either.. I can do a chroot /base/path /usr/local/bin/smtpclient [EMAIL PROTECTED] and this works, but I then changed my php.ini to look like this: 'sendmail_path = /usr/local/bin/smtpclient' restarted apache, but still I cannot use the mail() function..

Re: [PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Michael Mauch
Ruben Vanhoutte wrote: > [-- text/html, Encoding 7bit, Zeichensatz: us-ascii, 80 Zeilen --] I can't quote your HTML - can you turn that off, please? Did you create all directories that are needed by qmail? Is your qmail binary statically linked or, if not, are all the libraries available in the

[PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Ruben Vanhoutte
When using sendmail_path it doesn't work either. I copied the sendmail executable from my qmail bin directory to /usr/sbin/sendmail under my apache chroot and even /bin/sh as seen in some answers on the net , but event that doesn't work.. -- Ruben Vanhoutte Systems Admin X-Treme Webhosti

[PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Michael Mauch
Ruben Vanhoutte wrote: > I am having a problem using the mail() command inside a chrooted > apache/php installation on linux with qmail. > Nothing apears in the logs, nothing in apache error logs , neither in > php error logs.. > And.. no mail gets send.. Nothing to see in my mailer daemon logs

[PHP-INSTALL] apache chroot + mail()

2003-12-23 Thread Ruben Vanhoutte
Hi, I am having a problem using the mail() command inside a chrooted apache/php installation on linux with qmail. Nothing apears in the logs, nothing in apache error logs , neither in php error logs.. And.. no mail gets send.. Nothing to see in my mailer daemon logs neither.. Exempt from php.in