| Anonymous | Login | Signup for a new account | 11-10-2008 10:46 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000307 | [buildroot] Shared Library Support | minor | always | 06-22-05 10:47 | 03-08-06 16:56 | ||||
| Reporter | mhaider | View Status | public | ||||||
| Assigned To | prpplague | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000307: libelf.so.0.8.5 fails to create / install | ||||||||
| Description |
While running make for buildroot, I get this message: "configure: warning: shared libraries not supported for i386-pc-linux-gnu" It is able to create and install "libelf.a", but not libelf.so.0.8.5. Is it necessary for the rest of the build? The option --enable-shared is used. |
||||||||
| Additional Information | disabled shared libs during configuration to prevent installation problems of library that doesn't exist, fixed as of 13505 | ||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Notes |
|
|
(0000398) mdeschamps 08-09-05 02:56 |
I have the same problem for my arm ARCH, see Bug 0000368 for more detailled unglitching, no solve yet... |
|
(0000719) boris64 12-03-05 05:45 |
another "same problem here". check uploaded "libelf-output.txt"-file for details. |
|
(0000979) prpplague 01-23-06 05:44 |
i've looked over several applications as well as the OE metadata, none seem to use the shared library. even the README file for libelf recommends disabling the shared library: "On some systems (in particular, Solaris and all variants of Linux), ``make'' will try to build a shared library. If you run into problems on your system, please pass ``--disable-shared'' to configure." with this in mind, my solution to this issue is to simply do as the readme says and disable shared libs. this will prevent the make install from trying to install a lib that doesn't exist. |
| Copyright © 2000 - 2006 Mantis Group |