|
|
/usr/local/apache2/bin/htpasswd: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory3 `# k. l+ ?8 l9 R
# /usr/local/apache2/bin/htpasswd -c /usr/local/nagios/etc/htpasswd admin
1 Y% U' J3 F4 x/usr/local/apache2/bin/htpasswd: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory9 s0 n) K: `, P; D- H, l. e6 {
; f+ t. N; }, c$ k
解决办法:' ^3 w9 z0 [9 I/ i) j. r
# ln -s /lib64/libexpat.so.1 /usr/lib64/libexpat.so.0 |
|