[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] building groff for Solaris
From: |
Larry Kollar |
Subject: |
Re: [Groff] building groff for Solaris |
Date: |
Wed, 9 May 2001 07:08:57 -0400 |
Robert Fausey wrote:
> I have compiled groff 1.16.1 for Solaris 8 but it will not execute
> properly. When I test groff using ./test-groff -man -Tascii
> src/roff/groff/groff.n I receive the following error:
>
> ld.so.1: ./src/roff/groff/groff: fatal: libstdc++.so.2.10.0: open failed:
> No such file or directory
> Killed
>
> I have libstdc++.so.2.10.0 installed in /usr/local/lib/libstdc++.so.2.10.0
Shot in the dark, applying Linuxisms to Solaris -- is /usr/local/lib
listed in /etc/ld.so.conf and has /sbin/ldconfig been run? (Or
whatever equivalents are on Solaris?)
Larry