Ignore:
Timestamp:
05/22/07 14:59:00 (5 years ago)
Author:
bruno
Message:

Fix a bug on X11 libs not in the path so moved to usr/lib of the chroot (xauth OK now)
Fix a bug on computelibs where libnss_files was not seen (open dynamically probably)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/sshgw/bin/computelibs

    r11 r13  
    11# Give all symlinks recursively of a full path name 
     2LOGFILE=/tmp/computelibs.log 
     3 
    24ReadAllLink() { 
    35    file="$1" 
     
    2123 
    2224for i in $*; do 
    23     libs="$libs `ldd $i 2> /dev/null | awk '{if (match($1,/\//)) {print $1} else {if (match($3,/\//)) print $3} fi}'`" 
     25    libs="$libs `ldd $i 2> /dev/null | awk '{if (match($1,/\//)) {print $1} else {if (match($3,/\//)) print $3} fi}'` /lib/libnss_files*" 
    2426    for j in $libs; do 
    2527        echo "$j" 
Note: See TracChangeset for help on using the changeset viewer.