Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-17 Thread Graeme Porter
] Samba4 fails to work following upgrade - library version errors On Fri, 2013-04-05 at 16:54 +0200, Michael Wood wrote: Hi It sounds like the samba binary on your PATH is the old version. Well spotted Michael, this one really had me stumped! Andrew Bartlett -- Andrew Bartlett

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-17 Thread Michael Wood
Hi On 17 April 2013 12:01, Graeme Porter graeme.por...@yahoo.co.uk wrote: Hi Andrew, I performed another upgrade yesterday First a git clean, then a git pull, a ./configure --enable-selftest --enable-debug --enable-avahi, a make, and finally a make install After this had completed, I

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-17 Thread Michael Wood
Hi On 5 April 2013 17:19, Graeme Porter graeme.por...@yahoo.co.uk wrote: Thanks Michael, I've got my domain controller back! I'm now rather distinctly annoyed. I *was* using a symbolic link in /usr/bin called samba that was pointing to /usr/local/samba/sbin/samba - this was the only way I

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-17 Thread Graeme Porter
: Andrew Bartlett abart...@samba.org; samba@lists.samba.org samba@lists.samba.org Sent: Wednesday, 17 April 2013, 12:12 Subject: Re: [Samba] Samba4 fails to work following upgrade - library version errors Hi On 17 April 2013 12:01, Graeme Porter graeme.por...@yahoo.co.uk wrote: Hi Andrew, I

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-17 Thread Michael Wood
On 17 April 2013 13:41, Graeme Porter graeme.por...@yahoo.co.uk wrote: The symlinks were made by entering: ln /usr/local/samba/sbin/samba /usr/bin/samba ln /usr/local/samba/sbin/smbclient /usr/bin/smbclient That's what I suspected :) Those are hard links, not symbolic/soft links. You need

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-17 Thread Graeme Porter
esiot...@gmail.com To: Graeme Porter graeme.por...@yahoo.co.uk Cc: Andrew Bartlett abart...@samba.org; samba@lists.samba.org samba@lists.samba.org Sent: Wednesday, 17 April 2013, 12:54 Subject: Re: [Samba] Samba4 fails to work following upgrade - library version errors On 17 April 2013 13:41

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-06 Thread Andrew Bartlett
On Fri, 2013-04-05 at 16:54 +0200, Michael Wood wrote: Hi It sounds like the samba binary on your PATH is the old version. Well spotted Michael, this one really had me stumped! Andrew Bartlett -- Andrew Bartletthttp://samba.org/~abartlet/ Authentication

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-06 Thread Ricky Nance
Rowland, while that MAY work, in his case it still would have failed, you need /usr/local/samba/bin and sbin BEFORE $PATH (eg, export PATH=/usr/local/samba/bin:/usr/local/samba/sbin:$PATH) otherwise the search will be done on /bin (or sbin) before it hits the correct binary. Personally, I add the

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-06 Thread Rowland Penny
On 06/04/13 17:46, Ricky Nance wrote: Rowland, while that MAY work, in his case it still would have failed, you need /usr/local/samba/bin and sbin BEFORE $PATH (eg, export PATH=/usr/local/samba/bin:/usr/local/samba/sbin:$PATH) otherwise the search will be done on /bin (or sbin) before it hits

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-05 Thread Graeme Porter
From: Graeme Porter To: Ricky Nance Cc: samba@lists.samba.org samba@lists.samba.org Sent: Wednesday, 3 April 2013, 17:46 Subject: Re: [Samba] Samba4 fails to work following upgrade - library version errors Hi Ricky, Thanks for replying. The original build was just run

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-05 Thread Michael Wood
Hi On 5 April 2013 12:22, Graeme Porter graeme.por...@yahoo.co.uk 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 :

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-05 Thread Graeme Porter
@lists.samba.org Sent: Friday, 5 April 2013, 15:54 Subject: Re: [Samba] Samba4 fails to work following upgrade - library version errors Hi On 5 April 2013 12:22, Graeme Porter graeme.por...@yahoo.co.uk wrote: I have just finished recompiling and still get the same problem: ./configure --enable-debug

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-05 Thread Rowland Penny
...@yahoo.co.uk Cc: samba@lists.samba.org samba@lists.samba.org Sent: Friday, 5 April 2013, 15:54 Subject: Re: [Samba] Samba4 fails to work following upgrade - library version errors Hi On 5 April 2013 12:22, Graeme Porter graeme.por...@yahoo.co.uk wrote: I have just finished recompiling and still get

[Samba] Samba4 fails to work following upgrade - library version errors

2013-04-03 Thread Graeme Porter
Hello, I was running Samba4 for a while on my Raspberry Pi (Raspbian distro, running 3.6.11+ #371 PREEMPT armv6l kernel).  The version of Samba I was running was 4.1.0pre1-GIT-fd8b258. Last night I decided to try to upgrade to see if I could upgrade it without breaking it. Note that the AD

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-03 Thread Ricky Nance
The last time you did ./configure, did you specify any arguments, if so, you will need the same arguments on this install. Also, I typically start 'fresh' by issuing a git clean -x -f -d after git pull and before ./configure. Ricky On Wed, Apr 3, 2013 at 11:06 AM, Graeme Porter

Re: [Samba] Samba4 fails to work following upgrade - library version errors

2013-04-03 Thread Graeme Porter
@lists.samba.org samba@lists.samba.org Sent: Wednesday, 3 April 2013, 17:21 Subject: Re: [Samba] Samba4 fails to work following upgrade - library version errors The last time you did ./configure, did you specify any arguments, if so, you will need the same arguments on this install. Also, I