FrontPage Error after Reboot

miked

Verified User
Joined
Apr 14, 2005
Messages
19
Hello,

I had to shut my server down and reboot it the other day (Moved it).

Since then I have a site that the FP ext. are not working. I have tried to reinstall and when I do I get this error:
Error setting up your web: /usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by "owsadm.exe"

I have searched the forums with no luck.

Any ideas on this?

Tried doing this:
# cd /usr/local/lib
# ls -la libm* (lim versiyonunu bulun)
# ln -sf libmxxx.so libm.so.2
# ldconfig -m /usr/local/lib
# apachectl restart


No Luck either.

Thanks,

Mike
 
I don't know why this would happen after a reboot; or why it could have happened after a renumber.

Have you checked to see if libm.so.2 even exists on the server?

Have you tried reboting again after you changed all the IP#s, etc.?

(Note that I'm not in favor of rebooting as a resolution in general, for anything, but after all FrontPage is a Microsoft thing :eek: .)

Jeff
 
For some reason these two files:
libc.so.4
libm.so.2

where gone.

DA Support had me run this command to see where they were pointing/looking for them in:
cd /usr/local/frontpage/version5.0/bin
ldd owsadm.exe

Their was a backup of the libs directory, that I grabbed them from and everything is working fine now.

Not exactly sure why it happened after the reboot.

FP ext...why Bill why?
 
Back
Top