Changes between Version 2 and Version 3 of Ticket #38834, comment 12


Ignore:
Timestamp:
Jan 6, 2014, 1:34:23 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38834, comment 12

    v2 v3  
    11Thanks! [[BR]]
    2 But all the time I get the message: ''Error: Linking conflicts may occur.  Please deactivate kerberos5 while building samba4.''
     2But all the time I get the message: `Error: Linking conflicts may occur.  Please deactivate kerberos5 while building samba4.`
    33
    44----
     
    66'''-- Solution!! --'''[[BR]]
    77
    8 Deactivate Kerberos5 in MacPort. To do that open the terminal and run this command.[[BR]]
     8Deactivate Kerberos5 in MacPort. To do that open the terminal and run this command.
    99
    10 ''sudo port -f -d deactivate kerberos5''
     10{{{
     11sudo port -f -d deactivate kerberos5
     12}}}
    1113
    12 Then clean up samba4 corrupted installation files, resync the MacPort database and install samba4 again use:[[BR]]
     14Then clean up samba4 corrupted installation files, resync the MacPort database and install samba4 again use:
    1315
    14 ''sudo port clean --all samba4''[[BR]]
    15 ''sudo port -d sync''[[BR]]
    16 ''sudo port install -sv samba4''[[BR]]
     16{{{
     17sudo port clean --all samba4
     18sudo port -d sync
     19sudo port install -sv samba4
     20}}}