pdlib icon indicating copy to clipboard operation
pdlib copied to clipboard

pdlib v1.0.1 and v1.0.2 module fails to load with undefined symbol after compiling on FreeBSD

Open derzahla opened this issue 5 years ago • 2 comments

I had to compile dlib with -fPIC to get pdlib to compile at all. Attached full make test output

[root@nextcloud ~/pdlib-1.0.2]# make test

Build complete. Don't forget to run 'make test'.

PHP Warning: PHP Startup: Unable to load dynamic library 'pdlib.so' (tried: /root/pdlib-1.0.2/modules/pdlib.so (/root/pdlib-1.0.2/modules/pdlib.so: Undefined symbol "_ZTINSt3__113ba sic_ostreamIcNS_11char_traitsIcEEEE"), /root/pdlib-1.0.2/modules/pdlib.so.so (Cannot open "/root/pdlib-1.0.2/modules/pdlib.so.so")) in Unk

php_test_results_20200812_0703.txt

derzahla avatar Aug 12 '20 07:08 derzahla

Hey you got any instructions on building pdlib on FreeBSD ? Im trying to compile it but it errors out :( Any help would be appreciated

aj-bayanat avatar Dec 13 '21 13:12 aj-bayanat

It compiles without any problem on freebsd 13. Please close.

thstyl2000 avatar Jul 20 '22 08:07 thstyl2000