php-install Digest 21 Mar 2002 20:06:50 -0000 Issue 755
Topics (messages 6432 through 6436):
Re: PHP on OS X using external mail server?
6432 by: Dr CHEUNG Ngai Tseung
php upgrading
6433 by: Chris Hewitt
Seek server hardware recommendation
6434 by: Aras Kucinskas
compile PHP without threads
6435 by: LF
Re: php 4.1.2 + httpd-2.0.32-beta
6436 by: Rene Aaij
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I had a similar problem (I needed to send mail using our NT mail server from
my Linux PHP rig). After scouring the net I found a classed called
smtp_class which solved the problem. I can't remember where it came from -
give Google a shot.
I have since come across PHPMailer (http://phpmailer.sourceforge.net/) which
seems to provide even more functionality, but haven't tried it yet. Maybe
you can check it out.
NT
-----Original Message-----
From: Kai Schaetzl [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 March 2002 04:32
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] PHP on OS X using external mail server?
Your message of Tue, 12 Mar 2002 16:27:27 -0500:
> I put a php.ini file in /usr/local/lib, and modified
> the SMTP line to point to our external SMTP server.
>
This option is for Windows only. If you want to send mail via SMTP
you have to use an SMTP class for sending the mail.
Kai
--
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
IE-Center: http://ie5.de & http://msie.winware.org
--- End Message ---
--- Begin Message ---
Robert,
I have not used --disable-static so my knowledge here may be running
out. I'm posting this to the list as someone else may be able to help
before I can come up with an answer.
Regards
Chris
Robert Abbate wrote:
> Thanks for your suggestions. I did try to use with and without apxs, but
> still nothing. Check out the phpinfo on this:
> http://performancehosting.net/php.php
>
> It says it was compiled with "disable-static" which I assume means it's
> installed as a Shared Object.
>
> So, I don't know what to do here.
>
> Thanks
> Robert
>
> "Chris Hewitt" <[EMAIL PROTECTED]>
> <mailto:[EMAIL PROTECTED]> wrote in message
> news: <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]> ...
>
>> Robert,
>>
>> I stand to be corrected, but the way I see it...
>>
>> You have compiled --with-apxs but the 4.0.6 version on your site was
>> compiled without it. If your apache has mod_so (do a "httpd -l" to
>>
> find
>
>> out) then if you put the entries into httpd.conf then I would have
>> thought it would work. Compiled as the 4.0.6 was I think it is a
>>
> static
>
>> module but --with-apache was not present so I'm not sure.
>>
>> Hmm. Not much help I'm afraid but it may give you some pointers. I'm not
>> sure how the Apache-AdvancedExtraNet Server differs from the ordinary
>> apache so there may be something there.
>>
>> Hope this helps (a bit).
>>
>> Regards
>>
>> Chris
>>
>> Robert Abbate wrote:
>>
>>> Hi. I'm upgrading my Mandrake 8.1 box (which came with the standard
>>> 4.0.6 RPM distribution of PHP) to the new source distribution of PHP
>>> 4.1.2
>>>
>>> When I do configure, make and make install, it seems to install w/o
>>> any problems, but it doesn't overwrite 4.0.6! I even tried
>>> uninstalling the PHP RPMs for 4.0.6, but that doesn't work either.
>>> Here is what I am doing:
>>>
>>> ./configure --with-apxs --disable-static --enable-pic
>>> --enable-inline-optim ization --prefix=/usr
>>> --with-config-file-path=/etc --enable-magic-quotes -- enable-debugger
>>>
>
>>> --enable-track-vars --enable-safe-mode --with-exec-dir=// usr// bin
>>> --with-regex=system --enable-sysvsem --with-mod_charset --with-mm
>>> --enab le-trans-sid --enable-yp --enable-ftp --with-xml
>>> --with-gettext --with-curl= /usr/bin/curl --enable-sockets
>>> --enable-shmop --with-png-dir=/usr/lib --wit h-tiff-dir=/usr/lib
>>> --with-imap --with-jpeg-dir=/usr/lib --with-postgresql -
>>> -with-openssl --with-gd --with-mhash --with-mcrypt
>>> --with-zlib-dir=/usr/loc al/lib --with-mysql
>>>
>>> here's the php page: http://performancehosting.net/php.php
>>>
>>> I assume that I should install it as a DSO and not static module.
>>> Should I change it to a static?
>>>
>>> Any suggestions on what to look for?
>>>
>>> Thanks,
>>> Robert
>>>
>>>
>>>
>>
>>
>
--- End Message ---
--- Begin Message ---
Hi,
I seek a recommendation for server hardware.
Server software:
LINUX
Apache
PHP
mySQL
Server purpose:
One site (PHP+mySQL ) hosting, max 1000 visitors per day.
What is recommendet hardware requiremnts (CPU, RAM,...)?
Thanks
--- End Message ---
--- Begin Message ---
hi ALL,
could please anybody tell me what argument i should use for compiling, that
PHP4 runs without threads (pthreads)??
i need to recompile php because i receive the error from httpd.
dl-close.c:123 ...assertion failed..
thanks for any help
lothar
--- End Message ---
--- Begin Message ---
Shane wrote:
> I have tired every-other combination, but I think --with-apxs should be
> used. Unfortenity i couldn't get this way to work away. Maybe by now,
> php-cvs is updated enough to fix the --with-apache error. :-)
>
> "Austin Gonyou" <[EMAIL PROTECTED]> wrote in message
> 1015265582.21938.3.camel@UberGeek">news:1015265582.21938.3.camel@UberGeek...
>> You may need to use the php-cvs.
>>
>> On Mon, 2002-03-04 at 08:40, Christian wrote:
>> > It's possible install php-4.1.2 with httpd-2.0.32-beta (apache2 beta
>> > version)?!?!?
>> > When make php i view some errors and make stop.
>> >
>> >
>> >
>> >
>> > --
>> > PHP Install Mailing List (http://www.php.net/)
>> > To unsubscribe, visit: http://www.php.net/unsub.php
>> --
>> Austin Gonyou
>> Systems Architect, CCNA
>> Coremetrics, Inc.
>> Phone: 512-698-7250
>> email: [EMAIL PROTECTED]
>>
>> "It is the part of a good shepherd to shear his flock, not to skin it."
>> Latin Proverb
I tried to configure php with apache 2.0.32
Apache was configured with --prefix=/usr/beta/apache
PHP installed with --apxs=/usr/beta/apache/bin/apxs
The warning I get is
WARNING: Your /usr/beta/apache/bin/apxs script is most likely broken
Compiling fails on a few modules, sapi/apache/sapi_apache.c and after I
fixed this on mod_php4.c
The proposed fix in the build-FAQdoessn't seem to apply.
Do I need a CVS version?
--- End Message ---