Re: Postfix binaries pointed to /opt/lib

2010-05-20 Thread Patrick Baker
I was able to fix this. It would appear that the rpath was not being picked up for some reason in the AUXLIBS via the -R flag. I was able to overcome this by setting the environment variable LD_RUN_PATH=/opt/lib On Thu, May 20, 2010 at 2:25 PM, Patrick Baker wrote: > Hello, > > I'm attempting t

Postfix binaries pointed to /opt/lib

2010-05-20 Thread Patrick Baker
Hello, I'm attempting to build postfix for a boxed NAS solution that uses a ramdisk for the underlying OS. When I build postfix the libraries are found due to my build specification below. However, once the binary is built and executed there are library errors because the binary is not looking i