| Summary: | DAHLIN-00029: Building dahdi-linux-complete-2.0.0.rc1+2.0.0.rc2 on x86_64 places libtonezone* files in lib instead of lib64 | ||
| Reporter: | Anthony Messina (amessina) | Labels: | |
| Date Opened: | 2008-08-16 02:59:12 | Date Closed: | 2008-08-18 16:34:15 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | dahdi (the module) |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ||
| Description: | When building on Fedora 9 x86_64, during the make install of the dahdi-tools portion, the libtonezone* files are improperly installed in /usr/lib instead of /usr/lib64, though the file command shows them to be built properly as: libtonezone.so.1.0: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), not stripped | ||
| Comments: | By: Jason Parker (jparker) 2008-08-18 16:34:14 The usage of lib64 is a distro choice. If you wish to follow this choice, you'd need to specify the "correct" path to the configure script in tools/. Something like `./configure --libdir=\${exec_prefix}/lib64` should do the trick. | ||