Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How do I get the TeamWare filemerge GUI to run on OpenSolaris?

% filemerge ld.so.1: filemerge: fatal: libtt.so.2: open failed: No such file or directory Killed

TeamWare is no longer a supported source management system, but it's is still widely used in the OpenSolaris project, and within Sun Microsystems.

share|improve this question

1 Answer

up vote 1 down vote accepted

You need to install the ToolTalk & Motif packages from the package repository:

pfexec pkg install SUNWmfrun SUNWtltk

(available if you're running OpenSolaris 2009.06 development build 110 or later)

share|improve this answer
2  
You know, that this comment has SO's database id 999999, don't you? ;-) – Boldewyn Oct 26 '09 at 13:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.