[Fedora-directory-devel] Please review: Bug 245212: mod_admserv: Solaris port for 1.1

Richard Megginson rmeggins at redhat.com
Thu Jun 21 17:56:25 UTC 2007


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245212
Resolves: bug 245212
Bug Description: mod_admserv: Solaris port for 1.1
Reviewed by: ???
Files: see diff - new file dummy.cpp
Branch: HEAD
Fix Description: There are several problems with building/running
mod_admserv on Solaris.  The biggest is that ICU introduces a dependency
on C++.  Solaris requires linking with the C++ libraries and that also
requires using C++ to link as well.  This means using the CXXLINK
macro.  However, automake will only generate this macro if it detects a
C++ source file in Makefile.am.  So, we have to introduce a dummy.cpp
file to force automake to generate the CXXLINK macro, then use that to
link the module.
I also added some support for Fortitude, although this will be handled 
by adminserver when building mod_admserv as part of adminserver.
Platforms tested: Solaris 9 64bit
Flag Day: no
Doc impact: no
https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=157560&action=diff

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: file:///tmp/nsmail-1.tmp
Url: http://lists.fedoraproject.org/pipermail/389-devel/attachments/20070621/240ad3c9/attachment.pl 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3245 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.fedoraproject.org/pipermail/389-devel/attachments/20070621/240ad3c9/attachment.bin 


More information about the 389-devel mailing list