Subject: Re: Solaris10 x86 gcc packages
To: None <Gilles.Dauphin@enst.fr, martti.kuparinen@iki.fi>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: tech-pkg
Date: 10/04/2005 17:10:46
> From: Martti Kuparinen <martti.kuparinen@iki.fi>
>
> Gilles Dauphin wrote:
>
> > ATTENTION:
> > ATTENTION: Don't set LD_LIBRARY_PATH
> > ATTENTION:
> > *** Error code 1
>
> Do you set LD_LIBRARY_PATH? Try without setting it...
>
> Martti
I unset LD_LIBRARY_PATH and now, have problem with db4 when i install it:
bmake install
...
Installing documentation: /usr/pkg/share/doc/db4 ...
/usr/bin/chown -R root:root /usr/pkg/share/doc/db4
===> [Automatic ELF shared object handling]
===> Registering installation for db4-4.3.28
/usr/pkg/lib/libdb4_cxx-4.3.so: libstdc++.so.6 => (file not
found)
libgcc_s.so.1 => (file not found)
/usr/pkg/lib/libdb4_cxx-4.so: libstdc++.so.6 => (file not found)
libgcc_s.so.1 => (file not found)
/usr/pkg/lib/libdb4_cxx.so: libstdc++.so.6 => (file not found)
libgcc_s.so.1 => (file not found)
*** The above programs/libs will not find the listed shared libraries
at runtime. Please fix the package (add -Wl,-R.../lib in the right places)!
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/databases/db4
*** Error code 1
Gilles