Operating System - Microsoft
1752704 Members
6699 Online
108789 Solutions
New Discussion юеВ

remotely executes commands on Windows from HP-UX

 
Dilip Kumar C M
Occasional Advisor

remotely executes commands on Windows from HP-UX

Is there any way to remotely executes commands on Windows from HP-UX,

As we are using winexe in linux,winexe source is available for linux only.....
anybody can help me out from this......
6 REPLIES 6
Steven Schweda
Honored Contributor

Re: remotely executes commands on Windows from HP-UX

Were you expecting more from this thread than
you got from the previous similar one?

http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1365523

> [...] source is available for linux only.....

Source is source. Have you tried it?
Dilip Kumar C M
Occasional Advisor

Re: remotely executes commands on Windows from HP-UX


Yeah... i tried with that source it is showing folowing error
./autogen.sh[19]: test: Specify a parameter with this command.
./autogen.sh[19]: autoheader-2.53: not found.
./autogen.sh[19]: test: Specify a parameter with this command.
./autogen.sh[19]: autoheader2.50: not found.
./autogen.sh[19]: test: Specify a parameter with this command.
./autogen.sh[19]: autoheader259: not found.
./autogen.sh[19]: test: Specify a parameter with this command.
./autogen.sh[19]: autoheader253: not found.
./autogen.sh[19]: test: Specify a parameter with this command.
./autogen.sh[33]: autoconf: not found.
./autogen.sh[33]: test: Specify a parameter with this command.
./autogen.sh[33]: autoconf253: not found.
./autogen.sh[33]: test: Specify a parameter with this command.
./autogen.sh: need autoconf 2.53 or later to build samba from SVN
Steven Schweda
Honored Contributor

Re: remotely executes commands on Windows from HP-UX

> ./autogen.sh: need autoconf [...]

So, fetch an autoconf kit, and install that.

Lather, rinse, repeat.

Before long, you, too, can be the proud owner
of an enormous tree of GNU software.
Dilip Kumar C M
Occasional Advisor

Re: remotely executes commands on Windows from HP-UX

Hi Steven in installed autoconf depot files but i am getting these errors.......

interpreter "/usr/local/bin/perl" not found
./autogen.sh[19]: autoheader: not found.
./autogen.sh[19]: test: Specify a parameter with this command.
./autogen.sh[19]: autoheader-2.53: not found.
./autogen.sh[19]: test: Specify a parameter with this command.
./autogen.sh[19]: autoheader2.50: not found.
./autogen.sh[19]: test: Specify a parameter with this command.
./autogen.sh[19]: autoheader259: not found.
./autogen.sh[19]: test: Specify a parameter with this command.
./autogen.sh[19]: autoheader253: not found.
./autogen.sh[19]: test: Specify a parameter with this command.
./autogen.sh: need autoconf 2.53 or later to build samba from SVN
Torsten.
Acclaimed Contributor

Re: remotely executes commands on Windows from HP-UX

You "...can be the proud owner
of an enormous tree of GNU software".

LOL...

Dependencies are the key. You need them all.

Example:

http://hpux.connect.org.uk/hppd/hpux/Gnu/autoconf-2.64/

needs

Build-time dependencies: db expat gdbm make perl

Run-time dependencies: db expat gdbm perl

either as source or depot, but installed.



I would have a look back at the ssh idea ...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Dilip Kumar C M
Occasional Advisor

Re: remotely executes commands on Windows from HP-UX



I found the solution by installing autoconf

thanks to all