Welcome, Guest. Please login or register.

Author Topic: system() command  (Read 2130 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: system() command
« on: March 04, 2007, 05:10:44 PM »
You're using ixemul, so system() tries to launch the command with ksh (/bin/sh). Generally it should work, but ixemul is known to have some issues running some non-ixemul commands.

Try libnix, that'll work (gcc -noixemul).