[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFC: OpenLDAP build problems



On Sun, Feb 09, 2003 at 11:37:50AM +0100, Torsten Landschoff wrote:
> The full build log is available at
> http://people.debian.org/~torsten/openldap2.1/buildlog-20030209
> 
> Any comments appreciated. I want to get this package working...

Smells like the famous libtool relinking bug.  Does this patch get you
any further? (Pulled from a different package--line numbers might vary.)

Regards,

Daniel.

--- ltmain.sh	2002/08/03 15:20:45	1.2
+++ ltmain.sh	2002/08/09 12:58:46	1.3
@@ -1904,6 +1904,7 @@
 	    else
 	      # We cannot seem to hardcode it, guess we'll fake it.
 	      add_dir="-L$libdir"
+	      test -d "$ladir/.libs" && add_dir="-L$ladir/.libs $add_dir"
 	      add="-l$name"
 	    fi
 



Reply to: