Ticket #93 (closed defect: invalid)
Issues with GnuSASL detection
| Reported by: | sliqua | Owned by: | smoku |
|---|---|---|---|
| Priority: | major | Component: | Build |
| Version: | 2.1.6 | Keywords: | |
| Cc: | Tracforge_linkmap: | ||
| Blocking: | Blocked By: |
Description
I'm having issues with getting Jabberd configured --with-ssl and --with-ldap. Even when specifically building the gsasl version that Jabberd is looking for (0.2.14) and using --with-extra-include-path and --with-extra-library-path it cannot see that there is a valid version of GnuSASL installed. I tried this in the latest stable version of Jabberd as well as the newest svn. Any feedback would be greatly appreciated.
checking gsasl.h usability... yes checking gsasl.h presence... yes checking for gsasl.h... yes checking for gsasl_check_version in -lgsasl... yes checking for GnuSASL version >= 0.2.14... no configure: error: GnuSASL >= 0.2.14 not found [root@coffee jabberd-2.1-20070618]# gsasl --version gsasl 0.2.14 [root@coffee jabberd-2.1-20070618]#
