Hi, I'm trying to install Postfix using pcre on RH 7.1. I installed pcre-3.9 = and it appears to be installed as i can do the pcre-config commands and = the test runs ok
What I'm having problems with is getting the postfix make install to know = where the library files are located. I did the following make: make -f Makefile.init makefiles "CCARGS=3D-DHAS_PCRE -I/usr/local/include" = "AUXLIBS=3D-L/usr/local/lib -lpcre" but when I do the make install, I get=20 bin/postconf: error while loading shared libraries: libpcre.so.0: cannot = load shared object file: No such file or directory the libpcre.so.0 is a link in /usr/local/lib pointing to /usr/local/lib/= libpcre.so.0.0.1 and it does exist.=20 so, I'm wondering if any one can assist in the above make command to get = the postfix install to locate the library file??? thanks, bob
