Thanks a lot Tom I passed that problem then I did after that make as I typed make check received below error: INFO: LOGIN, user=user, ip=[127.0.0.1] INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0 INFO: LOGIN, user=user, ip=[127.0.0.1] INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0 INFO: LOGIN, user=user, ip=[127.0.0.1] INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0 INFO: LOGIN, user=user, ip=[127.0.0.1] INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0 *** Error code 1
Stop in /var/qmail/vpopmail/courier-imap-1.4.4/imap. *** Error code 1 Stop in /var/qmail/vpopmail/courier-imap-1.4.4. After that I got root user (that is #) and I did make install. There was no problem. Then I applied below: /usr/lib/courier-imap/libexec/authlib/authdaemond start and it started. Then I typed make install-configure but I received below: make install-configure *** Error code 2 Stop in /var/qmail/vpopmail/courier-imap-1.4.4. How can I get rid of that problem ? Also When I use Netscape Mail in stead of M.S Outlookexpress I couldn't log in with virtual user. I look maillogs.It show as following: May 15 09:54:06 vpopmail vpopmail[61913]: vchkpw: vpopmail user not found malik@:10.11.1.164 What 's the problem ? Thanks > 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
