Re: [Dar-support] Problems building dar_static
For full, incremental, compressed and encrypted backups or archives
Brought to you by:
edrusb
|
From: Denis C. <dar...@fr...> - 2019-07-18 10:00:24
|
On 09/07/2019 14:51, Ivan Savcic wrote: > Hello, Hello, > > I'm having difficulty building static DAR with "everything included", > as, for example, libcurl fails to be statically linked. > > Can anyone recommend a distro and what packages to include to be able > to statically build DAR? I've wasted hours trying to build dar_static > on Ubuntu (bionic and later), CentOS and Arch, satisfying dependencies > and bumping into same or similar errors. none of the Debian based distro (Ubuntu, Devuan, ...) nor Debian itself seem to provide static version of libcurl. You thus need to compile it by yourself and install it (making or not a package of it) in order to be able to compile dar_static with full options. As an alternative you can also fetch the dar_static binaries I provide on ftp://ftp.dm3c.org/ they should work for any Linux system with x86-64 CPU. If you need it for another system or CPU tell me, I will look forward to provide it too if possible. > > Thanks > Regards, Denis |