Samba4 dns_update Fails to start

Andrew Bartlett abartlet at samba.org
Fri Aug 26 00:18:24 MDT 2011


On Fri, 2011-08-26 at 13:57 +0800, Дмитрий Синюков wrote:
> 26.08.2011 2:11, Ryan Leimenstoll пишет:
> > Hi all, I am experiencing some issues with Bind9 and Samba4. Whenever I run
> > the dnsupdate script, I get the following error.
> >
> > ldb: unable to dlopen /usr/local/samba/modules/ldb/naming_fsmo.so :
> > /usr/local/samba/lib/samba/libsamdb-common.so: version
> > `SAMBA_4.0.0ALPHA17_GIT_D82256C' not found (required by
> > /usr/local/samba/modules/ldb/naming_fsmo.so)
> > ldb: unable to dlopen /usr/local/samba/modules/ldb/pdc_fsmo.so :
> > /usr/local/samba/lib/samba/libsamdb-common.so: version
> > `SAMBA_4.0.0ALPHA17_GIT_D82256C' not found (required by
> > /usr/local/samba/modules/ldb/pdc_fsmo.so)
> >
> > Also, when I provisioned my machine (Ubuntu 11.01), I got the same error
> > right off the bat.
> >
> > Thanks much for any help you can provide.
> 
> # export
> LD_LIBRARY_PATH=/usr/local/samba/lib/:/usr/local/samba/lib/samba/:/usr/local/samba/lib/libsmb
> # export PATH=/usr/local/samba/bin:/usr/local/samba/sbin/:$PATH
> # /usr/local/samba/sbin/samba

This won't help. 

The actual issue is that we removed naming_fsmo.so and pdc_fsmo.so
recently, but because Ryan did not remove your previous installation
files before doing a new 'make install', the new Samba attempted to
autoload the old modules.

This fails, as the library version changed, and gives you this error. 

Andrew Bartlett

-- 
Andrew Bartlett                                http://samba.org/~abartlet/
Authentication Developer, Samba Team           http://samba.org




More information about the samba-technical mailing list