The libtinfo.so functionality is built into the libncurses.so shared
library. For software that expects the libtinfo.so object, do the
following:
sudo ln -s /usr/lib/libncurses.so.5 /usr/lib/libtinfo.so.5
sudo ln -s /usr/lib/libtinfo.so.5 /usr/lib/libtinfo.so
--
Ncurses package does not contain
Do you have any ideas on the best way to figure out if this is a problem
with the package or if it's a problem that we should forward on to
MySql? I haven't had time to build 5.0.24a from source, yet.
-Eric
--
Socket missing with mysqld
https://launchpad.net/bugs/45694
--
ubuntu-bugs mailing
I have the same symptoms which are caused by mysqld crashing with a
signal 4. Can you take a look at your log file and see if you have the
same problem? Do the following:
$ sudo /etc/init.d/mysql start
$ tail -n50 /var/log/syslog
And look for a statement as to why mysqld shut down. I g
I launched mysqld under gdb and I have the following stack trace before
the signal 4 (Illegal instruction). For me, this only occurs on the
amd64 build of mysql-server 5.0. I'll look into doing my own build of
MySQL server and see what that does.
Version Info:
o Ubuntu 2.6.17-10.33-server
o
It looks like the problem is caused by corrupt InnoDB files in the
/var/lib/mysql directory. I deleted the files ibdata1, ib_logfile0, and
iblogfile1 and mysql started up fine.
I'll have to check into a better recovery scenario when I get some more
time.
-Eric
--
Socket missing with mysqld
htt
Upon further investigation, it turns out that the InnoDB file format
must have changed causing the crashes once the system was upgraded. I
looked through the mysql change logs and did see a lot of changes to
InnoDB from 5.0.22 to 5.0.24a, but nothing that would indicate a file-
format change!
-Er
I think that this bug is probably a duplicate of 66702, but I haven't
had time to upgrade MySQL to test it. I'll see if I can get some time
tonight so we can close this bug.
Thanks,
Eric
--
Socket missing with mysqld
https://bugs.launchpad.net/bugs/45694
You received this bug notification becau
Hi Alan,
I upgraded to build 5.0.24a-9ubuntu1 and can confirm that the problem
has been solved.
Thanks,
Eric
--
Socket missing with mysqld
https://bugs.launchpad.net/bugs/45694
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu
Per Alan Tam and my own testing, this is a duplicate:
I think it is a duplicate of bug 66702, which has been fixed in February.
https://lists.ubuntu.com/archives/edgy-changes/2007-February/008207.html
** Changed in: mysql-dfsg-5.0 (Ubuntu)
Status: Unconfirmed => Fix Released
--
Socket mi