On Tue, 25 Jan 2000, Steve Frampton wrote:

> I'm trying to get Apache-SSL set up from RPM, and working with PHP and
> MySQL.  I've having a bit of difficulty doing so, so first I'd like to
> walk through how I installed everything, and then discuss the problems I'm
> having.

I think you have *assumed* some things wrong:
1) apache-ssl has nothing to do with apache. In their RPM format they have
   separate config files and serve separate trees.
2) you have installed apache-ssl from RPM. OK, good. Now you try to
   install PHP from source (I have some reservations there). Then because
   of missing header files, you install apache-devel?? And then you expect
   the running apache-ssl to magically realize this??

If you read PHP installation and FAQ, it tells you to *FIRST* configure,
make and make install PHP (this merely makes changes to Apache source
tree), and *THEN* you MUST configure, make and make install apache. It is
at this latter stage that PHP files are actually compiled.

Well, unless of course you go RedHat's route of compiling apache(-ssl) 
from source and compiling everything as modules. Then later on you can add
php module to a running apache(-ssl) without having to recompile the
apache.

Hossein



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to