Displaying 3 results from an estimated 3 matches for "pyunicodeucs2_decode".
2008 Jun 19
0
Error when complile samba 4 with python 2.5
Hi,
When compile samba4 with python 2.5, I've got error below:
n/mergedobj/python_svcctl.o: In function
`py_SERVICE_LOCK_STATUS_get_lock_owner':
py_svcctl.c:(.text+0x142): undefined reference to `PyUnicodeUCS2_Decode'
bin/mergedobj/python_svcctl.o: In function
`py_SERVICE_LOCK_STATUS_set_lock_owner':
py_svcctl.c:(.text+0x227): undefined reference
topy_svcctl.c:(.text+0x7dd0): undefined reference to
`PyUnicodeUCS2_AsEncodedString'
bin/mergedobj/python_svcctl.o: In function
`unpack_py_svcctl_Get...
2013 Apr 04
0
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode [SOLVED]
...<module>
from samdb import SamDB
File "/usr/local/samba/lib/python2.6/site-packages/samba/samdb.py", line
32, in <module>
from samba.dcerpc import drsblobs, misc
ImportError:
/usr/local/samba/lib/python2.6/site-packages/samba/dcerpc/drsblobs.so:
undefined symbol: PyUnicodeUCS2_Decode
Samba-tool was working with the previous git, so I'm not certain if this is
a problem with the latest build or a problem with Python in my environment.
If I understand this correctly, Samba was compiled with a Python version
using 2-byte Unicode characters but my Python version is using 4-b...
2013 Apr 05
2
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode (NOT SOLVED)
...his last pull from
v4-0-test appears to be broken, at least for my environment.
- Phil
----------------------
From: Phil Quesinberry
Sent: Thursday, April 04, 2013 1:48 AM
To: 'samba at lists.samba.org'
Subject: Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined
symbol: PyUnicodeUCS2_Decode [SOLVED]
I'm getting the following error attempting to run samba-tool after
installing the latest git using the install_with_python script to use Python
2.6:
[root at Server1 dcerpc]# samba-tool
Traceback (most recent call last):
File "/usr/local/samba/bin/samba-tool", line 33, in...