On Sunday 31 August 2008 02:24:43 am Nicholas Brealey wrote: > Gary Greene wrote: > >> /opt/samba/bin, /opt/samba/lib and RPATH=$ORIGIN/../lib would be OK. > >> > >> /usr/local/bin, /usr/local/lib and RPATH=$ORIGIN/../lib would bad. > >> > >> /usr/bin, /usr/lib and RPATH=$ORIGIN/../lib would be very bad. > >> > >> Nick > > > > This is not true. The reason most distributions cannot use RPATH is that > > when packaging, you build a package into a temp root for the packaging > > software to turn into a package. In this case, you'd get unusable RPATHs > > since it'd be sometime like <PATH TO BUILDROOT>/usr/lib, etc. > > I don't think this is a valid reason. > > If you follow the GNU/GNU Make/autoconf guidelines you should be able to > do: > > configure --prefix=/usr/local > gmake > gmake DESTDIR=/tmp/package install > > Then package the files in /tmp/package. > > The Samba Makefile uses DESTDIR. > > Regards > > Nick
Try it sometime. I'm fairly certain that the rpaths won't be what you're expecting. -- Gary L. Greene, Jr. Sent from: peorth 00:13:39 up 14 min, 3 users, load average: 0.42, 0.88, 0.51 ========================================================================== Developer and Project Lead for the AltimatOS open source project Volunteer Developer for the KDE open source project See http://www.altimatos.com/ and http://www.kde.org/ for more information ========================================================================== Please avoid sending me Word or PowerPoint attachments.
signature.asc
Description: This is a digitally signed message part.
-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
