Discussion:
Install python-ldap-2.3.13 Problem
Michael K
2011-11-16 09:06:05 UTC
Permalink
Michael K [http://community.zenoss.org/people/Michael66] created the discussion

"Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/62627#62627

--------------------------------------------------------------
***@all,

I have seen the very good tutorial http://community.zenoss.org/docs/DOC-2510 http://community.zenoss.org/docs/DOC-2510
I'am now at the point to install python-ldap-2.3.13
I untar it in /opt/zenoss/Production and cd in the created Direction and type *+python setup.py install+* as zenoss user like the tutorial say.
But then i become the following error

*+python setup.py install+*
*+extra_compile_args:+*
*+extra_objects:+*
*+include_dirs: /usr/local/openldap-2.3/include /usr/include/sasl+*
*+library_dirs: /usr/local/openldap-2.3/lib+*
*+libs: ldap_r lber sasl2 ssl crypto+*
*+running install+*
*+running bdist_egg+*
*+running egg_info+*
*+writing requirements to Lib/python_ldap.egg-info/requires.txt+*
*+writing Lib/python_ldap.egg-info/PKG-INFO+*
*+writing top-level names to Lib/python_ldap.egg-info/top_level.txt+*
*+writing dependency_links to Lib/python_ldap.egg-info/dependency_links.txt+*
*+writing test_info to Lib/python_ldap.egg-info/test_info.txt+*
*+file Lib/ldap.py (for module ldap) not found+*
*+file Lib/ldap/schema.py (for module ldap.schema) not found+*
*+reading manifest file 'Lib/python_ldap.egg-info/SOURCES.txt'+*
*+reading manifest template 'MANIFEST.in'+*
*+warning: no files found matching 'Makefile'+*
*+warning: no files found matching 'Modules/LICENSE'+*
*+writing manifest file 'Lib/python_ldap.egg-info/SOURCES.txt'+*
*+installing library code to build/bdist.linux-x86_64/egg+*
*+running install_lib+*
*+running build_py+*
*+file Lib/ldap.py (for module ldap) not found+*
*+file Lib/ldap/schema.py (for module ldap.schema) not found+*
*+file Lib/ldap.py (for module ldap) not found+*
*+file Lib/ldap/schema.py (for module ldap.schema) not found+*
*+running build_ext+*
*+building '_ldap' extension+*
*+gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBLDAP_R -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=2.3.13 -IModules -I/usr/local/openldap-2.3/include -I/usr/include/sasl -I/opt/zenoss/include/python2.6 -c Modules/LDAPObject.c -o build/temp.linux-x86_64-2.6/Modules/LDAPObject.o+*
*+In file included from Modules/LDAPObject.c:9:+*
*+Modules/errors.h:8:18: error: lber.h: No such file or directory+*
*+Modules/errors.h:9:18: error: ldap.h: No such file or directory+*
*+In file included from Modules/LDAPObject.c:9:+*
*+Modules/errors.h:12: error: expected ‘)’ before ‘*’ token+*
*+In file included from Modules/LDAPObject.c:11:+*
*+Modules/LDAPObject.h:12:2: error: #error Current python-ldap requires OpenLDAP 2.x+*
*+In file included from Modules/LDAPObject.c:11:+*
*+Modules/LDAPObject.h:23: error: expected specifier-qualifier-list before ‘LDAP’+*
*+Modules/LDAPObject.h:31: error: expected ‘)’ before ‘*’ token+*
*+In file included from Modules/LDAPObject.c:12:+*
*+Modules/ldapcontrol.h:11: error: expected ‘)’ before ‘*’ token+*
*+Modules/ldapcontrol.h:12: error: expected declaration specifiers or ‘...’ before ‘LDAPControl’+*
*+Modules/ldapcontrol.h:13: error: expected ‘)’ before ‘*’ token+*
*+In file included from Modules/LDAPObject.c:13:+*
*+Modules/message.h:11: error: expected ‘)’ before ‘*’ token+*
*+In file included from Modules/LDAPObject.c:14:+*
*+Modules/berval.h:10: warning: ‘struct berval’ declared inside parameter list+*
*+Modules/berval.h:10: warning: its scope is only this definition or declaration, which is probably not what you want+*
*+Modules/berval.h:12: warning: ‘struct berval’ declared inside parameter list+*
*+Modules/berval.h:13: warning: ‘struct berval’ declared inside parameter list+*
*+Modules/LDAPObject.c:18:18: error: sasl.h: No such file or directory+*
*+Modules/LDAPObject.c:26: error: expected ‘)’ before ‘*’ token+*
*+Modules/LDAPObject.c: In function ‘dealloc’:+*
*+Modules/LDAPObject.c:42: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:43: error: ‘LDAPObject’ has no member named ‘valid’+*
*+Modules/LDAPObject.c:44: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:44: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:45: warning: implicit declaration of function ‘ldap_unbind_ext’+*
*+Modules/LDAPObject.c:45: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:46: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:46: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:47: error: ‘LDAPObject’ has no member named ‘valid’+*
*+Modules/LDAPObject.c:49: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c: In function ‘not_valid’:+*
*+Modules/LDAPObject.c:65: error: ‘LDAPObject’ has no member named ‘valid’+*
*+Modules/LDAPObject.c: At top level:+*
*+Modules/LDAPObject.c:76: error: expected ‘)’ before ‘*’ token+*
*+Modules/LDAPObject.c:103: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token+*
*+Modules/LDAPObject.c:194: error: expected ‘)’ before ‘*’ token+*
*+Modules/LDAPObject.c:206: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token+*
*+Modules/LDAPObject.c: In function ‘l_ldap_unbind_ext’:+*
*+Modules/LDAPObject.c:332: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:332: error: (Each undeclared identifier is reported only once+*
*+Modules/LDAPObject.c:332: error: for each function it appears in.)+*
*+Modules/LDAPObject.c:332: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:333: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:341: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:346: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:350: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:350: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:351: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:352: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:352: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:354: warning: implicit declaration of function ‘LDAPControl_List_DEL’+*
*+Modules/LDAPObject.c:357: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:358: warning: implicit declaration of function ‘LDAPerror’+*
*+Modules/LDAPObject.c:358: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:358: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c:360: error: ‘LDAPObject’ has no member named ‘valid’+*
*+Modules/LDAPObject.c: In function ‘l_ldap_abandon_ext’:+*
*+Modules/LDAPObject.c:373: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:373: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:374: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:382: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:387: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:391: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:391: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:392: warning: implicit declaration of function ‘ldap_abandon_ext’+*
*+Modules/LDAPObject.c:392: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:393: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:393: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:398: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:399: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:399: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c: In function ‘l_ldap_add_ext’:+*
*+Modules/LDAPObject.c:414: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:414: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:415: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:419: error: ‘LDAPMod’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:419: error: ‘mods’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:424: warning: implicit declaration of function ‘List_to_LDAPMods’+*
*+Modules/LDAPObject.c:429: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:434: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:438: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:438: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:439: warning: implicit declaration of function ‘ldap_add_ext’+*
*+Modules/LDAPObject.c:439: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:440: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:440: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:441: warning: implicit declaration of function ‘LDAPMods_DEL’+*
*+Modules/LDAPObject.c:445: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:446: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:446: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c: In function ‘l_ldap_simple_bind’:+*
*+Modules/LDAPObject.c:462: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:462: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:463: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:464: error: storage size of ‘cred’ isn’t known+*
*+Modules/LDAPObject.c:467: error: ‘ber_len_t’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:467: error: expected ‘;’ before ‘cred_len’+*
*+Modules/LDAPObject.c:472: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:477: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:481: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:481: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:482: warning: implicit declaration of function ‘ldap_sasl_bind’+*
*+Modules/LDAPObject.c:482: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:482: error: ‘LDAP_SASL_SIMPLE’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:483: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:483: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:488: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:489: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:489: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c:464: warning: unused variable ‘cred’+*
*+Modules/LDAPObject.c: At top level:+*
*+Modules/LDAPObject.c:553: error: expected declaration specifiers or ‘...’ before ‘sasl_interact_t’+*
*+Modules/LDAPObject.c: In function ‘interaction’:+*
*+Modules/LDAPObject.c:562: error: ‘interact’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:569: error: ‘LDAP_OPERATIONS_ERROR’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:589: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c: At top level:+*
*+Modules/LDAPObject.c:601: error: expected ‘)’ before ‘*’ token+*
*+Modules/LDAPObject.c: In function ‘l_ldap_sasl_interactive_bind_s’:+*
*+Modules/LDAPObject.c:627: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:627: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:628: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:634: error: ‘LDAP_SASL_QUIET’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:653: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:658: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:674: warning: implicit declaration of function ‘ldap_sasl_interactive_bind_s’+*
*+Modules/LDAPObject.c:674: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:677: error: expected expression before ‘)’ token+*
*+Modules/LDAPObject.c:686: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:687: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:687: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c: In function ‘l_ldap_compare_ext’:+*
*+Modules/LDAPObject.c:745: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:745: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:746: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:751: error: storage size of ‘value’ isn’t known+*
*+Modules/LDAPObject.c:754: error: ‘ber_len_t’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:754: error: expected ‘;’ before ‘value_len’+*
*+Modules/LDAPObject.c:759: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:764: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:768: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:768: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:769: warning: implicit declaration of function ‘ldap_compare_ext’+*
*+Modules/LDAPObject.c:769: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:770: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:770: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:775: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:776: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:776: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c:751: warning: unused variable ‘value’+*
*+Modules/LDAPObject.c: In function ‘l_ldap_delete_ext’:+*
*+Modules/LDAPObject.c:790: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:790: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:791: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:800: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:805: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:809: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:809: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:810: warning: implicit declaration of function ‘ldap_delete_ext’+*
*+Modules/LDAPObject.c:810: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:811: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:811: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:816: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:817: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:817: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c: In function ‘l_ldap_modify_ext’:+*
*+Modules/LDAPObject.c:832: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:832: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:833: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:837: error: ‘LDAPMod’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:837: error: ‘mods’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:847: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:852: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:856: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:856: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:857: warning: implicit declaration of function ‘ldap_modify_ext’+*
*+Modules/LDAPObject.c:857: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:858: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:858: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:864: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:865: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:865: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c: In function ‘l_ldap_rename’:+*
*+Modules/LDAPObject.c:881: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:881: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:882: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:892: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:897: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:901: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:901: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:902: warning: implicit declaration of function ‘ldap_rename’+*
*+Modules/LDAPObject.c:902: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:903: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:903: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:908: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:909: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:909: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c: In function ‘l_ldap_result3’:+*
*+Modules/LDAPObject.c:920: error: ‘LDAP_RES_ANY’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:926: error: ‘LDAPMessage’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:926: error: ‘msg’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:941: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:941: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:942: warning: implicit declaration of function ‘ldap_result’+*
*+Modules/LDAPObject.c:942: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:943: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:943: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:946: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:946: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c:953: error: ‘LDAP_TIMEOUT’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:957: warning: implicit declaration of function ‘ldap_msgid’+*
*+Modules/LDAPObject.c:961: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:961: error: ‘serverctrls’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:962: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:962: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:963: warning: implicit declaration of function ‘ldap_parse_result’+*
*+Modules/LDAPObject.c:963: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:965: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:965: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:967: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:969: error: ‘LDAP_REFERRAL’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:974: warning: implicit declaration of function ‘ldap_msgfree’+*
*+Modules/LDAPObject.c:975: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:975: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c:978: warning: implicit declaration of function ‘LDAPControls_to_List’+*
*+Modules/LDAPObject.c:978: warning: assignment makes pointer from integer without a cast+*
*+Modules/LDAPObject.c:979: error: ‘LDAP_NO_MEMORY’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:980: warning: implicit declaration of function ‘ldap_set_option’+*
*+Modules/LDAPObject.c:980: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:980: error: ‘LDAP_OPT_ERROR_NUMBER’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:982: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:982: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c:984: warning: implicit declaration of function ‘ldap_controls_free’+*
*+Modules/LDAPObject.c:986: warning: implicit declaration of function ‘LDAPmessage_to_python’+*
*+Modules/LDAPObject.c:986: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:986: warning: assignment makes pointer from integer without a cast+*
*+Modules/LDAPObject.c: In function ‘l_ldap_search_ext’:+*
*+Modules/LDAPObject.c:1027: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1027: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1028: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1055: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:1060: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:1064: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1064: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1065: warning: implicit declaration of function ‘ldap_search_ext’+*
*+Modules/LDAPObject.c:1065: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:1067: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1067: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1073: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1074: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:1074: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c: In function ‘l_ldap_whoami_s’:+*
*+Modules/LDAPObject.c:1087: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1087: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1088: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1099: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:1104: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:1108: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1108: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1109: warning: implicit declaration of function ‘ldap_whoami_s’+*
*+Modules/LDAPObject.c:1109: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:1110: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1110: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1115: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1116: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:1116: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c:1118: warning: passing argument 1 of ‘LDAPberval_to_object’ from incompatible pointer type+*
*+Modules/LDAPObject.c: In function ‘l_ldap_start_tls_s’:+*
*+Modules/LDAPObject.c:1134: warning: implicit declaration of function ‘ldap_start_tls_s’+*
*+Modules/LDAPObject.c:1134: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:1135: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1136: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:1136: error: ‘LDAP_OPT_ERROR_NUMBER’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1137: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:1137: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c: In function ‘l_ldap_passwd’:+*
*+Modules/LDAPObject.c:1181: error: storage size of ‘user’ isn’t known+*
*+Modules/LDAPObject.c:1183: error: storage size of ‘oldpw’ isn’t known+*
*+Modules/LDAPObject.c:1185: error: storage size of ‘newpw’ isn’t known+*
*+Modules/LDAPObject.c:1189: error: ‘LDAPControl’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1189: error: ‘server_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1190: error: ‘client_ldcs’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1198: error: ‘ber_len_t’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1198: error: expected ‘;’ before ‘user_len’+*
*+Modules/LDAPObject.c:1199: error: expected ‘;’ before ‘oldpw_len’+*
*+Modules/LDAPObject.c:1200: error: expected ‘;’ before ‘newpw_len’+*
*+Modules/LDAPObject.c:1205: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:1210: error: too many arguments to function ‘LDAPControls_from_object’+*
*+Modules/LDAPObject.c:1214: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1214: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1215: warning: implicit declaration of function ‘ldap_passwd’+*
*+Modules/LDAPObject.c:1215: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:1222: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1222: error: ‘LDAPObject’ has no member named ‘_save’+*
*+Modules/LDAPObject.c:1227: error: ‘LDAP_SUCCESS’ undeclared (first use in this function)+*
*+Modules/LDAPObject.c:1228: error: ‘LDAPObject’ has no member named ‘ldap’+*
*+Modules/LDAPObject.c:1228: warning: return makes pointer from integer without a cast+*
*+Modules/LDAPObject.c:1185: warning: unused variable ‘newpw’+*
*+Modules/LDAPObject.c:1183: warning: unused variable ‘oldpw’+*
*+Modules/LDAPObject.c:1181: warning: unused variable ‘user’+*
*+error: command 'gcc' failed with exit status 1+*

