Link to home
Start Free TrialLog in
Avatar of HPBSM
HPBSM

asked on

running an old working perl on windows vista produce the "Can't find a valid termcap" message

running an old working perl on windows vista (via cygwin) produce the "Can't find a valid termcap" message while running the same perl script on windows xp (via the same perl version and the same cygwin) run quite well ...

any idea what is wrong and how do i fix it ???
Avatar of HPBSM
HPBSM

ASKER

help please ...
Avatar of CEHJ
Wondering why this is in Java ..?
ASKER CERTIFIED SOLUTION
Avatar of Cliff Galiher
Cliff Galiher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
From my guess, it looks like there is some issue with the platform where you are running the script.
In this case cygwin.
The perl script must be correct (if it is running fine elsewhere)

Try fixing your cygwin as suggested above.

You can do one more thing to check if the script runs on Vista:
Install a perl software like say ActivePerl (I use that on my Vista with no problems)
And then try running the script with that. If that works then script has nothing to do with Vista!
Avatar of HPBSM

ASKER

Checking it out.
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.