Hi,<br><br>i&#39;m trying to use imapfilter but during make i got this error:<br><br>cc -o imapfilter  -L/usr/lib auth.o buffer.o cert.o core.o file.o imap.o imapfilter.o list.o log.o lua.o memory.o misc.o namespace.o pcre.o regexp.o request.o response.o session.o signal.o socket.o system.o -lm -llua -lpcre -lssl -lcrypto<br>
<br>/usr/bin/ld: cannot find -llua<br><br>collect2: ld returned 1 exit status<br><br>make: *** [imapfilter] Error 1<br><br><br>lua is installed.<br><br>Distro is CentOS 5.3<br>I have modified the Configure in this way to reflect my paths:<br>
<br>Installation directory:                                 /usr<br>Binaries directory:                                     /usr/bin<br>Architecture independent libraries:                     /usr/share/imapfilter<br>Manual pages directory:                                 /usr/man<br>
Secure Socket Layer and Transport Layer Security:       yes<br>Challenge-Response Authentication Mechanism:            yes<br><br>How can i solve this ?<br><br>Thanks in advance<br><br>