You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/09 15:01:54 UTC

[GitHub] [airflow] github-sunildhiddi opened a new issue #17511: ImportError: /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

github-sunildhiddi opened a new issue #17511:
URL: https://github.com/apache/airflow/issues/17511


   <!--
   
   I have configured Airflow 2.0.1 python 3.7.5 , 
   when am trying to login to the server its giving below error:
   
   
   Python version: 3.7.5
   Airflow version: 2.0.1
   Node: .... server name
   -------------------------------------------------------------------------------
   Traceback (most recent call last):
     File "/airflow/etl/pyenv/pysdm/lib/python3.7/site-packages/flask_appbuilder/security/manager.py", line 1123, in auth_user_ldap
       import ldap
     File "/airflow/etl/pyenv/pysdm/lib/python3.7/site-packages/ldap/__init__.py", line 34, in <module>
       import _ldap
   ImportError: /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File "/airflow/etl/pyenv/pysdm/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app
       response = self.full_dispatch_request()
     File "/airflow/etl/pyenv/pysdm/lib/python3.7/site-packages/flask/app.py", line 1952, in full_dispatch_request
       rv = self.handle_user_exception(e)
     File "/airflow/etl/pyenv/pysdm/lib/python3.7/site-packages/flask/app.py", line 1821, in handle_user_exception
       reraise(exc_type, exc_value, tb)
     File "/airflow/etl/pyenv/pysdm/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
       raise value
     File "/airflow/etl/pyenv/pysdm/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
       rv = self.dispatch_request()
     File "/airflow/etl/pyenv/pysdm/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
       return self.view_functions[rule.endpoint](**req.view_args)
     File "/airflow/etl/pyenv/pysdm/lib/python3.7/site-packages/flask_appbuilder/security/views.py", line 515, in login
       form.username.data, form.password.data
     File "/airflow/etl/pyenv/pysdm/lib/python3.7/site-packages/flask_appbuilder/security/manager.py", line 1125, in auth_user_ldap
       raise Exception("No ldap library for python.")
   Exception: No ldap library for python.
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   <!--
   
   IMPORTANT!!!
   
   PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE
   NEXT TO "SUBMIT NEW ISSUE" BUTTON!!!
   
   PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!!
   
   Please complete the next sections or the issue will be closed.
   These questions are the first thing we need to know to understand the context.
   
   -->
   
   **Apache Airflow version**:
   
   **Apache Airflow Provider versions** (please include all providers that are relevant to your bug):
   
   <!--
   
   You can get a complete list of your provider versions with `pip freeze | grep apache-airflow-providers`.
   
   -->
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   
   **Environment**:
   
   - **Cloud provider or hardware configuration**:
   - **OS** (e.g. from /etc/os-release):
   - **Kernel** (e.g. `uname -a`):
   - **Install tools**:
   - **Others**:
   
   **What happened**:
   
   <!-- (please include exact error messages if you can) -->
   
   **What you expected to happen**:
   
   <!-- What do you think went wrong? -->
   
   **How to reproduce it**:
   <!---
   
   As minimally and precisely as possible. Keep in mind we do not have access to your cluster or dags.
   
   If you are using kubernetes, please attempt to recreate the issue using minikube or kind.
   
   ## Install minikube/kind
   
   - Minikube https://minikube.sigs.k8s.io/docs/start/
   - Kind https://kind.sigs.k8s.io/docs/user/quick-start/
   
   If this is a UI bug, please provide a screenshot of the bug or a link to a youtube video of the bug in action
   
   You can include images using the .md style of
   ![alt text](http://url/to/img.png)
   
   To record a screencast, mac users can use QuickTime and then create an unlisted youtube video with the resulting .mov file.
   
   --->
   
   
   **Anything else we need to know**:
   
   <!--
   
   How often does this problem occur? Once? Every time etc?
   
   Any relevant logs to include? Put them here in side a detail tag:
   <details><summary>x.log</summary> lots of stuff </details>
   
   -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #17511: ImportError: /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #17511:
URL: https://github.com/apache/airflow/issues/17511#issuecomment-895298724


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #17511: ImportError: /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #17511:
URL: https://github.com/apache/airflow/issues/17511


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #17511: ImportError: /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #17511:
URL: https://github.com/apache/airflow/issues/17511#issuecomment-895316413


   Without providing aby details and explaining how you got the problem into we are nor able to help
    Just filmów the template and fill-in all data there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk edited a comment on issue #17511: ImportError: /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on issue #17511:
URL: https://github.com/apache/airflow/issues/17511#issuecomment-895316413


   Without providing any details and explaining how you got the problem into we are nor able to help
    Just filmów the template and fill-in all data there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org