Subject: Re: [Solaris] databases/db4 and libdb4_cxx-4.4.so
To: Krzysztof Raczkowski <raczkow@prz.edu.pl>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 01/11/2006 11:36:37
Krzysztof Raczkowski wrote:
> Has anybody successfully compiled databases/db4 port on Solaris ?

I think you picked the wrong mailing list. tech-ports is for discussion
about porting NetBSD to various architectures.

The things that FreeBSD and OpenBSD call "ports" are called "packages"
by NetBSD. So the appropriate list is tech-pkg@NetBSD.org

> Instalation of port failed with:
> => "Unwrapping files-to-be-installed."
> ===> Installing for db4-4.4.16
> Installing DB include files: /usr/pkg/include/db4 ...
> Installing DB library: /usr/pkg/lib ...
> cp -p .libs/libdb4-4.4.so.4.0.16 /usr/pkg/lib/libdb4-4.4.so.4.0.16
> (cd /usr/pkg/lib && rm -f libdb4-4.4.so.4 && ln -s libdb4-4.4.so.4.0.16
> libdb4-4.4.so.4)
> (cd /usr/pkg/lib && rm -f libdb4-4.4.so && ln -s libdb4-4.4.so.4.0.16
> libdb4-4.4.so)
> chmod +x /usr/pkg/lib/libdb4-4.4.so.4.0.16
> cp -p .libs/libdb4-4.4.lai /usr/pkg/lib/libdb4-4.4.la
> cp -p .libs/libdb4_cxx-4.4.so /usr/pkg/lib/libdb4_cxx-4.4.so
> cp: cannot access .libs/libdb4_cxx-4.4.so
> *** Error code 2

I cannot tell you much about this. Maybe others can?

Roland