Re: Tru64 and rpath

2004-08-25 Thread Derrick J Brashear
The only solution that I have right now is to hack all the Makefile's after the configuration process has completed to remove the extra rpaths. That is quite painful. The other thing I could do is hack the startup scripts to set LD_LIBRARY_PATH, and hack the perl scripts to do the same and make s

Tru64 and rpath

2004-08-25 Thread Scott Adkins
We are about to upgrade our production system to 2.2.8. One of the biggest problems that I am fighting is the rpath issue. Basically, it is important for the binaries (imapd, pop3d, etc) to be able to find both the SSL libs and the SASL2 libs. When I configure the server, I set LDFLAGS to set th