Code Monkey home page Code Monkey logo

Comments (7)

mdb256 avatar mdb256 commented on May 26, 2024 1

The unexpected PLT reloc type 0x25 error that you got indicates that the ld-linux on that system does not support the R_X86_64_IRELATIVE relocation type which is required for the indirect functions (ifunc) that the fat runtime uses.

Glibc 2.5 is from 2006, and is far too old to support the use of the fat runtime.

from hyperscan.

leeyiw avatar leeyiw commented on May 26, 2024 1

I think if the CMakeLists.txt of hyperscan could do some GLibc version check. It will prevent this issue happens, since too old GLibc shouldn't open FAT_RUNTIME option.

from hyperscan.

jviiret avatar jviiret commented on May 26, 2024

I think this is most likely due to the way you're trying to statically link libstdc++ -- are you able to build your binary with:

# gcc -I/home/deps/dest/usr/local/include/hs  simplegrep.c \
    /home/deps/dest/usr/local/lib64/libhs.a -lstdc++ -lm

Are you building libhs.a on the same machine with the same toolchain?

from hyperscan.

leeyiw avatar leeyiw commented on May 26, 2024

@jviiret Thanks for quick reply. With -lstdc++, still error:

[root@05c8ec243f3d /home/yiwei.liyw/test/hyperscan-4.5.2/examples]
#gcc -I/home/deps/dest/usr/local/include/hs  simplegrep.c /home/deps/dest/usr/local/lib64/libhs.a -lstdc++ -lm

[root@05c8ec243f3d /home/yiwei.liyw/test/hyperscan-4.5.2/examples]
#./a.out
./a.out: error while loading shared libraries: unexpected PLT reloc type 0x25

Are you building libhs.a on the same machine with the same toolchain?

Yes! I'm using exactly the same gcc/binutils/glibc to compile simplegrep.c.

from hyperscan.

leeyiw avatar leeyiw commented on May 26, 2024

@jviiret Oh, I have compiled libhs.a with FAT_RUNTIME=OFF, and the problem is gone. So maybe it's an issue about fat runtime. Is there anyone who can look into it?

from hyperscan.

leeyiw avatar leeyiw commented on May 26, 2024

@mdb256 Would you please look at this issue for a moment? Thank you very much.

from hyperscan.

leeyiw avatar leeyiw commented on May 26, 2024

@mdb256 Thanks for the quick reply. I will evaluate if our program could work without fat runtime support and make some necessary changes.

from hyperscan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.