Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

LD_LIBRARY_PATH Not Used

<< < (3/3)

Urxae:
Is there any way you could check what the LD_LIBRARY_PATH is inside a program ran by C::B?
Maybe compile & run something this through it:

--- Code: ---#include <stdlib.h>
int main() { system("/bin/$sh"); }
--- End code ---
(But remove the $ that I had to put in to get this F-ing forum to let me post! :evil: :evil: :evil:)
and enter echo $LD_LIBRARY_PATH at the prompt?


Probably a security "feature" to prevent injection attacks or whatever, but VERY annoying. If only it would TELL me what was wrong with it instead of
--- Quote from: evil forum server ---(title: "406 Not Acceptable")
Not Acceptable

An appropriate representation of the requested resource /index.php could not be found on this server.
Apache/1.3.34 Server at forums.codeblocks.org Port 80
--- End quote ---

Navigation

[0] Message Index

[*] Previous page

Go to full version