On Sat, 7 Apr 2001, Armando Colpa wrote:
> Hi. I'm trying to follow the instructions to get php
> installed with apache/mysql/gd/bcmath and ssl support.
> These instructions are in the Perl Developer's
> CookBook, p. 466. When I get to the initial apache
> build section I use the following commands.
>
> 1. Go to the apache directory (1.3.19 version)
> 2. run SSL_BASE=../openssl-0.9.5 \
> --prefix=/usr/local/apache \
> --enable-module=most \
> --enable-shared=max \
> --enable-module=ssl \
> --enable-shared=ssl
> 3. make
> 4. make certificate
>
> I'm asked a bunch of questions, which I always answer
> to the default. It looks as if everything works,
> accept for one thing; when I go to /usr/local, I see
> no apache directory!! What's more, when I do a
> search, I see no evidence that ANYTHING was done! Any
> ideas about this one? Thanks for any help that you
> can give.
Did you do a "make install" ? Nothing is placed outside the build dir
until you do the install.
Joe Laffey
LAFFEY Computer Imaging
St. Louis, MO
----------------------
Need to do multi-file string replacement in Un*x, but don't want to mess
with sed? Try rpl. It's a free text replacement utility with source.
http://www.laffeycomputer.com/rpl.html -- Check it out!
------------------------------------------------------------------------
--
PHP Install 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]