Attachments (1)
Change History (7)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Milestone: | → Future |
---|---|
Type: | enhancement → task |
comment:3 by , 18 years ago
When using glibc-2.4 samba fails to start with the following error:
smbd: gconv_db.c:232: __gconv_release_step: Assertion `step->__end_fct == ((void *)0)' failed.
This patch from upstream fixes that problem. http://www.linuxfromscratch.org/patches/downloads/glibc/glibc-2.4-iconv_fix-1.patch
comment:4 by , 18 years ago
Milestone: | Future → 6.3 |
---|
by , 18 years ago
Attachment: | lfs-r7782-glibc_2.4.patch added |
---|
Attached is a patch to update the book to glibc-2.4 (Starting to get a number of questions on IRC about why it's not upgraded yet).
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Updated in r7788. Added the libstdc++ symlinks and the iconv_fix patch. Removed the old patches from glibc-2.3.6.
Note:
See TracTickets
for help on using tickets.
The testsuite for 2.4 has a test that uses C++ code, but fails because it can't find libstdc++.so. This should be noted in the Glibc 2.4 instructions, or perhaps libstdc++.so could be added to the list of "Essential Symlinks".