Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Can't get screen to work, whats the deal?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Can't get screen to work, whats the deal?
Authored by: ElectusUnum on Nov 15, '02 10:05:57PM

I type screen and get this:

<i>[Mac:~] matt% screen
dyld: screen Undefined symbols:
_ospeed
Trace/BPT trap
[Mac:~] matt%</i>

Anyone know whats going on?



[ Reply to This | # ]
Can't get screen to work, whats the deal?
Authored by: mgarabed on Nov 18, '02 05:05:10PM

That's the error that I got when I would run screen and it defaulted to the Fink installed version. Explicitly calling/aliasing screen to /usr/bin/screen fixed the problem, of course as others noted that is also the older version than what fink installs.



[ Reply to This | # ]
Re: Can't get screen to work, whats the deal?
Authored by: thatch on Nov 19, '02 03:21:17AM

Sounds like your environment isn't right. If you want to use the fink installed screen, make certain you have 'source /sw/bin/init.csh' in your ~/.tcshrc.



[ Reply to This | # ]