[Home]

Summary:ASTERISK-05334: Portability issues with FreeBSD - OOH323
Reporter:Olle Johansson (oej)Labels:
Date Opened:2005-10-20 09:05:54Date Closed:2011-06-07 14:10:12
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) oh323-freebsd.txt
Description:The OOh323 somehow does not recognize pthreads on FreeBSD. I had to remove the #ifdef HAVE_PTHREADS to make it work. Also, I had to manually add the -pthread compile option and remove -lpthread.

There where some other issues, I add a cvs diff from my archive so you can see what I had to change in the source. I don't suggest this is the right way to go, only that I got it working by messing around this way :-)

****** ADDITIONAL INFORMATION ******

FreeBSD 4.11
Comments:By: Olle Johansson (oej) 2006-01-04 05:18:03.000-0600

Closing this report until i got time to test again.