2 messages in net.sourceforge.lists.courier-maildrop[maildropl] problems with make maildrop
FromSent OnAttachments
aza zelMar 13, 2007 7:32 am 
Jeronimo ZuccoMar 13, 2007 10:44 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] problems with make maildropActions...
From:aza zel (aza@gmail.com)
Date:Mar 13, 2007 7:32:41 am
List:net.sourceforge.lists.courier-maildrop

hi, i use solaris 10 and i have the following problem when i want to make maildrop

# make ... ... ... Making all in maildir make all-am Linking testmaildirfilter ld: fatal: library -lpcre: not found ld: fatal: File processing errors. No output written to testmaildirfilter collect2: ld returned 1 exit status *** Error code 1 The following command caused the error: echo Linking testmaildirfilter; /bin/bash ./libtool --tag=CC --quiet --mode=link gcc -g -O2 -Wall -I./.. -I.. -o testmaildirfilter -static testmaildirfilter.o libmaildir.la ../numlib/libnumlib.la -lpcre make: Fatal error: Command failed for target `testmaildirfilter' ... ... ...

i tried to solve copying p "/pcre-7.0/.libs/libpcre.so" to "/lib/" (this issue i getting from apache forums) but dosen't work.

¿What i must to do to resolve this problem?