Hello, I use cvs to download samba with pserver.samba.org i get the 2.0.4b version ! where can i get the last stable release (2.0.7) and alpha versions with cvs and anonymous ? Thanks Guy Roussin
Guy Roussin wrote:> > Hello, > > I use cvs to download samba > with pserver.samba.org > i get the 2.0.4b version ! > > where can i get the last stable release (2.0.7) > and alpha versions with cvs and anonymous ?See http://samba.org/samba/cvs.html for instrucitions http://samba.org/samba/development.html has a list of CVS tags and description ofthe branches. Cheers, jerry -- ---------------------------------------------------------------------- /\ Gerald (Jerry) Carter Professional Services \/ http://www.valinux.com/ VA Linux Systems gcarter@valinux.com http://www.samba.org/ SAMBA Team jerry@samba.org http://www.plainjoe.org/ jerry@plainjoe.org "...a hundred billion castaways looking for a home." - Sting "Message in a Bottle" ( 1979 )
Gerald, Many thanks for the answer. I think i download the developper version but the whatsnews.txt in the cvs is an old version (2.0.4b) Guy Roussin Gerald Carter wrote:> > Guy Roussin wrote: > > > > Hello, > > > > I use cvs to download samba > > with pserver.samba.org > > i get the 2.0.4b version ! > > > > where can i get the last stable release (2.0.7) > > and alpha versions with cvs and anonymous ? > > See http://samba.org/samba/cvs.html for instrucitions > http://samba.org/samba/development.html has a list of CVS > tags and description ofthe branches. > > Cheers, jerry > -- > ---------------------------------------------------------------------- > /\ Gerald (Jerry) Carter Professional Services > \/ http://www.valinux.com/ VA Linux Systems gcarter@valinux.com > http://www.samba.org/ SAMBA Team jerry@samba.org > http://www.plainjoe.org/ jerry@plainjoe.org > > "...a hundred billion castaways looking for a home." > - Sting "Message in a Bottle" ( 1979 )
Guy Roussin wrote:> > Gerald, > > Many thanks for the answer. > I think i download the developper version > but the whatsnews.txt in the cvs > is an old version (2.0.4b)Check source/include/version.h Cheers, jerry -- ---------------------------------------------------------------------- /\ Gerald (Jerry) Carter Professional Services \/ http://www.valinux.com/ VA Linux Systems gcarter@valinux.com http://www.samba.org/ SAMBA Team jerry@samba.org http://www.plainjoe.org/ jerry@plainjoe.org "...a hundred billion castaways looking for a home." - Sting "Message in a Bottle" ( 1979 )
Hi I am trying to install from cvs and am receiving the following error messages Using LIBS = -ldl -lnsl -lcrypt Linking bin/smbpasswd passdb/pampass.o: In function `smb_pam_error_handler': passdb/pampass.o(.text+0x3b): undefined reference to `pam_strerror' passdb/pampass.o: In function `smb_pam_end': passdb/pampass.o(.text+0xca1): undefined reference to `pam_end' passdb/pampass.o: In function `smb_pam_start': passdb/pampass.o(.text+0xd9e): undefined reference to `pam_start' passdb/pampass.o(.text+0xe26): undefined reference to `pam_set_item' passdb/pampass.o(.text+0xe94): undefined reference to `pam_set_item' passdb/pampass.o: In function `smb_pam_auth': passdb/pampass.o(.text+0xf77): undefined reference to `pam_authenticate' passdb/pampass.o: In function `smb_pam_account': passdb/pampass.o(.text+0x121a): undefined reference to `pam_acct_mgmt' passdb/pampass.o: In function `smb_pam_setcred': passdb/pampass.o(.text+0x148a): undefined reference to `pam_setcred' passdb/pampass.o: In function `smb_internal_pam_session': passdb/pampass.o(.text+0x16aa): undefined reference to `pam_set_item' passdb/pampass.o(.text+0x16d4): undefined reference to `pam_open_session' passdb/pampass.o(.text+0x16eb): undefined reference to `pam_setcred' passdb/pampass.o(.text+0x16f8): undefined reference to `pam_close_session' passdb/pampass.o: In function `smb_pam_chauthtok': passdb/pampass.o(.text+0x1780): undefined reference to `pam_chauthtok' collect2: ld returned 1 exit status make: *** [bin/smbpasswd] Error 1 Any suggestions Appreciated David Mulcahy