thanks Phil and Austin, not sure which path to add to the file, when you say 'that Postfix dumped = its libs into' which lib would that be? the /usr/local/include or are you talking about a lib in the postfix = install directory?
On Monday, February 3, 2003 1:28 PM, Austin Mann <[EMAIL PROTECTED]> = wrote: > >Phil's right, >vi /etc/ld.so.conf >add the path that Postfix dumped it's libs into, and youre >golden > >Its a redhat rpm prob not a postfix prob > > -----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >On Behalf Of Philip Eggers >Sent: Monday, February 03, 2003 2:27 PM >To: [EMAIL PROTECTED] >Subject: [IMGate] Re: compiling on Linux > > >maybe you need to run ldconfig after checking /etc/ld.so.conf or set >LD_LIBRARY_PATH. just a guess. > >-Philip > >Bob McGregor wrote: >> Hi, >> >> I'm trying to install Postfix using pcre on RH 7.1. I installed pcre-3.= 9 >=3D >> and it appears to be installed as i can do the pcre-config commands and = =3D >> the test runs ok >> >> What I'm having problems with is getting the postfix make install to = know >=3D >> where the library files are located. >> >> I did the following make: >> >> make -f Makefile.init makefiles "CCARGS=3D3D-DHAS_PCRE -I/usr/local/= include" >=3D >> "AUXLIBS=3D3D-L/usr/local/lib -lpcre" >> >> but when I do the make install, I get=3D20 >> bin/postconf: error while loading shared libraries: libpcre.so.0: = cannot =3D >> 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/= =3D >> libpcre.so.0.0.1 and it does exist.=3D20 >> >> so, I'm wondering if any one can assist in the above make command to = get =3D >> the postfix install to locate the library file??? thanks, >bob >> >> >> >> >> > > > > > >
