On Mon, 2012-12-24 at 21:41 -0800, Chris Travers wrote: > > > > On Mon, Dec 24, 2012 at 9:36 PM, ario <[email protected]> > wrote: > Ok, as I'm intending to use VMs for lsmb and to freshly make > new ones > for every upgrade, I won't need LTS OSs like Ubuntu or CentOS. > So I better decide to go with Fedora for now. > > > FWIW I think a simple rpmbuild --rebuild on the .src.rpm is sufficient > for CENTOS.
Yes, that worked. CentOS has the 'old' PostgreSQL 8.4 in its repository. Convenient nstructions to get v. 9.2 are here: http://www.if-not-true-then-false.com/2012/install-postgresql-on-fedora-centos-red-hat-rhel/ CentOS basic install through the netinstall.iso doesn't include the rpmbuild package, which--contrary to what one might think--cannot be installed using $ sudo yum install rpmbuild but needs some time to find out that the package's name is 'rpm-build'. </ramble> > There isn't anything really distro-specific so the issues are all > RPM version issues. Plus the fact that without enabling the so called EPEL repository, not all the perl modules can be 'yum install'-ed. See: http://www.thegeekstuff.com/2012/06/enable-epel-repository/ $ sudo yum localinstall ~/rpmbuild/RPMS/noarch/ledgersmb-1.4.0-1.noarch.rpm completed successfully and I found the ledgersmb dir in /usr/share. Configuration will follow later. So, where can I dump the rebuilt noarch.rpm for CentOS 6.3? ario > Best Wishes, > Chris Travers > > > thanks > > > > On Sat, 2012-12-22 at 14:54 -0800, Chris Travers wrote: > > The RPMs are built on Fedora, of a more recent version. I > do not > > believe the noarch rpms are compatible. We are looking at > setting up > > OBS builds for CentOS. > > > > What you can do is download the .src.rpm and rebuild it. If > you have > > CentOS of one version or another, and would be interested in > > rebuilding packages for us, that might get us compatible > packages > > faster. > > > > Best Wishes, > > Chris Travers > > > > > > On Sat, Dec 22, 2012 at 11:57 AM, ario > <[email protected]> > > wrote: > > Ok, how can I install it on, let's say, CentOS (VM)? > > I tried to go (torified) to > http://ledgersmb.org/faq/14 but > > got an > > 'access denied'. > > > > ario > > > > > > > > > > ------------------------------------------------------------------------------ > > LogMeIn Rescue: Anywhere, Anytime Remote support for > IT. Free > > Trial > > Remotely access PCs and mobile devices and provide > instant > > support > > Improve your efficiency, and focus on delivering > more > > value-add services > > Discover what IT Professionals Know. Rescue delivers > > http://p.sf.net/sfu/logmein_12329d2d > > _______________________________________________ > > Ledger-smb-devel mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > > > > > > > > ------------------------------------------------------------------------------ > > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. > Free Trial > > Remotely access PCs and mobile devices and provide instant > support > > Improve your efficiency, and focus on delivering more > value-add services > > Discover what IT Professionals Know. Rescue delivers > > http://p.sf.net/sfu/logmein_12329d2d > > _______________________________________________ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > > > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free > Trial > Remotely access PCs and mobile devices and provide instant > support > Improve your efficiency, and focus on delivering more > value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
