PDA

View Full Version : can't Enabled Frontpage Extensions



saichai
05-19-2004, 01:55 AM
just newly install the directadmin in my server.

try to enable the frontpage extensions, but can't enable.


Error executing your request

--------------------------------------------------------------------------------

詳細資料

Error setting up your web:


tks for your help...


:(

DirectAdmin Support
05-19-2004, 10:28 AM
Not much of an error message, is it? :)

Maybe double check your frontpage extension install:

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

Also try running:
/usr/local/frontpage/version5.0/bin/owsadm.exe

Just to make sure it's running correctly. (should generate help information)

John

saichai
05-19-2004, 08:23 PM
hv try

but can't install as this is not FreeBSD Package Manager software

saichai
05-20-2004, 12:14 AM
cd /usr/local/directadmin/customapache
./build frontpage_ext

hv finished install but still can't enable ...??

what's wrong..

DirectAdmin Support
05-25-2004, 11:36 AM
Hello,

I had a look and the frontpage binary that rtr.com provides isn't compatible with FreeBSD 5.2.1. The owsadm.exe binary generated this:
server# /usr/local/frontpage/version5.0/bin/owsadm.exe
/usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.4: Undefined symbol "_flockfile"John

Dominic
06-22-2004, 09:26 AM
I installed the software through te ports system, and still it gives me this error.
How can i fix it?




[root@serv03:/usr/local/etc/rc.d] # /usr/local/frontpage/version5.0/bin/owsadm.exe
/usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.4: Undefined symbol "_flockfile"

DirectAdmin Support
06-22-2004, 12:23 PM
I think the only way would be to use the original copy of the /usr/lib/libc_r.so.4 file that the binary was compiled with. Microsoft compiled their binaries for a different version with different libraries, so it may not work either way.

John

Dominic
06-22-2004, 12:42 PM
Originally posted by DirectAdmin Support
I think the only way would be to use the original copy of the /usr/lib/libc_r.so.4 file that the binary was compiled with. Microsoft compiled their binaries for a different version with different libraries, so it may not work either way.

John

how exactly can i do that?

DirectAdmin Support
06-22-2004, 07:15 PM
I'm not sure you'd want to risk it (I wouldn't :)) ... but you'd take the file from another system where it works and plop in there. Although that might make frontpage work (*maybe*)... most likely *every* other program on your system would break and cease to work :) .. so, it's really not your best option.

Unless some compat library works out.. not sure what else you can do but send an email to micr0soft and ask them to compile you a new binary :) . ..

You could try:

pkg_add -r compat4x

Not sure what it would do, but it's worth a shot.

John