i make

shell_exec("7z a /blablabla/arc /blablabla/file");

i need archive file with 7z, but its not working.
But it works if i use zip instead 7z or start script manually
This not only with 7z, some another programs not starting too

i tried ini_set("memory_limit", "512M"); - nothing changed

which command

/usr/bin/7z
/usr/bin/zip



Done. All working. Solution found here, but didn't understand the cause

just rename /opt/lampp/lib/libgcc_s.so.1 by /opt/lampp/lib/libgcc_s.so.1.bak

Thanks all.

link|improve this question

57% accept rate
What's the output of shell_exec? – webbiedave Sep 19 '11 at 20:27
nothing blablabla //stupid characters limit – Shara Sep 19 '11 at 20:29
1  
less "bla" and more sense would help – Dagon Sep 19 '11 at 20:37
1  
do shell_exec("zip a /blablabla/arc /blablabla/file 2>&1"); and see what's the output (notice the 2>&1 at the end) – arnaud576875 Sep 19 '11 at 20:38
deleted// sorry, with 7z output = /usr/lib/p7zip/7z: /opt/lampp/lib/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6) – Shara Sep 19 '11 at 20:44
show 2 more comments
feedback

closed as too localized by Ken White, Tim Post Sep 21 '11 at 6:23

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.