Bug 3337 - lib/smbd Makefile missing -lcom_err
Summary: lib/smbd Makefile missing -lcom_err
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.20b
Hardware: Sparc Solaris
: P3 minor
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-16 12:25 UTC by Sheryl Coppenger
Modified: 2017-06-29 06:45 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sheryl Coppenger 2005-12-16 12:25:41 UTC
Active Directory support install.  Using gcc.

> >       PIE_CFLAGS =
> >       PIE_LDFLAGS = Linking bin/smbd
> > Undefined                       first referenced
> >  symbol                             in file
> > error_message                       libsmb/cliconnect.o  (symbol belongs
> > to implicit dependency /usr/local/lib/libcom_err.so.3)
> > ld: fatal: Symbol referencing errors. No output written to bin/smbd
> > make: *** [bin/smbd] Error 1


adding -lcom_err to the link fixes the problem.
Comment 1 Andrew Bartlett 2017-06-27 18:02:37 UTC
Marking as fixed in our modern build system (waf) with 4.0 and above.