Displaying 3 results from an estimated 3 matches for "py_smb".
2007 Aug 25
1
python bindings not building in 3.0.25c
building 'smb' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=nocona -O2 -fomit-frame-pointer -pipe -D_SAMBA_BUILD_=3 -fPIC -I/usr/include/python2.5 -c
python/py_smb.c -o
build/temp.linux-x86_64-2.5/python/py_smb.o -march=nocona -O2 -fomit-frame-pointer -pipe -D_SAMBA_BUILD_=3 -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -march=nocona -O2 -fomit-frame-pointer -pipe -D_SAMBA_BUILD_=3 -I/var/tmp/portage/net-fs/samba-3.0.25c/work/sam...
2007 Aug 20
2
Samba 3.0.25c Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==============================================================
"Forty-two"
-- Deep Thought
==============================================================
Release Announcements
=====================
This is the latest production release of the
2003 Jan 12
1
Compiling python_ext ?
Using samba-2.999+3.0.alpha21 (debian unstable source package), I can't
get the python modules to compile correctly. The problem seems to be
that py_common.c and py_smb.c declare global_myname as an extern
pstring, while it is defined in include/proto.h as const char
*global_myname(void). Changing the definition in the two files allows it
to compile, but "from samba import smb" then causes a segfault.
Any ideas what could be causing this problem? I can...