> On Thu, 2004-10-21 at 10:41 -0400, Keith Hackworth wrote: >> I figured this out. In case someone else sees this problem, here's the >> solution: >> >> The problem stemmed from DB_File. I tried to recompile DB_File and it >> failed during testing. After a little goofing around, I figured out I >> needed to set LD_LIBRARY_PATH during runtime. This really sucks because >> that means I have to wrap an environment setup script around all my >> startup/restart scripts. >> >> The fix for that problem on my SUN Solaris 8 system was to do a "crle -l >> /usr/lib -l /usr/local/lib". Doing this permanently globally added a >> library to the run time environment for any user. > > Never had to do that for my Solaris builds. Sounds like you did not use > LD_OPTIONS when you built things. > > Alex > <maintainer of some Solaris packages from blastwave.org> > > > No, I did not.
Keith