On Thu, Aug 09, 2007 at 06:08:27PM +0200, Alexandre LISSY said:
> From what I remember, I had the problem before, and solved it by copying the 
> rlm_*.a.
> 
> However, for the log output, I'm going to repackage, and save stderr&stdout 
> so 
> you can see them.

The only thing I can imagine is that shell expansion is going wrong.
Can you add make this change to debian/rules:

         for mod in ${modulelist}; do \
+                echo "Removing 
$(CURDIR)/debian/freeradius/usr/lib/freeradius/rlm_$$mod*.so" ; \
                 rm -f 
$(CURDIR)/debian/freeradius/usr/lib/freeradius/rlm_$$mod*.so ; \
         done

and see if it removes more than it should.
-- 
 --------------------------------------------------------------------------
|  Stephen Gran                  | You're working under a slight handicap. |
|  [EMAIL PROTECTED]             | You happen to be human.                 |
|  http://www.lobefin.net/~steve |                                         |
 --------------------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to