c - On Solaris Sparc 64bit, Can a 64bit process load a 32 bit shared library -


An Apache server built in 64 bit mode can load 32 bit plug-ins on the 64-bit Solaris Spark system?

no , it's not possible. When a 64 bit process attempts to load 32-bit shared objects, the runtime linker returns the following error:

ld.so.1: app: fatal: ./lib32.so: Incorrect ELF class: ELFCLASS32


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -