It was reporting all the prereqs missing. I figured out why.
Full disclosure: I'm installing this on Ubuntu, not debian. To get around some of the install script's checks without too much hackery, I just changed a few things in utilfunc.sh (changed package name on line 939 to libgmpxx3 instead of libgmp3) and get_plat_tag.sh (commented out the checks for "3.1" in /etc/debian_version).
I know this is supposed to be for Debian, not Ubuntu, but I'm trying to see if I can't get it to work, for research purposes.
So I got a little further, and the install script found the packages it needed. But now when it gets to the configuration part, none of the services will start. Here's the output I'm getting:
Quote:
|
Checking ldap on :389...FAILED
|
I get no other messages, and the setup log is empty. My next step will be to try strace.
Any other suggestions?