#139: Dependencies for Linux
-------------------------------------+--------------------------------------
 Reporter:  valery_rez...@…          |       Owner:  giovannibajo   
     Type:  defect                   |      Status:  new            
 Priority:  normal                   |   Milestone:                 
Component:  PyInstaller              |     Version:  PyInstaller 1.4
 Severity:  blocker                  |    Keywords:                 
-------------------------------------+--------------------------------------
 Excudes for Linux is not always incorrect (IMO),
 for example libc on Fedora/RHEL x86_64 boxes located in

 {{{
 /lib64/libc.so.6
 }}}
 , not in
 {{{
 /lib/libc.so.6
 }}}

 On the other hand Debian use /lib32 and /usr/lib32 on the multilib systems
 for 32 bit libraries and /lib and /usr/lib for 64.

 Also there are systems (my Fedora 8 for example) where /lib/tls is
 empty - and all tls libraries located under /lib64, i.e exclude for
 /lib/tls will not help - libraries should be listed one by one.

 Attached patch with proposed fix.

-- 
Ticket URL: <http://www.pyinstaller.org/ticket/139>
Pyinstaller <http://www.pyinstaller.org>
PyInstaller Project

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to