Opened 6 years ago
Closed 3 years ago
#10865 closed defect (moved_to_github)
Problems compiling Freeswitch from trunk
Reported by: | Chris Martin <chris@…> | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
I recently compiled all the freeswitch modules from trunk (r29916) and I had the following issues
When compiling freeswitch-mod-event-zmg the source can not be found. wget returns "error 404" as the zeromq-2.1.9 source ball is no longer at the specified URL. It has been moved to the "historic" directory. Either the path in the Makefile needs to be changed or the version needs to be bumped to either 2.1.10 or 2.1.11
I also had an error message indicating that the crypt library could not be found, so I added
PKG_BUILD_DEPENDS := libgcrypt
to feeds/packages/net/freeswitch/Makefile.
Lastly: freeswitch-mod-gsmopen does not compile. There is a missing header file. I had to deselect the module. I have not looked any further at what is wrong there.
Attachments (0)
Change History (2)
comment:1 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
comment:2 Changed 3 years ago by jogo
- Resolution set to moved_to_github
- Status changed from new to closed
Freeswitch is now maintained here: https://github.com/openwrt/telephony.
Milestone Attitude Adjustment 12.09 deleted