|
|
/usr/local/apache2/bin/htpasswd: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory" X8 X" ]9 W% f6 g+ j( o5 x
# /usr/local/apache2/bin/htpasswd -c /usr/local/nagios/etc/htpasswd admin# D, c, ?. }* x8 J9 b+ j" W2 Q i& z
/usr/local/apache2/bin/htpasswd: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory2 Z/ l8 x2 C* [1 n& ~* E
" I- I& s& l5 v5 D7 M" \
解决办法:
( c7 b F4 F$ z7 a$ f: t$ G# ln -s /lib64/libexpat.so.1 /usr/lib64/libexpat.so.0 |
|