1836357 Members
2019 Online
110100 Solutions
New Discussion

Expect for 10.20?

 
Robin Abecasis
Advisor

Expect for 10.20?

Hi,

I was wondering if anyone out there could point me to a version of Expect that can be installed on a HPUX 10.20 server. The server has no compiler or anything, so it would have to be swinstall'able.

Thanks in advance,
Robin
Wots going on 'ere then?
10 REPLIES 10
Suraj Singh_1
Trusted Contributor

Re: Expect for 10.20?

Did u try http://expect.nist.gov/#unix ?
What we cannot speak about we must pass over in silence.
Steven E. Protter
Exalted Contributor

Re: Expect for 10.20?

http://hpux.connect.org.uk

If its not there, you will need to compile it on another machine.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Joseph Loo
Honored Contributor

Re: Expect for 10.20?

hi,

refer to this:

http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.43/

u must install tcltk first before building or running expect.

regards.
what you do not see does not mean you should not believe
Robin Abecasis
Advisor

Re: Expect for 10.20?

Thanks for your replies, how-ever i should have mentioned that compiling is not an option, since the 10.20 server does not have a compiler.

Also, yes, i tried the PortingArchive, but they in their infinite wisdom only provide HPUX 11.X installs (not much of an archive then is it!?).

I am hoping someone out there has an old depot file for Expect. I don't need the latest/greatest... just something i can install on 10.20 without compiling.

Thanks in advance,
Robin
Wots going on 'ere then?
TwoProc
Honored Contributor

Re: Expect for 10.20?

Gcc is a free compiler if it gets down to that. I've not used it, but from reading the forums I gather that others use it sucessfully.
We are the people our parents warned us about --Jimmy Buffett
Robin Abecasis
Advisor

Re: Expect for 10.20?

Yeah i know, but again, i can't find GCC in a depot for 10.20 - and with no compiler on the machine, i can't compile GCC either. Its a vicious circle!

Thanks anyway... Robin
Wots going on 'ere then?
TwoProc
Honored Contributor

Re: Expect for 10.20?

Actually you're machine comes with a c compiler and linker - but not the ansi standard one. Is it possible that gcc would compile itself with the vanilla c compiler? Probably not. You've also got another problem - you've got to get Tcl/Tk installed (and maybe compiled).
We are the people our parents warned us about --Jimmy Buffett
Robin Abecasis
Advisor

Re: Expect for 10.20?

We remove all compilers from production servers as a security feature. Ahhh well, makes it interesting now! :)

Cheers,
Robin
Wots going on 'ere then?
A. Clay Stephenson
Acclaimed Contributor

Re: Expect for 10.20?

Your security "feature" has now made it impossible to build kernels since the Bundled C compiler is required for that. That also means that kernel-related patch installations are going to fail. Moreover, minor system tuning is now going to be an ordeal.
If it ain't broke, I can fix that.
TwoProc
Honored Contributor

Re: Expect for 10.20?

Taking A. Clay's comment a bit further... I'm sure you're required to keep the latest security patches on your system to maintain security compliance, but you can't patch b/c you don't have the c compiler. What fun those security compliance things are!
We are the people our parents warned us about --Jimmy Buffett