Hi, PostgreSQL has a tool pg_config that returns the parameters the ./configure script was called with. $ pg_config --libdir /usr/local/lib $ pg_config --includedir /usr/local/include Does Samba have a similar feature and how do I call it? Sorry, but this is impossible to google for. Bertram -- Bertram Scharpf Stuttgart, Deutschland/Germany http://www.bertram-scharpf.de
Bertram Scharpf wrote:> Hi, > > PostgreSQL has a tool pg_config that returns the parameters the > ./configure script was called with. > > $ pg_config --libdir > /usr/local/lib > $ pg_config --includedir > /usr/local/include > > Does Samba have a similar feature and how do I call it? > > Sorry, but this is impossible to google for.Try "smbd -b". -- Mark Whidby Infrastructure Coordinator (Unix) - Physics/Chemistry/EAES/Mathematics Team Information Systems Faculty of Engineering and Physical Sciences
Hi Mark, Am Freitag, 24. Apr 2009, 13:36:18 +0100 schrieb Mark Whidby:> Bertram Scharpf wrote: >> Hi, >> PostgreSQL has a tool pg_config that returns the parameters the >> ./configure script was called with. >> $ pg_config --libdir >> /usr/local/lib >> $ pg_config --includedir >> /usr/local/include >> Does Samba have a similar feature and how do I call it? > > Try "smbd -b".Exactly what I asked for. Thanks very much! Bertram -- Bertram Scharpf Stuttgart, Deutschland/Germany http://www.bertram-scharpf.de
On Fri, 24 Apr 2009, Bertram Scharpf might have said:> Hi, > > PostgreSQL has a tool pg_config that returns the parameters the > ./configure script was called with. > > $ pg_config --libdir > /usr/local/lib > $ pg_config --includedir > /usr/local/include > > Does Samba have a similar feature and how do I call it? > > Sorry, but this is impossible to google for. > > BertramThe only thing I've found so far is 'smbd -b'. Mike