On Thu, Aug 23, 2012 at 05:49:13AM +0000, Marcin Cieslak wrote: > On Wed, 22 Aug 2012, Jon Trulson wrote: > > > The current src tarball up on SF is... well, way out of date compared > > to where git master is now. > > > > I'd like to get some fixes into master and make a new one in around 2 > > weeks. Does that seem reasonable? > > > > Specifically, I'd like: > > > > 1) *BSD fixes (still in marcin's tree, maybe Pascal's as well) > > I need to fix those two things at _minimum_: > > - remove depenedency on /bin/ksh (more $(KORNSHELL) everywhere)
+1 > - fix shared library scheme - now apps link to > > libtt.so => /usr/dt/lib/libtt.so (0x800fbe000) > libDtSvc.so => /usr/dt/lib/libDtSvc.so (0x800d57000) > > instead of the libtt.so.2, libDtSvc.so.2 (as I think it should be) Are you sure that's a good idea? Having the major version of the library in the linked library name allows for API breakage and concurrent library version installations. Modern ELF systems do this for a reason. The .so library symlinks are really just a convenience for developers. -- David Cantrell <dcantr...@redhat.com> Supervisor, Installer Engineering Team Red Hat, Inc. | Westford, MA | EST5EDT ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel