Displaying 5 results from an estimated 5 matches for "compiled_samba_installation".
2016 Jul 28
2
Applying patches on bug fixes
...gt;
> * Apply the patch to the sources:
> # patch -p 1 < /tmp/BZ11520.patch
>
> * And the rest as usual:
> # ./configure && make && make install
I've added the steps to the Wiki:
https://wiki.samba.org/index.php/Build_Samba_from_source#Upgrading_a_Self-compiled_Samba_Installation
Regards,
Marc
2020 Apr 16
4
Samba-tool error after update to 4.12.0
On Thu, 2020-04-16 at 07:34 +0100, Rowland penny wrote:
> On 15/04/2020 21:29, Andrew Bartlett via samba wrote:
> > That is correct. Most of the time this isn't an issue because the
> > new
> > ldb modules, linking to the new symbol versions, overwrite the old
> > files on 'make install'.
> >
> > However we chose to remove some obsolete ldb
2016 Jul 28
3
Applying patches on bug fixes
Hello,
Could someone assist with the proper way to apply patches relating
to bug fixes? I'm specifically referencing this bug. Thanks.
https://bugzilla.samba.org/show_bug.cgi?id=11520
--
-James
2020 Apr 16
0
Samba-tool error after update to 4.12.0
...update to 4.12.0
>
> In that case I'd update the wiki and make that clear, since
> it misled me
> to believe that it could all be done "in-place" when
> compiling yourself :)
>
> https://wiki.samba.org/index.php/Build_Samba_from_Source#Upgra
> ding_a_Self-compiled_Samba_Installation
>
> On 16/04/2020 08:12, Andrew Bartlett via samba wrote:
> > On Thu, 2020-04-16 at 07:34 +0100, Rowland penny wrote:
> >> On 15/04/2020 21:29, Andrew Bartlett via samba wrote:
> >>> That is correct. Most of the time this isn't an issue because the
> >&g...
2016 Aug 22
2
Applying patches on bug fixes
...h -p 1 < /tmp/BZ11520.patch
>>>
>>> * And the rest as usual:
>>> # ./configure && make && make install
>>
>>
>> I've added the steps to the Wiki:
>> https://wiki.samba.org/index.php/Build_Samba_from_source#Upgrading_a_Self-compiled_Samba_Installation
>
> Ups, wrong link. :-)
>
> https://wiki.samba.org/index.php/Build_Samba_from_source#Applying_a_Patch
Marc,
I have additional questions on patches if you don't mind. Once a
patch has been applied, is it necessary to reapply a patch when updating
Samba? How does one confirm...