This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/14295] New: git master generates broken sotruss wrapper script


http://sourceware.org/bugzilla/show_bug.cgi?id=14295

             Bug #: 14295
           Summary: git master generates broken sotruss wrapper script
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
        AssignedTo: unassigned@sourceware.org
        ReportedBy: dschepler@gmail.com
    Classification: Unclassified


The sotruss script generated by the build process contains the line:

lib='/usr/$LIB/audit/sotruss-lib.so'

Therefore, if I try to run it, it gives the error message:

ERROR: ld.so: object '/usr/$LIB/audit/sotruss-lib.so' cannot be loaded as audit
interface: cannot open shared object file; ignored.

(Unsure what component best fits -- choosing dynamic-linker for now since it's
generated under the elf/ subdirectory.)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]