BewareMyPower commented on issue #242:
URL:
https://github.com/apache/pulsar-client-python/issues/242#issuecomment-2633041083
The difference might be that the pre-built library (`/usr/lib/libpulsar.so`)
links to `dl`, `rt`, `m`, `pthread` dynamically but the library built from
source (`/usr/local/lib/libpulsar.so`) does not
```bash
root@0008eeb7c08f:~/pulsar-client-python-3.6.0# ldd /usr/lib/libpulsar.so
linux-vdso.so.1 (0x0000ffff9591f000)
libdl.so.2 => /lib/aarch64-linux-gnu/libdl.so.2 (0x0000ffff958d0000)
librt.so.1 => /lib/aarch64-linux-gnu/librt.so.1 (0x0000ffff958b0000)
libm.so.6 => /lib/aarch64-linux-gnu/libm.so.6 (0x0000ffff94d60000)
libpthread.so.0 => /lib/aarch64-linux-gnu/libpthread.so.0
(0x0000ffff95890000)
libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x0000ffff94bb0000)
/lib/ld-linux-aarch64.so.1 (0x0000ffff958e6000)
root@0008eeb7c08f:~/pulsar-client-python-3.6.0# ldd
/usr/local/lib/libpulsar.so
linux-vdso.so.1 (0x0000ffffb6cd4000)
libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x0000ffffb6af0000)
/lib/ld-linux-aarch64.so.1 (0x0000ffffb6c9b000)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]