Re: [PHP] Can I config PHP RPM?

2002-01-03 Thread Miles Thompson


A simple page containing nothing but 
? phpinfo();?
will return all the information you need about the modules compiled into PHP. 
So you may not have to do anything more.

There are source rpm's available, but I'm suggesting an alternate route.

If you have access and rights on the server, remove the RPM versions, get the source 
and compile it yourself. It is not difficult, and there is a well known guide called
the Soothingly Seamless Installation of Linux, Apache MySQL and PHP. A search
on Google for Soothingly Seamless will turn it up. 
The guide has instructions on where to get the source.

Why compile these yourself? 

First of all they are all programs which have been installed, from source, 
by hundreds of thousands of people. If you've never done it, they are good ones
to start with, as just about all of the quirks are worked out. It is a valuable 
learning experience.

Second, you know exactly what you will include or exclude from your software.

Third, you can locate the programs exactly where you want them. Your decision on
where to locate them is no more or no less arbitrary than the maintainers of the 
.rpm's.



On Thursday 03 January 2002 01:01 am, gaukia 345 wrote:
 I'm a PHP newbie and have a few questions.

 1) The server I'm working on has PHP 4.0.5 installed using an RPM. So
 there's no source code. How do I include extensions (say --enable java )
 without getting the PHP source code and without make?

 2) I think the server's Apache web server is also installed using an RPM.
 But the PHP is installed as a dynamic module. As far as I know, to install
 as a dynamic module, you'll have to use the ./configure command of Apache
 and re make and then make install Apache. But the Apache source code is
 not there. How is this possible?

 Thank you.

 _
 MSN Photos is the easiest way to share and print your photos:
 http://photos.msn.com/support/worldwide.aspx

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Can I config PHP RPM?

2002-01-02 Thread gaukia 345

I'm a PHP newbie and have a few questions.

1) The server I'm working on has PHP 4.0.5 installed using an RPM. So 
there's no source code. How do I include extensions (say --enable java ) 
without getting the PHP source code and without make?

2) I think the server's Apache web server is also installed using an RPM. 
But the PHP is installed as a dynamic module. As far as I know, to install 
as a dynamic module, you'll have to use the ./configure command of Apache 
and re make and then make install Apache. But the Apache source code is 
not there. How is this possible?

Thank you.

_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]