Hi On 5 April 2013 12:22, Graeme Porter <[email protected]> wrote: > I have just finished recompiling and still get the same problem: > > ./configure --enable-debug --enable-selftest > make > make install > > Once it had finished, I checked the version again and : > > root@raspberrypi:/usr/local/samba/sbin# samba -V > samba: /usr/local/samba/lib/private/libcliauth.so: version > `SAMBA_4.1.0PRE1_GIT_FD8B258' not found (required by samba) [...] > > So I just tried: > > cd /usr/local/ > mv samba samba-old > cd /usr/local/samba4 > > make install > > The /usr/local/samba folder structure was recreated, but even after > completion, when I type "samba -V" I still get the list of errors above. > > Help! :(
It sounds like the "samba" binary on your PATH is the old version. What does the following print: $ which samba Does it work if you use the full path name: # /usr/local/samba/bin/samba -V -- Michael Wood <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
