(Edit:Actually, that subject line should say samba-latest.tar.bz2)
Ok, I recently installed SuSE 8.2 Professional.
I did this:
linux:/etc # rpm -q samba
samba-2.2.7a-58
linux:/etc # rpm -e samba
error: removing these packages would break dependencies:
samba = 2.2.7a is needed by samba-vscan-0.3.2a-20
linux:/etc # rpm -e samba-vscan
linux:/etc # rpm -e samba
(note: i just happened to be in /etc. That has no bearing on the issue here.)
Then I:
linux:/etc # cd /home/bss1/download
linux:/home/bss1/download # tar xjvf samba-latest.tar.bz2
linux:/home/bss1/download # cd samba-3.0.0/source
linux:/home/bss1/download/samba-3.0.0/source # ./configure
linux:/home/bss1/download/samba-3.0.0/source # make
(Note: output omitted)
linux:/home/bss1/download/samba-3.0.0/source # make install
Using FLAGS = -g -O2 -Iinclude -I/home/bss1/download/samba-3.0.0/source/include -I/home/bss1/download/samba-3.0.0/source/ubiqx -I/home/bss1/download/samba-3.0.0/source/smbwrapper -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/home/bss1/download/samba-3.0.0/source
LIBS = -lcrypt -lresolv -lnsl -ldl
LDSHFLAGS = -shared
LDFLAGS =
Installing bin/smbd as /usr/local/samba/sbin/smbd
Installing bin/nmbd as /usr/local/samba/sbin/nmbd
Installing bin/swat as /usr/local/samba/sbin/swat
Installing bin/winbindd as /usr/local/samba/sbin/winbindd
======================================================================
The binaries are installed. You may restore the old binaries (if there
were any) using the command "make revert". You may uninstall the binaries
using the command "make uninstallbin" or "make uninstall" to uninstall
binaries, man pages and shell scripts.
======================================================================
Installing bin/smbclient as /usr/local/samba/bin/smbclient
Installing bin/net as /usr/local/samba/bin/net
Installing bin/smbspool as /usr/local/samba/bin/smbspool
Installing bin/testparm as /usr/local/samba/bin/testparm
Installing bin/testprns as /usr/local/samba/bin/testprns
Installing bin/smbstatus as /usr/local/samba/bin/smbstatus
Installing bin/smbcontrol as /usr/local/samba/bin/smbcontrol
Installing bin/smbtree as /usr/local/samba/bin/smbtree
Installing bin/tdbbackup as /usr/local/samba/bin/tdbbackup
Installing bin/nmblookup as /usr/local/samba/bin/nmblookup
Installing bin/pdbedit as /usr/local/samba/bin/pdbedit
Installing bin/smbpasswd as /usr/local/samba/bin/smbpasswd
etc...
(Note: remaining output omitted)
NOW... I saw in another thread where someone said samba was simple with SuSE, just go into YaST and select samba.
Well,
before I did 'rpm -e samba', there was no samba selection anywhere in YaST2 that I could find.
-- And now that I've installed samba-3.0, how can I get access to it into YaST2?
-- How do I start smbd and nmbd? rcsmb and rcnmb are commands that are not found, even as 'su -'.
-- The command '/usr/local/samba/sbin/nmbd start && /usr/local/samba/sbin/smbd start' seemed to work (no errors) but I'm seeing NO indication that either is a process now.
Still searching
.
Thanks...