Please check for the libexpat in the /usr/lib directory
# cd /usr/lib
# ls -l libexpat*
# ls -l libexpat*
You must see something like:
-rw-r--r-- 1 root root 160636 2005-09-09 18:58 libexpat.a
-rw-r--r-- 1 root root 706 2005-09-09 18:58 libexpat.la
lrwxrwxrwx 1 root root 17 2006-01-13 12:26 libexpat.so -> libexpat.so.0.5.0
lrwxrwxrwx 1 root root 17 2006-01-13 12:26 libexpat.so.0 -> libexpat.so.0.5.0
-rwxr-xr-x 1 root root 127428 2005-09-09 18:58 libexpat.so.0.5.0
-rw-r--r-- 1 root root 706 2005-09-09 18:58 libexpat.la
lrwxrwxrwx 1 root root 17 2006-01-13 12:26 libexpat.so -> libexpat.so.0.5.0
lrwxrwxrwx 1 root root 17 2006-01-13 12:26 libexpat.so.0 -> libexpat.so.0.5.0
-rwxr-xr-x 1 root root 127428 2005-09-09 18:58 libexpat.so.0.5.0
If you do not have the libexpat.so.
Next step: create a symlink named libexpat.so.1 which has to point to the libexpat.so.0.5.0 file (the version numbers may be different). To do this use:
# cd /usr/lib
# ln -s libexpat.so.0.5.0 libexpat.so.1 Kemudian terdapat lagi error apabila cuba upgrade pakej OpenSSL, pakej OpenSSL hendaklah diupgrade beserta pakej openssl-solibs-0.9.8e. Barulah kesemua pakej diatas dapat dijalankan dengan jayanya.