Does anybody know what this error mean?

I am Thankfully for every tip

Thank you guys

Best Regards
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/62627#62627]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2011-11-17 08:58:28 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/62666#62666

--------------------------------------------------------------
Michael K:

Yikes! What platform and arch?

--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/62666#62666]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-30 21:32:33 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64009#64009

--------------------------------------------------------------
I have also the same problem on centos 64-bit.

Can you help please?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64009#64009]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-01-30 21:45:11 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64010#64010

--------------------------------------------------------------
Lord_King:

Make sure open ldap and the devel are installed. Thats the problem I believe.

Best,
--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64010#64010]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-30 21:48:51 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64011#64011

--------------------------------------------------------------
Hi Shane.

The open-ldap and devel are installed.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64011#64011]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-01-30 21:51:13 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64013#64013

--------------------------------------------------------------
Lord_King:

Are the following accessible to Zenoss and populated?

/usr/local/openldap-2.3/include
/usr/include/sasl

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64013#64013]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-30 21:55:40 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64015#64015

--------------------------------------------------------------
I have none of those folders.

And I have installed:

nss_ldap-253-42.el5_7.4
python-ldap-2.2.0-2.1
nss_ldap-253-42.el5_7.4
openldap-2.3.43-12.el5_7.10
openldap-2.3.43-12.el5_7.10
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64015#64015]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-01-30 22:02:02 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64017#64017

