> Seems that the 3.0.2a installation put most of the files in different > directories from the original 2.2.8a (which came bundled with this > slackware 8).
This can be changed with --prefix statements in your ./configure step, if you want something other than /usr/local. Alternatively, you can look for a Samba 3.0.2a Slackware package to upgrade to, which should have all the ./configure stuff already set up similarly to how it was in 2.2.8a. > The rc.samba file would not start nmbd or smbd and I couldn't manually > start > them from anywhere except when I went right into the /usr/local/samba/sbin > directory ! Did it install new startup scripts under the /usr/local/ tree? > When I did start them I was still being told I was running > Samba 2.2.8a. This is after updating the rc.samba file to point to the new samba3 binaries? > Thanks also for reminding be where swat was called from :-) Doesn't seem > to > be a "chkconfig" here. Chkconfig is more or less a tool to create the symlinks from rc5.d (or whichever runlevel) to the appropriate rc.d scripts. You could do much of the same things yourself with ln -s, but if those scripts don't start up the correct samba version anyway, it won't help you. > As it was causing me problems and I'm new to Linux/Samba I've just > reverted > back to 2.2.8a. All seems to be running Ok, just wish there was some way > of > now removing everything that the 3.0.2a installation has left behind - > just > to keep things tidy :-) If you'd rather just stick with 2.2.8a you can "make uninstall" from the same directory you did the make install for Samba 3 to tidy up. ~ Daniel ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
