![]() Registered Member ![]()
|
Hi All,
I have a 'libpud1.so' file and i want to execute this file in php can any one help me |
![]() Global Moderator ![]()
|
Files ending in ".so" are usually shared objects, aka program code compiled as a shared library. You cannot execute that with a PHP interpreter, it's meant to be run directly by the operating system. Which is not possible either because it's just a library which contains executable code, but no entry point.
Greetings, Sven
I'm working on the KDevelop IDE.
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]