29 Mar
2005
29 Mar
'05
15:02
I have found that if I call an ELF32 Executable program from a php page loaded by a 64 bit PHP module then I obtain a shared library error, even if the program does not require the library.
I am sorry I have been a bit hasty... this is the result of the test: /tmp/pro: error while loading shared libraries: /usr/lib64/GL/libGL.so.1: cannot open shared object file: No such file or directory of course hello world does not require libGL.... however the /usr/lib64/GL/libGL.so.1 exists and is ok. using cli php it runs good... :/ (/usr/bin/php /tmp/r.phtml) Regards, Ric