I got it.
in FC5 is necessary make some hardlink in order to make hobbit work again:
in the /usr/lib directory
ln -s ../../lib/libssl.so.0.9.8a libssl.so.5 ln -s libldap-2.3.so.0.2.7 libldap-2.2.so.7 ln -s liblber-2.3.so.0.2.7 liblber-2.2.so.7 ln -s ../../lib/libcrypto.so.0.9.8a libcrypto.so.5 ln -s ../../lib/libcrypt.so.1 libcrypto.so.5
the result is:
lrwxrwxrwx 1 root root 23 Mar 23 09:09 libcrypto.so.5 -> ../../lib/libcrypt.so.1 lrwxrwxrwx 1 root root 20 Mar 23 09:07 liblber-2.2.so.7 -> liblber-2.3.so.0.2.7 lrwxrwxrwx 1 root root 20 Mar 23 10:50 libldap-2.2.so.7 -> libldap-2.3.so.0.2.7 lrwxrwxrwx 1 root root 26 Mar 23 10:52 libssl.so.5 -> ../../lib/libssl.s
because of the versions of my fedora core 5 and hobbit.
could anybody make a rpm for FC5 in onder to upgrade with out loosing your head?
thankyou for you help, now, my skytel is happie receiving the alerts.
grettings from a nuclear power plant Laguna Verde, located in Veracruz, México.
Viva México Señores!!!
On Thu, 2006-03-23 at 17:20 +0100, Frédéric Mangeant wrote:
Francisco Carmona León a écrit :
This file controls the state of SELinux on the system.
SELINUX= can take one of these three values:
enforcing - SELinux security policy is enforced.
permissive - SELinux prints warnings instead of enforcing.
disabled - SELinux is fully disabled.
SELINUX=enforcing
Try with
SELINUX=disabled
I *think* you have to reboot.
Francisco Carmona León