http://bugs.winehq.org/show_bug.cgi?id=15097
Summary: LDAP checks during configure do not work on Solaris Product: Wine Version: 1.1.3 Platform: PC-x86-64 OS/Version: Solaris Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: vit.hrachovy@sandbox.cz
This is a separate part of metabug 14816. LDAP checks during configure do not work on Solaris. Although ldap.h and lber.h are detected, configure tests seem to be written in non-portable way for Solaris. See the attached configure log snippet for more details.
I've used the following configure options on OpenSolaris 2005.08 upgraded to snv_95 with installed OSS drivers:
PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/share/pkgconfig" ./configure -C --prefix=/var/tmp --with-oss --with-hal --with-ldap --with-extra-includes=/usr/sfw/include --with-extra-libs=/usr/sfw/lib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib CFLAGS="-I/usr/sfw/include -I/usr/include -I/opt/sfw/cups/include" CPPFLAGS="-I/usr/sfw/include -I/opt/sfw/cups/include -I/usr/include" LDFLAGS="-L/usr/sfw/lib -L/usr/lib -L/opt/sfw/cups/lib -R/usr/lib -R/usr/sfw/lib -R/opt/sfw/cups/lib -R/usr/X11/lib -R/usr/openwin/lib"
Required packages for build are: SUNWgcc SUNWhea SUNWsfwhea FSWxorg-headers SUNWxorg-headers SUNWbison SUNWgmake SUNWflexlex SUNWgnome-common-devel