Displaying 3 results from an estimated 3 matches for "showlayout".
Did you mean:
show_layout
2005 Jan 12
0
samba from srpms for fedora core 1 with mysql
...th-smbmount \
--with-pam \
--with-pam_smbpass \
--with-syslog \
--with-utmp \
--with-sambabook=%{_datadir}/swat/using_samba \
--with-swatdir=%{_datadir}/swat \
--with-libsmbclient \
--with-expsam=mysql \
--with-acl-support
make showlayout
make proto
make %{?_smp_mflags} all nsswitch/libnss_wins.so debug2html
------------------------------------------------------------------
this is result of rpmbuild -bb samba.spec
------------------------------------------------------------------
l.so.2(GLIBC_2.1) libgssapi_krb5.so.2 libk5crypto....
2010 Jan 22
0
3.4.5 compile problem on solaris 10
...;
## configure && build
#./autogen.sh
./configure --prefix=/global/spool/$HOSTNAME/samba-3.4.5 \
--with-ads \
--with-ldap \
--with-krb5=/global/spool/krb5-1.7
if [ $? -ne 0 ]; then
echo "configure failed. Exiting...."
exit 1
fi
make showlayout
make
Any hints are very much appreciate, if possible also via e-mail to my
address as I am not currently on the list
THANKS
~christoph
--
/* Christoph Beyer | Office: Building 2b / 23 *\
* DESY | Phone: 040-8998-2317 *
* - IT - |...
2009 Jun 01
0
Compiling 3.4.0pre1 via makerpms.sh
...samba.m4:3: the top level
> Now run ./configure and then make.
> + CC='ccache gcc'
> + CFLAGS='-O2 -g -march=i386 -mcpu=i686 -D_GNU_SOURCE'
> + ./configure
> SAMBA VERSION: 3.4.0pre1
Then ./configure runs (seems OK, skipped showing here)
Then the below:
> + make showlayout
> Samba will be installed into:
> prefix: /usr/local/samba
> bindir: /usr/local/samba/bin
> sbindir: /usr/local/samba/sbin
> libdir: /usr/local/samba/lib
> modulesdir: /usr/local/samba/lib
> vardir: /usr/local/samba/var
> mandir: /usr/local/samba/man
> privatedir: /usr/lo...