D. Scott Barninger schrieb:
> Hmm I buy that except for one question. Why did it happen now and not in
> 5.0.1, 5.0.0 etc? We are still installing the same file with same
> permissions. And why the reference to 5.0.1 libs in the error message?
for the first part, look at these changes:
2010-02-01 Kern Sibbald Make configure.in changes recommended by Markus
Elfring
SBINPERM was changed from 0754 to 0750. unfortunately SBINPERM is used for libs
too.
for the second: as Martin Simmons pointed out, library versions are still at
5.0.1:
src/versions.h:
#define LIBBACCFG_LT_CURRENT 5
#define LIBBACCFG_LT_REVISION 0
#define LIBBACCFG_LT_AGE 1
src/lib/Makefile.in:
libbaccfg.la: Makefile $(LIBBACCFG_LOBJS)
@echo "Making $@ ..."
$(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@
$(LIBBACCFG_LOBJS) -export-dynamic
-rpath $(libdir) -release
$(LIBBACCFG_LT_CURRENT).$(LIBBACCFG_LT_REVISION).$(LIBBACCFG_LT_AGE)
regards,
-ap
------------------------------------------------------------------------------
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel