Frontpage Error: Need Fix

soirambo

Verified User
Joined
Feb 27, 2005
Messages
28
Hi, forgive me if the fix is already on the forums but I believe I checked everywhere. I have been searching for this fix for about two weeks now and am hoping this post will help me get FPX working properly.

I get the following error when I attemp to install FPX...

Error setting up your web: sh: line 1: /usr/local/frontpage/version5.0/bin/owsadm.exe: No such file or directory

Any help would be greatly appreciated. Thanks!

-Mike
 
Are you a DA owner/administrator?

If so, then you should make sure Front Page is enabled for your domain, and then if it still doesn't work, after being turned off and then on, contact DirectAdmin support.

If you're not an owner/administrator of your DA server, then you need to contact your provider.

Jeff
 
I am

Yes I am in fact the server administrator and DA admin. I attempted to enabled frontpage and disable and get the same message. I believe the initial install did not put in FPX. I will proceed to contact support. Thanks for the response, I will post the fix here when I get this resolved.

-Mike
 
Fixed

I submitted a support request and sure enough within 12 hours I recieved a response with the following fix...

cd /usr/local/directadmin/customapache
./build frontpage_ext

This works perfect and now my FPX function just as they are supposed to. Thanks again DA and I hope this post helps any future troubleshooters.

-Mike
 
Thanks for sharing the fix Mike.
It helped me. My directory was slightly different on Centos 4
Edit: The directory is different since I am using DA 1.2 custombuild installer instead of the 1.1 customapache installer"
Code:
cd /usr/local/directadmin/custombuild
./build frontpage_ext

Regards -Jason
 
Last edited:
Back
Top