View Single Post
Posts: 330 | Thanked: 860 times | Joined on May 2011
#32
Originally Posted by Halftux View Post
The files get copied to a temp directory. But now the new openssl and the old libssl get copied.

Code:
cp /usr/lib/libssl.so.0.9.8 /tmp/disk/usr/lib/
/usr/share/backupmenu/extrafiles.tar.gz has a filelist.txt inside, which list copied files and mounted folders. In principle you need to remove the old libssl library and add the new one.
Working.
Added
Code:
cp /usr/lib/libssl.so.1.1 /tmp/disk/usr/lib/
cp /usr/lib/libcrypto.so.1.1 /tmp/disk/usr/lib/
Backupmenu now manages passwords correctly.
 

The Following 5 Users Say Thank You to ric9K For This Useful Post: