Unsurprisingly there are dependency issues trying the generic linux installation of PrinceXML 15 on CentOS 6:
/usr/local/lib/prince/bin/prince: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by /usr/local/lib/prince/bin/prince)
/usr/local/lib/prince/bin/prince: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /usr/local/lib/prince/bin/prince)
/usr/local/lib/prince/bin/prince: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/lib/prince/bin/prince)
Installing glibc 2.15 and 2.15 still result in a requirement for 2.17
If I install glibc 2.17 then I get:
/usr/local/lib/prince/bin/prince: error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
So I'm digging my self a deeper hold.
Any suggestions? Ultimately the environment I am working with will get migrated to Rocky 8, but at the moment I need to get prince 14+ working on CentOS 6. Is there a static build available?
Thank you,
Brent
/usr/local/lib/prince/bin/prince: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by /usr/local/lib/prince/bin/prince)
/usr/local/lib/prince/bin/prince: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /usr/local/lib/prince/bin/prince)
/usr/local/lib/prince/bin/prince: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/lib/prince/bin/prince)
Installing glibc 2.15 and 2.15 still result in a requirement for 2.17
If I install glibc 2.17 then I get:
/usr/local/lib/prince/bin/prince: error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
So I'm digging my self a deeper hold.
Any suggestions? Ultimately the environment I am working with will get migrated to Rocky 8, but at the moment I need to get prince 14+ working on CentOS 6. Is there a static build available?
Thank you,
Brent