Bug #8512 Server after install doesn't starts
Submitted: 15 Feb 2005 4:06 Modified: 29 Sep 2008 21:30
Reporter: [ name withheld ] Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Installing Severity:S1 (Critical)
Version:5.0.2 OS:FreeBSD (FreeBSD 5.2.1)
Assigned to: Michael Widenius CPU Architecture:Any

[15 Feb 2005 4:06] [ name withheld ]
Description:
Problem starts after installing from tgz it doesn't want to start.

How to repeat:
blah# mysqld_safe
/usr/libexec/ld-elf.so.1: /lib/libcrypt.so.2: Undefined symbol "_CurrentRuneLocale"
/usr/libexec/ld-elf.so.1: /lib/libcrypt.so.2: Undefined symbol "_CurrentRuneLocale"
Starting mysqld daemon with databases from /var/db/mysql
STOPPING server from pid file /var/db/mysql/blah.com.pid
050215 05:39:32  mysqld ended

earlier hasen't got library libc_r.so.4  ( so.5 was avalible so i linked it)

first log:
050215 05:18:42  mysqld started
/usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not found
050215 05:18:43  mysqld ended

after linking:
050215 05:20:46  mysqld started
/usr/libexec/ld-elf.so.1: /usr/lib/libwrap.so.3: Undefined symbol "sys_nerr"
050215 05:20:46  mysqld ended
[27 Apr 2005 11:34] Michael Widenius
The reason for this is that for the moment we only have binaries for FreeBSD 4.x
We may in the future, when we get enough demand for it, produce also binaries for FreeBSD 5, but until that you should use the MySQL source distribution for this platform.
[27 Apr 2005 12:29] Sergei Golubchik
You can install compat4x distribution (e.g. with sysinstall) to be able to run FreeBSD-4 binaries
[29 Sep 2008 21:30] Konstantin Osipov
I believe we have no plans to fix this.