tags:

views:

36

answers:

1

yes how call please c programm from php, i have tryed with system exec or shell _exec, programm c i have writed, please help :-)

A: 

You must use exec or similar function.

Svisstack
i have doing but not working !!!, i have seen log file from server, i have found like this [78185.893420] watchbox_nagios[27662]: segfault at 0 ip b7b69511 sp bfe011fc error 4 in libc-2.9.so[b7b09000+15c000]
farka
your C program is rooted.
Kent Fredric
i have changed with sudo chmod 777 programmname, but not working!!1
farka
@farka: chmod will not fix anything. your program and/or system are broken, hence the segfault.
Marc B