mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
deischen had a good idea on how to make my previous commit a little better,
update accordingly. Suggested by: deischen
This commit is contained in:
parent
386a89ed83
commit
0d21302ea1
1 changed files with 8 additions and 5 deletions
|
|
@ -71,23 +71,26 @@ changing symlinks.
|
|||
#
|
||||
# candidate mapping
|
||||
#
|
||||
libpthread.so.5 libpthread.so.1 # Everything uses 'libpthread'
|
||||
libpthread.so.1 libpthread.so.1 # Everything uses 'libpthread'
|
||||
libpthread.so libpthread.so
|
||||
|
||||
libc_r.so.5 libpthread.so.1 # Everything that uses 'libc_r'
|
||||
libc_r.so libpthread.so # now uses 'libpthread'
|
||||
|
||||
[/usr/local/bin/mplayer] # 'mplayer' uses libc_r.
|
||||
libpthread.so.5 libc_r.so.5
|
||||
libpthread.so.1 libc_r.so.5
|
||||
libpthread.so libc_r.so
|
||||
|
||||
[mplayer]
|
||||
libpthread.so.5 libc_r.so.5
|
||||
libpthread.so.1 libc_r.so.5
|
||||
libpthread.so libc_r.so
|
||||
|
||||
[/usr/local/sbin/httpd] # Apache uses libthr
|
||||
libpthread.so.5 libthr.so.1
|
||||
libpthread.so.1 libthr.so.1
|
||||
libpthread.so libthr.so
|
||||
|
||||
[httpd]
|
||||
libpthread.so.5 libthr.so.1
|
||||
libpthread.so.1 libthr.so.1
|
||||
libpthread.so libthr.so
|
||||
.Ed
|
||||
.Sh FILES
|
||||
|
|
|
|||
Loading…
Reference in a new issue