Bug 118598
Summary: | Samba looks in /usr/lib instead of /usr/lib64 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nicholas Miell <nmiell> |
Component: | samba | Assignee: | Jay Fenlason <fenlason> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | 64bit_fedora, jfeeney, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | samba-3.0.3-2.pre2 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-04-13 17:34:13 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 114961 |
Description
Nicholas Miell
2004-03-18 01:30:14 UTC
damn it hang on, a real report is coming ok The samba spec configures with --with-fhs. This overrides the --libdir provided by the %configure macro, which means libdir is set to %{prefix}/lib/samba. This is wrong on x86-64 systems, and breaks various and sundry things (an obvious symptom is "lib/util_unistr.c:load_case_tables(63) creating lame upcase table" showing up in the logs) Removing --with-fhs from the %configure only makes things worse, but removing the --with-fhs definition from configure.in altogether and replacing --with-fhs with --with-configdir=%{_sysconfdir}/samba in the %configure seems to work. --libdir=%{_libdir}/samba needs to be tacked on to the %configure as well as does --with-logfilebase=/var/log/samba The samba-3.0.3.2pre2 rpms I just built into Rawhide should take care of this. |