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
http://bugs.winehq.org/show_bug.cgi?id=15097
--- Comment #1 from Vit Hrachovy vit.hrachovy@sandbox.cz 2008-09-02 08:07:35 --- Created an attachment (id=15781) --> (http://bugs.winehq.org/attachment.cgi?id=15781) configure log snippet
http://bugs.winehq.org/show_bug.cgi?id=15097
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2008-09-02 10:09:11 --- The ldap library included in Solaris is apparently too old, you'll need a more recent version for Wine to be able to support it.
http://bugs.winehq.org/show_bug.cgi?id=15097
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from James Hawkins truiken@gmail.com 2008-09-02 15:38:43 --- Closing.