Aliaksey, thanks for reply. And can you answer additional questions:
1) I'm trying to make my rpm packet so I whatched in official rpm and found that some files are generated from templates. So can you explain how you generate target files? Just replace patterns with needed words? 2) I found that some files have structure that allows in the future to install rpm to not default places (so you use templates and spec file with prefix) But some files (some scripts) have hardcoded path to /opt/couchbase. Why? And can I install couchbase to another place? 3) What role playes python in Couchbase? Then I build couchbase I have to use some tricks (because by default I have Python 2.7) and to use python 2.6. I had to make symlinks). So will I have problems with Couchbase according to this situation? How can I ay to Couchbase use /usr/bin/python2.6 instead of /bin/python? On Monday, July 14, 2014 9:55:29 PM UTC+4, Aliaksey Kandratsenka wrote: > > > > > On Mon, Jul 14, 2014 at 6:08 AM, Haster <[email protected] <javascript:>> > wrote: > >> Hi folks, >> >> I built couchbase server 2.5.1 using this instruction: >> >> http://www.couchbase.com/wiki/display/couchbase/Build+Couchbase+Server+2.0+On+Centos+5 >> >> But after installing it I found that some tools are absent (memslap , >> vbucketkeygen , vbuckettool) but in RPM they are present. >> How can I get them? Shoud I pass some additional params to couchbase >> building? >> >> And how can I test my building? Are there any test to check correctness >> of my build? >> > > make simple-test inside testrunner/ might and should work. > > regarding tools I recall some tools were moved to some weird places in > some of releases. And some might be just gone. > -- You received this message because you are subscribed to the Google Groups "Couchbase" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
