While I was looking at the environment created under OpenPKG, I
noticed that the LD_LIBRARY_PATH environment variable set in the
openpkg run control package, %{l_perfix}/etc/rc.d/rc.openpkg,
omits the 64 bit libraries found on some systems (CentOS 5 in
this case).  Shouldn't this be something like this (at least on
my local hacked system here, gcc creates @l_prefix@/lib64).

    rcPath -a -e LD_LIBRARY_PATH \
        /lib64 /usr/lib64 /lib /usrlib
    rcPath -a -e ${opt_prepend} LD_LIBRARY_PATH \
        @l_prefix@/lib64 @l_prefix@/lib @l_prefix@/local/lib

Bill
--
INTERNET:   b...@celestial.com  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:          (206) 236-1676  Mercer Island, WA 98040-0820
Fax:            (206) 232-9186

One of the common failings among honorable people is a failure to
appreciate how thoroughly dishonorable some other people can be, and how
dangerous it is to trust them.
    - Thomas Sowell
______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to