[Home]

Summary:ASTERISK-08523: libnsl no necesary in BSD's
Reporter:Phillip (killfill)Labels:
Date Opened:2007-01-08 15:02:44.000-0600Date Closed:2007-01-24 19:06:05.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_gtalk
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) iksefreebsd.diff.txt
Description:chan_gtalk depends on res_jabber.

res_jabber uses iksemel for parsing.

This is inside the file makeopts:

IKSEMEL_LIB=-L/usr/local//lib -liksemel  -lgnutls -lz -lgcrypt -lnsl -lgpg-error

becouse of that, compiling jabber support on FreeBSD fails.

when the "-lnsl" is taken out it works perfect

thanks!
Comments:By: Anthony LaMantia (alamantia) 2007-01-18 15:57:45.000-0600

killfill,

i've uploaded a diff against the configure.ac in branch 1.4 that should resolve this issue for you, can you test it and ensure that it works properly on your system.

patch your current configure.ac, run ./bootstrap.sh then run ./configure

By: Russell Bryant (russell) 2007-01-24 19:06:04.000-0600

This was already fixed in trunk, but it is now fixed in the 1.4 branch as well, as of revision 52158.