[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Mod_Perl
- Subject: Re: [cobalt-users] Mod_Perl
- From: Larry Nedry <admin@xxxxxxxxxxxxxx>
- Date: Wed Mar 1 13:37:04 2000
This command uses apxs to create a DSO module. Type it in just as you see
it (everything after the # prompt including the backslash). The backslash,
btw, means that the command will be continued on the next line. You could
alternately type it all on one line without the backslash.
For more information take a look at the docs:
http://perl.apache.org/guide/install.html#Build_mod_perl_as_DSO_outside_Ap
On 2/28/00 at 6:43 PM you wrote:
> The only part I don't quite understand is:
>
>> # perl Makefile.PL \
>> # USE_APXS=1 \
>> # WITH_APXS=/usr/sbin/apxs \
>> # NO_HTTPD=1 \
>> # EVERYTHING=1 \
>> # [...]
>> # make && make install