tags 636941 patch
thanks
On Sun, 07 Aug 2011 21:44:06 +0200, Martin Ziegler wrote:
> PS: Your patch seems to delete
> libc.prctl(15, new_name, 0, 0, 0)
Whoops. Thanks.
David
--
. ''`. Debian developer | http://wiki.debian.org/DavidPaleino
: :' : Linuxer #334216 --|-- http://www.hanskalab
Dear David,
thanks for Your help! I have now
try:
import ctypes
from ctypes.util import find_library
libc = ctypes.CDLL(find_library('c'))
return True
in misc.py, which works fine.
Martin
PS: Your patch seems to delete
libc.prctl(15, new_name, 0, 0, 0)
--
T
tags 636941 confirmed
thanks
Hello Martin,
On Sun, 07 Aug 2011 12:30:40 +0200, Martin Ziegler wrote:
> /usr/share/wicd/cli/misc.py defines a function RenameProcess()
> which searches libc.so.6 only in the directories /lib64 and /lib.
>
> On my system libc.so.6 is in /lib/x86_64-linux-gnu and /l
Package: python-wicd
Version: 1.7.0+ds1-6
Severity: normal
/usr/share/wicd/cli/misc.py defines a function RenameProcess()
which searches libc.so.6 only in the directories /lib64 and /lib.
On my system libc.so.6 is in /lib/x86_64-linux-gnu and /lib32. The
directory /lib64 does not exist.
-- Sys
4 matches
Mail list logo