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/01/08 04:29:58 UTC

[jira] Updated: (TS-50) FreeBSD support

     [ https://issues.apache.org/jira/browse/TS-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul updated TS-50:
--------------------------

    Attachment: TS50_patch2.diff

The FreeBSD (8.0) port currently is being worked on on the dev branch.

http://svn.apache.org/repos/asf/incubator/trafficserver/traffic/branches/dev

To configure & build you need do the following:

1. Install autoconf, automake, subversion, etc from ports collection

2. Install TCL(8.5) from ports collection

3. patch -p0 -i TS50_patch2.diff

4. Configure, build and install libev in 'traffic/libev'

5. Configure with 'libev' and TCL, so something similar to the following:

../configure --enable-libev --with-tcl=/usr/local/lib/tcl8.5

Currently only traffic_server is working on this dev branch for FreeBSD. TM and TC will be addressed soon.

The following are some main TS features that are not currently working or tested on FreeBSD. This is not a complete list:

1. File cache works. Raw disk support is there but has not been tested.
2. Traffic Manager
3. Traffic Cop

This patch also fixes some issues on OSX. 
Tested on Ubuntu 8.04, OSX (10.5) and FreeBSD 8.0.

Please review and let me know if there are any issues. 

-George

> FreeBSD support
> ---------------
>
>                 Key: TS-50
>                 URL: https://issues.apache.org/jira/browse/TS-50
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Portability
>            Reporter: Paul Querna
>         Attachments: TS50_patch2.diff
>
>
> placeholder for freebsd porting related commits

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