As far as I know nobody is working on a RPM package.
There is a free build service which one could use to do that: https://build.opensuse.org/ (Can target CentOS and RHEL, as far as I can see).
Hmm, if I change that it won’t work on debian anymore.
I’ve changed the Makefile.am to create the user in this test system I’m building.
I’m now creating an InitScript to use the builtin commands to manage the service.
I’ll Check if I can make an Makefile.am for both Centos and Debian without breaking either of them…
i am trying to install the urbackup server source on a centos 6 server
i have followd your how to but when i do: " ./configure && make && make install " i get the following output
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for g++… no
checking for c++… no
checking for gpp… no
checking for aCC… no
checking for CC… no
checking for cxx… no
checking for cc++… no
checking for cl.exe… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for xlC_r… no
checking for xlC… no
checking whether the C++ compiler works… no
configure: error: in /tmp/urbackup-server-1.2.3.261': configure: error: C++ compiler cannot create executables See config.log’ for more details
any ideas why i cannot get the urbackup-server installed
I’m running centos6.4 and can’t seem to ./configure because the libcurl version is 7.19 and the configure looks for >7.2
How have you gotten past this hurdle. I’ve got epel, remi, remi-test repos enabled.