--------------------------------------------------------------
Lord_King:

Do the following as root: yum install openssl-devel -y; updatedb

Then recheck the folders. The problem is the devel isn't where it expects to find them.

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64017#64017]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-30 22:10:29 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64018#64018

--------------------------------------------------------------
Shane:

Package openssl-devel-0.9.8e-20.el5_7.1.x86_64 already installed and latest version
Package openssl-devel-0.9.8e-20.el5_7.1.i386 already installed and latest version

But this folder not found
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64018#64018]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-01-31 17:05:39 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64054#64054

--------------------------------------------------------------
Lord_King:

That's bizarre. For the hell of it try yum install python-ldap (should be v2.2ish)

I can't replicate this problem lcoally.

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64054#64054]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-31 17:14:17 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64055#64055

--------------------------------------------------------------
Hi Shane.

I have installed python-ldap for 64 bits:

Package python-ldap-2.2.0-2.1.x86_64 already installed and latest version.


There will be conflicts over the 64-bit architecture?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64055#64055]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-01-31 17:16:40 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64056#64056

--------------------------------------------------------------
Lord_King:

It's possible, but I don't think so. Ultimately building that source would render a copy of python-ldap-2.3 for your arch. I'm uncertain what the issue is to be honest. What's the patch level on this box?

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64056#64056]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-31 17:28:25 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64057#64057

