Spectre Samba Mounter ReadMe Copyright © 2003-2004, Douglas Thrift. All Rights Reserved. $Id$ OSI Certified Open Source Software Spectre Samba Mounter Version 1.0 The Spectre Samba Mounter is a Samba automounter for FreeBSD and/or Linux. It is written in C++. For more information see http://computers.douglasthrift.net/spectre.xml . System Requirements To build and run Spectre you need: · Samba 2.2 or higher (available at http://www.samba.org/) · GCC 3.1 or higher with C++ · Perl 5 or higher · PStreams latest CVS (available at http://pstreams.sf.net/) You should also make sure mount_smbfs or smbmount work on your system. Installation First you need to configure Spectre's build settings: $ ./configure.pl Then, you need to build it (of course, you need to type in the correct values of CXX and CPPFLAGS for your system): $ gmake CXX=g++31 CPPFLAGS=-I~/pstreams CXXFLAGS=-O2 If the build is successful then you can install Spectre (as root): # gmake install Then you will need to configure Spectre by editing it's conf file: # cd /usr/local/spectre/conf # cp spectre.conf.sample spectre.conf # vim spectre.conf The conf file is pretty much self-explanatory.