dirkjanm / ldapdomaindump

Active Directory information dumper via LDAP
MIT License
1.15k stars 182 forks source link

Error installing from source #32

Closed cclements closed 4 years ago

cclements commented 4 years ago

Trying to install from the latest commit using:

python setup.py install

Results in:

running install
running bdist_egg
running egg_info
writing ldapdomaindump.egg-info/PKG-INFO
writing dependency_links to ldapdomaindump.egg-info/dependency_links.txt
writing requirements to ldapdomaindump.egg-info/requires.txt
writing top-level names to ldapdomaindump.egg-info/top_level.txt
reading manifest file 'ldapdomaindump.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'ldapdomaindump.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
error: file '/root/tools/ldapdomaindump/bin/ldd2pretty' does not exist

It looks like ldd2pretty hasn't yet been added to bin

dirkjanm commented 4 years ago

thanks for the report, fixed it now