Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
E
Ezstream
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Xiph.Org
  • Ezstream
  • Issues
  • #2267

Closed
Open
Opened Mar 09, 2020 by Chris Woods@chriswoods

Make fails with undefined references in function "_stream_cfg_tls"

Attempting to compile ezstream from either the latest master or develop branch on CentOS 7, with libshout 2.4.3 (compiled from source) and other packages like libtag from repo. Autoconf and configure are happy, however every time make fails on TLS checks:

./.libs/libezstream.a(stream.o): In function `_stream_cfg_tls':
./installers/ezstream-develop/src/stream.c:134: undefined reference to `shout_set_tls'
./installers/ezstream-develop/src/stream.c:146: undefined reference to `shout_set_ca_directory'
./installers/ezstream-develop/src/stream.c:160: undefined reference to `shout_set_ca_file'
./installers/ezstream-develop/src/stream.c:174: undefined reference to `shout_set_client_certificate'
./installers/ezstream-develop/src/stream.c:183: undefined reference to `shout_set_allowed_ciphers'

OpenSSL 1.0.2k-fips installed, again from repo.

Edited Mar 09, 2020 by Chris Woods
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/ezstream#2267