BIND 10 #2259: linking know about rpath for shared libraries

BIND 10 Development do-not-reply at isc.org
Tue Sep 11 20:14:44 UTC 2012


#2259: linking know about rpath for shared libraries
-------------------------------------+-------------------------------------
            Reporter:  jreed         |                        Owner:
                Type:  defect        |  UnAssigned
            Priority:  medium        |                       Status:  new
           Component:  build system  |                    Milestone:  New
           Sensitive:  0             |  Tasks
         Sub-Project:  Core          |                     Keywords:
Estimated Difficulty:  0             |              Defect Severity:  N/A
         Total Hours:  0             |  Feature Depending on Ticket:
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 It would be nice to have it linked so it knows the rpath of its libraries.

 {{{
 jreed at debian-64-4:~/src/bind10-devel-20120816$ /usr/local/sbin/bind10
 Traceback (most recent call last):
   File "/usr/local/sbin/bind10", line 68, in <module>
     import isc.cc
   File "/usr/local/lib/python3/dist-packages/isc/__init__.py", line 6, in
 <module>
     import isc.config
   File "/usr/local/lib/python3/dist-packages/isc/config/__init__.py", line
 1, in <module>
     from isc.config.ccsession import *
   File "/usr/local/lib/python3/dist-packages/isc/config/ccsession.py",
 line 45, in <module>
     from isc.log import log_config_update
 ImportError: libb10-cfgclient.so.0: cannot open shared object file: No
 such file or directory
 }}}

 A workaround is to run "ldconfig".  This problem is common on Linux
 systems, but not on all other systems,

-- 
Ticket URL: <http://bind10.isc.org/ticket/2259>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list