Bug 651 - cannot link pdbedit when configuring with pdb_ldap
Summary: cannot link pdbedit when configuring with pdb_ldap
Status: CLOSED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.0
Hardware: Other Linux
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 06:19 UTC by TAKAHASHI Motonobu
Modified: 2005-08-24 10:21 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 TAKAHASHI Motonobu 2003-10-19 06:19:34 UTC
when ./configure --with-shared-modules=pdb_ldap ,
linking pdbedit is failed.

Here is the patch for current Samba CVS tree

--- Makefile.in.org     Sun Oct 19 22:15:10 2003
+++ Makefile.in Sun Oct 19 22:15:29 2003
@@ -843,7 +843,7 @@

 bin/pdbedit@EXEEXT@: $(PDBEDIT_OBJ) @BUILD_POPT@ bin/.dummy
        @echo Linking $@
-       @$(CC) $(FLAGS) -o $@ $(PDBEDIT_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTL
IBS@ $(PASSDB_LIBS)
+       @$(CC) $(FLAGS) -o $@ $(PDBEDIT_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTL
IBS@ $(PASSDB_LIBS) $(LDAP_LIBS)

 bin/samtest@EXEEXT@: $(SAMTEST_OBJ) @BUILD_POPT@ bin/.dummy
        @echo Linking $@

I found this problem on Debian GNU/Linux 3.0 (woody).
Comment 1 Tim Potter 2003-11-04 13:17:31 UTC
Checked in - thanks!
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-08-24 10:21:01 UTC
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.