pdlib v1.0.1 and v1.0.2 module fails to load with undefined symbol after compiling on FreeBSD
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
Hey you got any instructions on building pdlib on FreeBSD ? Im trying to compile it but it errors out :( Any help would be appreciated
It compiles without any problem on freebsd 13. Please close.