in reply to Re^2: Running remote commands (Net::SSH2)
in thread Running remote commands (Net::SSH2)

From the output it looks like it's missing the -ldl flag, pulling in the dynamic linker lib. Could try that command with -ldl and see what you get. Looks like it should work after that to me.
  • Comment on Re^3: Running remote commands (Net::SSH2)

Replies are listed 'Best First'.
Re^4: Running remote commands (Net::SSH2)
by wilko (Acolyte) on Dec 22, 2009 at 14:41 UTC
    you mean on the ./configure part? tried that but it complained with

    error: unrecognized option: `-ldl'