Thanks Josh. I got all the way up to the apxs thing. When I try
apxs -i -a -c mod_frontpage.c I get:

apxs:Error: Sorry, cannot determine bootstrap symbol name.
apxs:Error: Please specify one with option `-n'.

This is what I did so far:

rpm -Uvh --nodeps mod_fpse-5.0.2.2634-7.i386.rpm

Added:
ResourceConfig /dev/null
AccessConfig /dev/null

And changed all the AllowOverrides to All

/usr/local/frontpage/version5.0/bin/owsadm.exe -o setadminport -s
/etc/httpd/conf/httpd.conf -port 8090 -username username -pw password

Restarted apache

Then I did as you suggested:
apxs -i -a -c mod_frontpage.c

Got the error mentioned at the outset.

Thanks for everything.

Floyd

----- Original Message ----- 
From: "Joshua Levitsky" <[EMAIL PROTECTED]>
To: "Apache Frontpage support list" <[EMAIL PROTECTED]>
Sent: Sunday, October 05, 2003 3:15 PM
Subject: Re: [Apache-FP] mod_fpse and RedHat 9


>
> On Oct 5, 2003, at 2:34 PM, Floyd Morrissette wrote:
>
> > I tried installing mod_fpse-5.0.2.2634-7 on a RedHat 9 box with Apache
> > 2.0.40. The installed failed because it said it needed apache-fp >
> > 1.3.20.
> > But I thought the new mod_fpse rpm did not need a patched apache in
> > order to
> > work. I thought I could just use the Apache that came with the install
> > whether it be 1.3.x or 2. Maybe I don't have the right mod_fpse.
>
> My stuff is still tied together. I will be working on moving the module
> in to the mod_fpse RPM so it really will work with either.
>
> What you could do is
>
> rpm -Uhv --nodeps mod_fpse*.rpm
>
> Then if you look in /usr/local/frontpage/version5.0/apache2/   you will
> see mod_frontpage.c. You can install it with apxs.
>
> apxs -i -a -c mod_frontpage.c
>
>   Should work fine as long as in your httpd.conf you change the
> AllowOverride None's to All's like I do in Apache 1.3.x and as long as
> you add
>
> ResourceConfig /dev/null
> AccessConfig /dev/null
>
> To the file. Then you should be good to go.
>
> -Josh
>
> --
> Joshua Levitsky, CISSP, MCSE
> System Engineer
> AOL Time Warner
> [5957 F27C 9C71 E9A7 274A  0447 C9B9 75A4 9B41 D4D1]
>
> _______________________________________________
> Apache-FP mailing list
> [EMAIL PROTECTED]
> http://lists.joshie.com/mailman/listinfo/apache-fp
>
> Donations:
> http://www.amazon.com/paypage/PT5LZITM9L227
>

_______________________________________________
Apache-FP mailing list
[EMAIL PROTECTED]
http://lists.joshie.com/mailman/listinfo/apache-fp

Donations:
http://www.amazon.com/paypage/PT5LZITM9L227 

Reply via email to