Move the local libssl away the same way we do for libcrypto. The standard libssl0.9.8 Debian package should work fine. (Closes: 528029, 537837)
Signed-off-by: Tormod Volden <[email protected]> --- make-googleearth-package | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/make-googleearth-package b/make-googleearth-package index 34fc5e5..0629b2d 100755 --- a/make-googleearth-package +++ b/make-googleearth-package @@ -379,6 +379,7 @@ function build_package() { # Workaround symbol problem in libcrypto mv libcrypto.so.0.9.8 libcrypto.so.0.9.8.moved.for.workaround + mv libssl.so.0.9.8 libssl.so.0.9.8.moved.for.workaround # debian menu entry cd "$instdir" -- 1.6.3.3 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

