[bug-notifications] [mysql5 0004160]: mysql fatal error libncursesw.so.5

Mantis Bug Tracker noreply at opencsw.org
Fri Jan 15 17:37:07 CET 2010


A NOTE has been added to this issue. 
====================================================================== 
http://www.opencsw.org/bugtrack/view.php?id=4160 
====================================================================== 
Reported By:                zanimul
Assigned To:                maciej
====================================================================== 
Project:                    mysql5
Issue ID:                   4160
Category:                   other
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     acknowledged
====================================================================== 
Date Submitted:             2010-01-15 16:50 CET
Last Modified:              2010-01-15 17:37 CET
====================================================================== 
Summary:                    mysql fatal error libncursesw.so.5
Description: 
After upgrading all CSW pkgs via pkgutil -u -y, we find that mysql(5 & 4)
no longer works and is producing this error message on every system that
was touched by the update:

ld.so.1: mysql: fatal: libncursesw.so.5: open failed: No such file or
directory

I've forced the update of CSWcommon to no avail.

====================================================================== 

---------------------------------------------------------------------- 
 (0007254) maciej (manager) - 2010-01-15 17:37
 http://www.opencsw.org/bugtrack/view.php?id=4160#c7254 
---------------------------------------------------------------------- 
It's looking for the 64-bit package, so the path it needs is:

/usr/lib/64/libCstd.so.1

which resolves to either:

/usr/lib/amd64/libCstd.so.1

or

/usr/lib/sparcv9/libCstd.so.1

In either case, the file is provided by SUNWlibC.

Possible causes I see right now:

- /usr/lib/${arch64}/libCstd.so.1 is missing (fix by reinstalling libCstd
or copy the file from another machine) 
- /usr/lib/64 -> ${arch64} symlink is missing (make it by hand)




More information about the bug-notifications mailing list