On 27/11/2013 15:10, Keith Steensma wrote:
> I trying to compile the Postfix (version 2.9.6) source code on a Debian
> "stable" (weezy) system. I have all the pieces like gcc, perl, and the
> other dependencies that are necessary. But I'm stuck with (at least)
> one dependency that I am missin
Keith Steensma:
> gcc -Wmissing-prototypes -Wformat -fPIC -g -O -I. -DLINUX3 -c dict_pcre.c
> gcc -shared -Wl,-soname,dict_pcre.so -o dict_pcre.so dict_pcre.o -lpcre
> -L. -lutil
> /usr/bin/ld: cannot find -lpcre
> collect2: error: ld returned 1 exit status
> make: *** [dict_pcre.so] Error 1
App
27.11.2013 15:10, Keith Steensma:
> I trying to compile the Postfix (version 2.9.6) source code on a Debian
> "stable" (weezy) system. I have all the pieces like gcc, perl, and the
> other dependencies that are necessary. But I'm stuck with (at least)
> one dependency that I am missing.
>
>
I trying to compile the Postfix (version 2.9.6) source code on a Debian
"stable" (weezy) system. I have all the pieces like gcc, perl, and the
other dependencies that are necessary. But I'm stuck with (at least)
one dependency that I am missing.
After completing the 'make tidy', I can do a '