Displaying 2 results from an estimated 2 matches for "lpcfg_lock_directory".
2015 Mar 07
3
4.2.0 Relocation error
Greetings,
I am trying to get 4.2.0 Installed on a raspberry pi 2, I can build and
install, but upon running samba -D I get the following:
root at pdc1:/home/pi# samba -D
samba: relocation error: samba: symbol lpcfg_lock_directory, version
SAMBA_HOSTCONFIG_0.0.1 not defined in file libsamba-hostconfig.so.0 with
link time reference
I used the following to configure and build
waf configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
--enable-fhs
waf -j 4 # with and without
waf install
I have started from scratch...
2015 Mar 07
0
4.2.0 Relocation error
...Regards
Oliver
On 07.03.2015 12:26, Spencer York wrote:
> Greetings,
>
> I am trying to get 4.2.0 Installed on a raspberry pi 2, I can build
> and install, but upon running samba -D I get the following:
> root at pdc1:/home/pi# samba -D
> samba: relocation error: samba: symbol lpcfg_lock_directory, version
> SAMBA_HOSTCONFIG_0.0.1 not defined in file libsamba-hostconfig.so.0
> with link time reference
>
> I used the following to configure and build
> waf configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
> --enable-fhs
> waf -j 4 # with and without
> waf i...