Ur-backup installation failure

Status
Not open for further replies.

ZardoZ

Cadet
Joined
Nov 20, 2018
Messages
2
HI all,

I'm trying to install UrBackup in a fresh Jail, on version FreeNAS-11.1-U6, and I m using the following instructions at: https://www.urbackup.org/freenasserverinstall.html,

Code:
  1. Create a new FreeBSD jail (the default). Map the backup storage into the jail.
  2. Open a shell/console to the new jail
  3. Enter pkg update pkg install urbackup-server sysrc urbackup_server_enable=YES
  4. If you previously ran the server as root user you need to adjust the last line in /usr/local/etc/urbackup/urbackupsrv.conf (e.g. with pkg install nano; nano /usr/local/etc/urbackup/urbackupsrv.conf ) to USER="root"
  5. Restart the jail.


I even rebooted my server.

But I'm unable to connect to the web interface via 192.168.x.xxx:55414

I tried to start the service:
Code:
/usr/local/bin/urbackupsrv run -d -g 104857600 -u root


and I get the following answer:

Code:
Shared object "libdl.so.1" not found, required by "urbackupsrv"  


Any thoughts?

Zardoz
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,456
Shared object "libdl.so.1" not found, required by "urbackupsrv"
FreeBSD 11.1 is EOL, which means that packages may not be compatible with it. One option would be to upgrade to 11.2-RC, though I wouldn't ordinarily encourage that. Building Urbackup from source should also work. Or if you search on libdl.so.1, you'll probably find some other suggestions.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,456

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,175
it does
./configure
make install

that works fine on 11.1-U6
 
Status
Not open for further replies.
Top