Malik B�lent wrote:
> hello I use vpopmail5.2,qmail-1.03 on FreeBSD4.5 and I wanted to install
> courier-imap1.4.4 but I have a problem.
> I configured as following;
> as normal user that it hasn't root right I did as following:
> ./configure --enable-workarounds-for-imap-client-bugs --without-module-authu
> serdb --without-module-authpwd --with-module-authvchkpw --without-module-aut
> hldap --without-module-authmysql --without-module-authpgsql
> When I typed "make check" I got below error:
> /usr/libexec/elf/ld: cannot find -lvpopmail
> *** Error code 1
>
> Stop in /usr/home/course/courier-imap-1.4.4/authlib.
> *** Error code 1
>
> Stop in /usr/home/course/courier-imap-1.4.4.
>
> What shall I do ?
>
> _______________________________________________________________
>
> Have big pipes? SourceForge.net is looking for download mirrors. We supply
> the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
> _______________________________________________
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
Make sure "libvpopmail.a" is in the link path. Ifvpopmail is installed in
"/home/vpopmail", the re-run the configure script like this:
$ LDFLAGS="-L/home/vpopmail" ./configure {your options}
also, makesure the permissions on your vpopmail installation path are readable
by your login id. Try these commands:
$ su
{root pwd)
# chmod 755 {/path/to/vpopmail}
# chmod 755 {/path/to/vpopmail}/lib
You could also make a symbolic link in /usr/lib to the libvpopmail.a file and
that should work, but make sure the file permissions will allow the linker to
actually read that file.
Good luck! :)
Peace....
Tom
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users