You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "George Paul (JIRA)" <ji...@apache.org> on 2010/02/14 22:14:28 UTC

[jira] Commented: (TS-11) Solaris port

    [ https://issues.apache.org/jira/browse/TS-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833628#action_12833628 ] 

George Paul commented on TS-11:
-------------------------------

Fixes for using Sun studio Compiler on 64-bit have been checked into 'dev' branch. Also incorporated changes from TS-124 and TS-126 (thanks to Nick Kew). Further progress with Sun studio compiler can not be made due to TS-125. 

The current recommendation on OpenSolaris is to use the GCC 4.3.2 compiler suite.
Also Berkeley DB is no longer required so the configuration can be just: 

 ../configure CC=/usr/bin/gcc-4.3.2 CXX=/usr/bin/g++-4.3.2

After setting the cluster interface in 'records.config'. e.g.

 CONFIG proxy.config.cluster.ethernet_interface STRING e1000g0

Traffic Sever process stack can be started via

 sudo /usr/local/bin/traffic_cop

since currently there is no OpenSolaris support in the 'trafficserver' script.

-George


> Solaris port
> ------------
>
>                 Key: TS-11
>                 URL: https://issues.apache.org/jira/browse/TS-11
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Portability
>            Reporter: Bryan Call
>            Assignee: George Paul
>            Priority: Minor
>             Fix For: 2.1.0
>
>         Attachments: 0001-bcall-solaris_updates.patch, 0002-bcall-solaris_updates.patch, ts.sol.diff, TS11_osol_patch1.diff
>
>
> Theo is going to supply patches for a Solaris port

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.