Education

From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by 51.39.92.65 (talk) at 10:31, 6 October 2021 ($ otool -L * libbar.dylib: @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libbar.dylib (compatibility version 0.0.0, current version 0.0.0) @@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5) libfoo.dylib: @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libfoo.dylib (compatibility version 0.0.0, current version 0.0.0) @@HO...). It may differ significantly from the current version.

We believe Wikipedia and its sister projects $ otool -L * libbar.dylib:

       @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
       @@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

libfoo.dylib:

       @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libfoo.dylib (compatibility version 0.0.0, current version 0.0.0)
       @@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
       @loader_path/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

$ otool -l * | rg -A2 LC_RPATH

         cmd LC_RPATH
     cmdsize 48
        path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)

--

         cmd LC_RPATH
     cmdsize 32
        path @loader_path/ (offset 12)

--

         cmd LC_RPATH
     cmdsize 48
        path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)

--saeed788775@i

         cmd LC_RPATH
     cmdsize 32
        path @loader_path/ (offset 12)
belong in education. When students of all ages contribute to Wikimedia projects as part of their learning, they gain significant 21st century skills. By fostering a relationship between Education and the Wikimedia movement, we have the best chance to realize our goal that the sum of all knowledge will be accessible to everyone in the world for free.  


Join the education mailing list and connect with our community of Wikimedians and educators.
Subscribe to the education newsletter and see how we are transforming education together.


  • Facebook
  • Twitter
  • YouTube
  • Telegram

$ otool -L *

libbar.dylib:

       @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
       @@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

libfoo.dylib:

       @@HOMEBREW_PREFIX@@/opt/relocation-testing/lib/libfoo.dylib (compatibility version 0.0.0, current version 0.0.0)
       @@HOMEBREW_PREFIX@@/opt/llvm/lib/libLLVM.dylib (compatibility version 1.0.0, current version 12.0.0)
       @loader_path/libbar.dylib (compatibility version 0.0.0, current version 0.0.0)
       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

$ otool -l * | rg -A2 LC_RPATH

         cmd LC_RPATH
     cmdsize 48
        path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)

--

         cmd LC_RPATH
     cmdsize 32
        path @loader_path/ (offset 12)

--

         cmd LC_RPATH
     cmdsize 48
        path @@HOMEBREW_PREFIX@@/opt/llvm/lib (offset 12)

--

         cmd LC_RPATH
     cmdsize 32
        path @loader_path/ (offset 12)