Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Education Sponsors
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
The uClibc trick is *way* too complicated !
You can specify *any* statically linked ELF module as the interpreter !
So, do a program (say.. fakeld.c) that'll do the nasties.. compile it with :
gcc -static -Wl,-static -static-libgcc fakeld.c -o fakeld.so
Compile it again with :
gcc -Wl,-dynamic-linker,$(pwd)/fakeld.so fakeld.c -o fakeld
--Ivan
Reply To This Comment