Bug 245212 - mod_admserv: Solaris port for 1.1
Summary: mod_admserv: Solaris port for 1.1
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: 389
Classification: Retired
Component: Admin
Version: 1.1.0beta
Hardware: sparc
OS: Other
low
low
Target Milestone: ---
Assignee: Rich Megginson
QA Contact: Viktor Ashirov
URL:
Whiteboard:
Depends On:
Blocks: 240316 FDS1.1.0
TreeView+ depends on / blocked
 
Reported: 2007-06-21 17:57 UTC by Rich Megginson
Modified: 2015-12-07 17:16 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-12-07 17:16:10 UTC
Embargoed:


Attachments (Terms of Use)
diffs (5.10 KB, patch)
2007-06-21 17:57 UTC, Rich Megginson
no flags Details | Diff
cvs commit log (1.64 KB, text/plain)
2007-06-21 21:38 UTC, Rich Megginson
no flags Details
cvs commit log - fix build breakage (1.50 KB, text/plain)
2007-06-21 23:18 UTC, Rich Megginson
no flags Details

Description Rich Megginson 2007-06-21 17:57:55 UTC
There are several problems related to building and running mod_admserv on Solaris.

Comment 1 Rich Megginson 2007-06-21 17:57:55 UTC
Created attachment 157560 [details]
diffs

Comment 2 Rich Megginson 2007-06-21 21:38:27 UTC
Created attachment 157577 [details]
cvs commit log

Reviewed by: nkinder (Thanks!)
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: Yes - autotool file changes
Doc impact: no

Comment 3 Rich Megginson 2007-06-21 23:18:18 UTC
Created attachment 157587 [details]
cvs commit log - fix build breakage

Fix Description: Fix build breakage on linux - use $(LINK) if not using
$(CXXLINK)


Note You need to log in before you can comment on or make changes to this bug.