FrontPage Problems at server-level

thoroughfare

Verified User
Joined
Aug 11, 2003
Messages
575
Hi,

One of my customers got this error message when trying to setup FrontPage Extensions:

Error setting up your web: /usr/libexec/ld-elf.so.1: Shared object
"libc.so.4" not found, required by "owsadm.exe"

Can anyone shed any light on this?
Many thanks,
Matt :)
 
What Operating System?
If FreeBSD5 make sure you have compat4x libraries installed.
 
What do the compat4x libraries do? Do you have a URL for more info? Why doesn't DA install these by default if FrontPage relies on them?

Thanks,
Matt :)
 
Thanks Jon, well I've installed misc/compat4x, so we'll so how it goes (waiting for confirmation from the user).

Thanks again,
Matt :)
 
I just ran into this problem on FreeBSD5.4
What I did to fix it was;
pkg_add errored on that package
so
cd /usr/ports/misc/compat4x
make deinstall
make clean
make install
cd /usr/lib
mv libc_r.so.4 libc_r.so.4.old
ln -s /usr/local/lib/compat/libc_r.so.4.compat4x libc_r.so.4


and everything lit right up.
 
Back
Top