Skip to content

Commit

Permalink
gdal: Rebuild owed to broken depencies on openssl
Browse files Browse the repository at this point in the history
Symptom: Packages that build against libgdal fail compilation
tests.

Example (taken from autoconf test):

echo -e \
"#include <gdal.h>\nextern \"C\" {int main(){GDALAllRegister();}}" | \
  g++ -x c++ - -o junk -std=gnu++11 \
  $(echo `gdal-config --cflags` `gdal-config --libs` \
  `gdal-config --dep-libs`)

Giving undefined references to:

  'CRYPTO_get_id_callback' and
  'EVP_MD_CTX_create'

Found/referenced in:

  ./boost/asio/ssl/detail/impl/openssl_init.ipp
  ./openssl/crypto.h

and

  ./openssl/cms.h
    5 more
  ./openssl/x509.h

So, time to rebuild boost too?
  • Loading branch information
thomas committed Jun 21, 2019
1 parent b910c52 commit 20fcbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdal.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gdal-2.3.1-0
# BEE_VERSION gdal-2.3.3-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down

0 comments on commit 20fcbfe

Please sign in to comment.