Displaying 1 result from an estimated 1 matches for "nmmkdxo9qai1hfwcg5sws".
2003 Oct 20
1
[patch] Samba 3.0.1pre1 : unable to link tdbbackup on Solaris 9
Hi to all,
On Solaris 9 (and below I think), Samba 3.0.1pre1's tdbbackup now needs snprintf which is not included in Solaris.
The following patch on master Makefile.in (~samba/source) should ease the compilation of tdbbackup :
diff -u Makefile.in.orig Makefile.in
--- Makefile.in.orig Mon Oct 20 11:06:54 2003
+++ Makefile.in Mon Oct 20 11:07:09 2003
@@ -629,7 +629,7 @@