I have PC with :
FreeBSD NS 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri Jun 4 18:09:51 EEST
2004 root@NS:/usr/src/sys/compile/COCKMASTER i386
end this services :
qmail-1.03_3 A secure, reliable, efficient, simple, and fast MTA
vpopmail-5.4.3_1 Easy virtual domain and authentication package for
use with
courier-authlib-base-0.57 Courier authentication library base
courier-authlib-vchkpw-0.57 Vpopmail/vchkpw support for the Courier
authentication libr
sqwebmail-5.0.6 CGI Webmail client for Maildirs
when i stat courier with this command :
/bin/sh courier-authdaemond.sh start
In log i have this :
Nov 25 18:50:53 NS authdaemond: stopping authdaemond children
Nov 25 18:50:55 NS authdaemond: modules="authvchkpw", daemons=5
Nov 25 18:50:55 NS authdaemond: Installing libauthvchkpw
Nov 25 18:50:55 NS authdaemond: file not found
and i check is this true :
ls -l /usr/local/lib/courier-authlib/libauthvchkpw*
lrwxr-xr-x 1 root wheel 18 Nov 25 17:37
/usr/local/lib/courier-authlib/libauthvchkpw.so -> libauthvchkpw.so.0
-r-xr-xr-x 1 root wheel 74444 Nov 25 17:37
/usr/local/lib/courier-authlib/libauthvchkpw.so.0
After yhat i do this :
ldd libauthvchkpw.so - and get :
libauthvchkpw.so:
libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x28119000)
libm.so.2 => /usr/lib/libm.so.2 (0x28132000)
libcourierauthcommon.so.0 =>
/usr/local/lib/courier-authlib/libcourierauthcommon.so.0 (0x2814d000)
libcourierauth.so.0 =>
/usr/local/lib/courier-authlib/libcourierauth.so.0 (0x28152000)
I look in courier-authdaemond.sh script for syntax error :
prefix="/usr/local"
libdir="${prefix}/lib/courier-authlib"
libexecdir="${prefix}/libexec/courier-authlib"
/sbin/ldconfig -m "${libdir}"
Where is the problem?
What is this????