>>> On Tue, 15 Oct 1996 22:01:55 +0100, Phil Watkinsonsaid: pw> /usr/local/sbin/faxq: can't load library 'libg++.so.27' pw> I'm just a little worried, after browsing through the documentation pw> and noticing quite a few mentions of 'libg++', that this will be a pw> major problem area for me. pw> 'locate' tells me that I have 'libg++.so.2' and 'libg++.so.2.7.0' pw> files on my disk ( both in directory /usr/lib/ ) but not a pw> 'libg++.so.27' file - so do I need another library file/package? I suspect the binary that you are installing was built on a Red Hat system. There was a typo in the libg++ package that came with 3.0.3 such that the libg++ library was named libg++.so.27 instead of libg++.so.2.7.0. All you need to do is make a link to the one that you have on your system and it should work fine. Johnie