ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-general
php-general
RE: [PHP] upgrade
by Hong Tian other posts by this author
May 2 2002 8:57PM messages near this date
Re: [PHP] Display Large Size .pdf file in IE through Apache server | [PHP] Re: How do I Install PHP on Apache 2, on win32
Pushkar,

The followings are used for compiling Apache+mysql+php with DSO. 
Questions are:

At step (3), Is it correct to compile PHP as a DSO by using 
--with-apxs=/usr/local/apache/bin/apxs ?

At the step (4), should I add the following two lines?
>  --enable-shared=ssl
>  --activate-module=src/modules/php4/libphp4.a

--------------
(1)
# cd mysql-3.23.44
# ./configure --prefix=/usr/local/mysql
# make
# make install

(2)
# cd apache_1.3.22
# ./configure --prefix=/usr/local/apache

(3)
# cd php-4.2.0
# ./configure --with-mysql=/usr/local/mysql >  --with-apache=../apache_1.3.22 > --with-apxs=/
usr/local/apache/bin/apxs >  --enable-track-vars

(4)
# cd apache_1.3.22
# ./configure --prefix=/usr/local/apache >  enable-module=php4
>  enable-shared=php4
>  enable-module=rewrite
>  enable-shared=rewrite

Thank you for your help.
Hong


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved