OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: pcre compile under Netbsd -FIXED
From: J.D. Bronson (jeffxpec.com)
Date: Tue Jul 04 2000 - 09:35:32 CDT


Wietse :

The PCRE install program failed to make the /usr/local/include dir.

Once the directory was created and then make install was re-run, it then
put the file under ../../include

Now, postfix compiled w/o complaints.

Thank you for pointing me where to look.

At 10:12 AM 07/04/2000 -0400, you wrote:
>J.D. Bronson:
> > gcc -O2 -DHAS_PCRE -I/usr/local/include -g -I. -DNETBSD1 -c dict_pcre.c
> > dict_pcre.c:60: pcre.h: No such file or directory
>
>Type man cc, skip forward to the section that explains the -I
>command-line option.
>
> Wietse