--------------------------------------------------------------
This Zenoss installation don't have patch level
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64057#64057]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-01-31 17:29:23 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64058#64058

--------------------------------------------------------------
Lord_King:

I mean your platform.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64058#64058]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-31 17:40:04 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64059#64059

--------------------------------------------------------------
The server is SUN XFire 2270
16 GB  RAM
2 HDD 1 TB
Centos 64 Bits

The Peruvian company goberment acquired 3 products:

Monitoring: Zenoss
Service Desk: OTRS  (3.5 GB RAM HDD 640)
Inventory: Inventory OCS + GLPI  (3.5 GB RAM HDD 320)

Virtual box installed in its latest version which has virtual machines table and inventory services
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64059#64059]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-01-31 17:40:57 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64060#64060

--------------------------------------------------------------
Lord_King:

What version of Centos?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64060#64060]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-31 17:44:20 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64061#64061

--------------------------------------------------------------
The versión of centos is 5.7

The version of Zenos 3.2.1
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64061#64061]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-01-31 18:54:16 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64062#64062

--------------------------------------------------------------
Lord_King:

Honestly I'm unsure what the issue is. I'm running RHEL 5 here.

Anyone else ahve suggestions?

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64062#64062]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-31 19:09:41 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64063#64063

--------------------------------------------------------------
you think if you connect via my pc teamviewer I connect via ssh and check ldap?,  you should give me your mail address to send the credentials
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64063#64063]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
rbasukala
2012-01-31 19:13:14 UTC
Permalink
rbasukala [http://community.zenoss.org/people/rbasukala] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64036#64036

--------------------------------------------------------------
I had saimilar kind of problem. Installing "openssl-devel" resolve my issue.

yum install openssl-devel

-R
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64036#64036]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-31 19:19:38 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64064#64064

--------------------------------------------------------------
Hi.

I have installed:

Package openssl-devel-0.9.8e-20.el5_7.1.x86_64 already installed and latest version
Package openssl-devel-0.9.8e-20.el5_7.1.i386 already installed and latest version
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64064#64064]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
rbasukala
2012-01-31 19:49:11 UTC
Permalink
rbasukala [http://community.zenoss.org/people/rbasukala] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64037#64037

--------------------------------------------------------------
I had recently re-installed zenoss including the OS with RHEL 5 on it, from my history command I had installed the following packages as a root user:

yum intall gcc
yum install opnldap
yum install openldap24-libs
yum install openldap-clients
yum install openldap-devel
yum install openssl-devel


and intalled python-ldap-2.3.13 as a zenoss user. This is all I did and works for me just fine.

-R
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64037#64037]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-31 21:22:50 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64039#64039

--------------------------------------------------------------
Hi http://community.zenoss.org/people/rbasukala rbasukala.

Thanks for your help.

I make šÿum install openldap*š (I have centos 64 bits)

This issue is resolved
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64039#64039]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-01-31 21:25:38 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64075#64075

--------------------------------------------------------------
Lord_King:

For the heck of it can you run:

rpm -qa openldap*

and post the results? I'll update the instructions with the balance of the deps.

Best,
--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64075#64075]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-01-31 21:36:24 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64040#64040

--------------------------------------------------------------
[***@itlibre ~]# rpm -qa openldap
openldap-2.3.43-12.el5_7.10
openldap-2.3.43-12.el5_7.10

[***@itlibre ~]# rpm -qa | grep -i openldap
openldap24-libs-devel-2.4.23-5.el5
openldap24-libs-2.4.23-5.el5
openldap-devel-2.3.43-12.el5_7.10
openldap-servers-overlays-2.3.43-12.el5_7.10
openldap-devel-2.3.43-12.el5_7.10
openldap-servers-2.3.43-12.el5_7.10
openldap-clients-2.3.43-12.el5_7.10
openldap24-libs-2.4.23-5.el5
openldap-2.3.43-12.el5_7.10
openldap24-libs-devel-2.4.23-5.el5
openldap-2.3.43-12.el5_7.10
openldap-servers-sql-2.3.43-12.el5_7.10

Additionally installed (reading in other forum):

pyhon-devel
python-setuptools
libxml2-devel
librsync-devel
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64040#64040]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
rbasukala
2012-01-31 21:38:02 UTC
Permalink
rbasukala [http://community.zenoss.org/people/rbasukala] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64041#64041

--------------------------------------------------------------
]$ rpm -qa | grep openldap
openldap-clients-2.3.43-12.el5_7.10
openldap-devel-2.3.43-12.el5_7.10
openldap24-libs-2.4.23-5.el5
openldap-2.3.43-12.el5_7.10
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64041#64041]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-02 07:31:23 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64102#64102

--------------------------------------------------------------
Document updated.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64102#64102]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Lord_King
2012-02-02 12:14:46 UTC
Permalink
Lord_King [http://community.zenoss.org/people/Lord_King] created the discussion

"Re: Install python-ldap-2.3.13 Problem"

To view the discussion, visit: http://community.zenoss.org/message/64114#64114

--------------------------------------------------------------
Hi Shane.

Thanks for the update
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64114#64114]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...