Bug 12274 - Samba 4.5.0 build barfs with undefined references to state_path and db_open
Summary: Samba 4.5.0 build barfs with undefined references to state_path and db_open
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.5.0
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-19 00:56 UTC by Bernhard Rosenkränzer
Modified: 2016-10-13 08:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Rosenkränzer 2016-09-19 00:56:26 UTC
[3648/3845] Linking default/source3/smbd/smbd
default/source3/libsmbregistry-samba4.so: error: undefined reference to 'state_path'
default/source3/libsmbregistry-samba4.so: error: undefined reference to 'db_open'
collect2: error: ld returned 1 exit status
Comment 1 Bernhard Rosenkränzer 2016-10-13 08:35:20 UTC
Adding -Wl,--allow-shlib-undefined to LDFLAGS fixes this.