I have been using Ubuntu 12.04 for awhile and built samba from source. I have two servers, both on 12.04. Samba bulid 4.1.11. I would like to upgrade the servers to 14.04 and start using the actual pacakges from ubuntu. How do I get from compiled binarys to using the ubuntu pacakge? Thanks for any help. Jason
Am 29.06.2015 um 15:06 schrieb Jason Waters:> I have been using Ubuntu 12.04 for awhile and built samba from source. I > have two servers, both on 12.04. Samba bulid 4.1.11. I would like to > upgrade the servers to 14.04 and start using the actual pacakges from > ubuntu. How do I get from compiled binarys to using the ubuntu pacakge? > Thanks for any helpby delete all files spewed with "make install" into the system and install the packages, you should have used a build-prefix to isolate it from the rest of the OS or just built your own package maybe "make uninstall" works, in doubt compile and do "make install" again to have all the files needed for "make uninstall" -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: <http://lists.samba.org/pipermail/samba/attachments/20150629/df2aa603/attachment.pgp>
I understand about using the newer binaries, but what I really want to "save" is the active directory. Sorry I should have been clear. I do not want to have to rejoin/recreate everything. Thanks. Jason On Mon, Jun 29, 2015 at 10:23 AM, Reindl Harald <h.reindl at thelounge.net> wrote:> > Am 29.06.2015 um 15:06 schrieb Jason Waters: > >> I have been using Ubuntu 12.04 for awhile and built samba from source. I >> have two servers, both on 12.04. Samba bulid 4.1.11. I would like to >> upgrade the servers to 14.04 and start using the actual pacakges from >> ubuntu. How do I get from compiled binarys to using the ubuntu pacakge? >> Thanks for any help >> > > by delete all files spewed with "make install" into the system and install > the packages, you should have used a build-prefix to isolate it from the > rest of the OS or just built your own package > > maybe "make uninstall" works, in doubt compile and do "make install" again > to have all the files needed for "make uninstall" > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >