[bug-notifications] [berkeleydb44 0003782]: Possible repeat of bug 1636 in 'current' version (4.4.20, REV=2009.06.26)
Mantis Bug Tracker
noreply at opencsw.org
Wed Jul 29 09:29:09 CEST 2009
The following issue has been ASSIGNED.
======================================================================
http://www.opencsw.org/mantis/view.php?id=3782
======================================================================
Reported By: andrewnicols
Assigned To: dam
======================================================================
Project: berkeleydb44
Issue ID: 3782
Category: packaging
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 2009-07-28 11:46 CEST
Last Modified: 2009-07-29 09:29 CEST
======================================================================
Summary: Possible repeat of bug 1636 in 'current' version
(4.4.20,REV=2009.06.26)
Description:
I've just installed the latest version of berkelydb44 using pkgutil. Since
then, I cannot use perl. Perl complains of a fatal error linking against
libdb-4.4.so
Looks like this is a repeat of bug 1636
(http://www.opencsw.org/bugtrack/view.php?id=1636). Setting the
LD_LIBRARY_PATH before I call perl seems to fix things for that session:
660 root at desktop01:~> perl
ld.so.1: perl: fatal: libdb-4.4.so: open failed: No such file or
directory
Killed
661 root at desktop01:~> LD_LIBRARY_PATH='/opt/csw/bdb4/lib' perl
^C
662 root at desktop01:~> perl
ld.so.1: perl: fatal: libdb-4.4.so: open failed: No such file or
directory
Killed
663 root at desktop01:~> export LD_LIBRARY_PATH='/opt/csw/bdb4/lib'
664 root at desktop01:~> perl
^C
665 root at desktop01:~> unset LD_LIBRARY_PATH
666 root at desktop01:~> perl
ld.so.1: perl: fatal: libdb-4.4.so: open failed: No such file or
directory
Killed
An alternative workaround is to link /opt/csw/bdb4/lib/libdb-4.4.so to
/opt/csw/lib/ as demonstrated below:
673 root at desktop01:~> perl
ld.so.1: perl: fatal: libdb-4.4.so: open failed: No such file or
directory
Killed
674 root at desktop01:~> ln -s /opt/csw/bdb4/lib/libdb-4.4.so /opt/csw/lib/
675 root at desktop01:~> perl
^C
676 root at desktop01:~>
This is repeatable on all of my Solaris systems (Sparc and X86) running
Solaris 10 u6 and various version of Nevada Open Solaris.
======================================================================
----------------------------------------------------------------------
(0006480) andrewnicols (reporter) - 2009-07-28 13:42
http://www.opencsw.org/mantis/view.php?id=3782#c6480
----------------------------------------------------------------------
Thanks James,
This seems to be fixed whilst yesterdays package appears to have been
broken.
Andrew
More information about the bug-notifications
mailing list