On Mon, Sep 23, 2013 at 1:37 PM, Alan McKay <[email protected]> wrote:
> Part way there ... not sure how to fix this one ... it is there of
> course, just not where the installer is looking
>
> root@solexa1:/gridware/sge# ./inst_sge
> strings: '/lib64/libc.so.6': No such file
> Architecture UNSUPPORTED-lx26-GLIBC-amd64 not supported by this procedure!
> root@solexa1:/gridware/sge# locate libc.so
> /lib/x86_64-linux-gnu/libc.so.6
> /usr/lib/x86_64-linux-gnu/libc.so

Looks like I found it in util/arch

      case $lxmachine in
      amd64)
#         libc_string=`strings /lib64/libc.so.6 | grep "GNU C Library"`
         libc_string=`strings /lib/x86_64-linux-gnu/libc.so.6 | grep
"GNU C Library"`
         ;;


-- 
“Don't eat anything you've ever seen advertised on TV”
         - Michael Pollan, author of "In Defense of Food"

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to