Hi Guruz, sorry for the bad English and the stupid question... I configure samba-3.0 with such options ./configure --prefix=/usr/local/samba --with-expsam=xml,mysql --with-pam --with-pam_smbpass after install i try ./pdbedit -L and i get the following error No builtin nor plugin backend for mysqlsam found Loading mysqlsam failed! my config file ...... passdb backend = mysqlsam ;passdb backend = plugin:/usr/local/samba/lib/pdb_mysql.so:mysql ;passdb backend = mysql:mysql mysql:mysql host = localhost mysql:mysql user = root mysql:mysql password = alexander mysql:mysql database = samba ........ i try many variants .... but get the same error No builtin nor plugin backend for mysqlsam found Loading mysqlsam failed! Any idea ???? please help!!!!! Openkin Alexandr.
On Thu, 2003-10-09 at 12:14, open wrote:> Hi Guruz, sorry for the bad English and the stupid question... > I configure samba-3.0 with such options > ./configure --prefix=/usr/local/samba --with-expsam=xml,mysql --with-pam --with-pam_smbpass > > after install > i try ./pdbedit -L and i get the following error > > No builtin nor plugin backend for mysqlsam found > Loading mysqlsam failed! > > my config file > ...... > passdb backend = mysqlsam > ;passdb backend = plugin:/usr/local/samba/lib/pdb_mysql.so:mysql > > ;passdb backend = mysql:mysql > mysql:mysql host = localhost > mysql:mysql user = root > mysql:mysql password = alexander > mysql:mysql database = samba > ........ > > i try many variants .... but get the same error > > No builtin nor plugin backend for mysqlsam found > Loading mysqlsam failed!Did configure detect the mysql library and headers? That's most likely the problem you're experiencing.f Jelmer -- Jelmer Vernooij - http://jelmer.vernstok.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/samba/attachments/20031009/69346650/attachment.bin
Am Don, 2003-10-09 um 12.14 schrieb open:> Hi Guruz, sorry for the bad English and the stupid question... > I configure samba-3.0 with such options > ./configure --prefix=/usr/local/samba --with-expsam=xml,mysql --with-pam --with-pam_smbpass > > after install > i try ./pdbedit -L and i get the following error > > No builtin nor plugin backend for mysqlsam found > Loading mysqlsam failed! > > my config file > ...... > passdb backend = mysqlsam > ;passdb backend = plugin:/usr/local/samba/lib/pdb_mysql.so:mysql > > ;passdb backend = mysql:mysqlAs i see you should use this entry instead of passdb backend = mysqlsam> mysql:mysql host = localhost > mysql:mysql user = root > mysql:mysql password = alexander > mysql:mysql database = samba > ........ > > i try many variants .... but get the same error > > No builtin nor plugin backend for mysqlsam found > Loading mysqlsam failed! > > Any idea ???? > please help!!!!! > > Openkin Alexandr.
Am Don, 2003-10-09 um 12.46 schrieb open:> Hello Marco, > > Thursday, October 9, 2003, 2:27:51 PM, you wrote: > > MR> Am Don, 2003-10-09 um 12.14 schrieb open: > >> Hi Guruz, sorry for the bad English and the stupid question... > >> I configure samba-3.0 with such options > >> ./configure --prefix=/usr/local/samba --with-expsam=xml,mysql --with-pam --with-pam_smbpass > >> > >> after install > >> i try ./pdbedit -L and i get the following error > >> > >> No builtin nor plugin backend for mysqlsam found > >> Loading mysqlsam failed! > >> > >> my config file > >> ...... > >> passdb backend = mysqlsam > >> ;passdb backend = plugin:/usr/local/samba/lib/pdb_mysql.so:mysql > >> > >> ;passdb backend = mysql:mysql > MR> As i see you should use this entry instead of passdb backend = mysqlsam > > i try it but result was the same.... > that funny, but the documentation and exemple say that > passdb backend = plugin:/usr/local/samba/lib/pdb_mysql.so:mysql > but no result - the same error. >Did you also try: passdb backend = mysql:sql ?> > > >> mysql:mysql host = localhost > >> mysql:mysql user = root > >> mysql:mysql password = alexander > >> mysql:mysql database = samba > >> ........ > >> > >> i try many variants .... but get the same error > >> > >> No builtin nor plugin backend for mysqlsam found > >> Loading mysqlsam failed! > >> > >> Any idea ???? > >> please help!!!!! > >> > >> Openkin Alexandr. > > >