Error on Mysql Undefined symbol "__sbmaskrune"

Hi,

On FreeBSD 6.2-PRERELEASE:

Code:
root@ ~]# mysql -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1911745
Server version: 5.0.75-log FreeBSD port: mysql-server-5.0.75

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

/libexec/ld-elf.so.1: /usr/local/lib/compat/libncursesw.so.6: Undefined symbol "__sbmaskrune"
Any ideas?
 
Rebuilt mysql but the error persists.

About compat6x:
Code:
pkg_info | grep compat6x 
compat6x-amd64-6.3.602114.200711 A convenience package to install the compat6x libraries
 
Back
Top