Source: transgui Version: 5.0.1-2 Severity: serious Control: block 797926 by -1
Hi, Your package seems to have a dependency on libssl1.0.0. It has just been renamed to libssl1.0.2. After a rebuild you still depend on libss1.0.0. It seems the library is loaded using: LoadLibrary(PChar('libssl.so.' + OpenSSLVersions[i])); So you might need to fix both that and the dependency. Kurt