Issue in running the program

419 views
Skip to first unread message

Onkar Mulay

unread,
Oct 9, 2021, 3:18:46 AM10/9/21
to majiq_voila
Hi,

I have installed majiq and after installation, when I run majiq build I get this error:

------------------------------------------------------------------------------------------------

Traceback (most recent call last):
  File "/g/data/zq45/onkar/env_majiq/bin/majiq", line 11, in <module>
    load_entry_point('majiq==2.2', 'console_scripts', 'majiq')()
  File "/g/data/zq45/onkar/env_majiq/lib/python3.8/site-packages/pkg_resources/__init__.py", line 490, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/g/data/zq45/onkar/env_majiq/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2862, in load_entry_point
    return ep.load()
  File "/g/data/zq45/onkar/env_majiq/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2462, in load
    return self.resolve()
  File "/g/data/zq45/onkar/env_majiq/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2468, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/g/data/zq45/onkar/env_majiq/lib/python3.8/site-packages/majiq/run_majiq.py", line 12, in <module>
    from majiq.src.build import build
ImportError: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

Paul Jewell

unread,
Oct 11, 2021, 9:37:33 AM10/11/21
to majiq_voila
It's hard to tell from this alone, but it looks like possibly you've installed majiq on one machine, which had one version of the file libk5crypto.so.3 with the symbol EVP_KDF_ctrl, but then tried running majiq on another machine, or after this shared library had changed somehow, such that it no longer had this symbol. Can you please show the installation steps, and verify you've installed and ran majiq on the same machine?

Thanks.

Onkar Mulay

unread,
Oct 11, 2021, 2:04:11 PM10/11/21
to majiq_voila
Hi sure,

For Installation
python3 -m venv env
source env/bin/activate

Then,
module load htslib/1.12
module load python3/3.8.5

majiq -h
And then I get the error

Paul Jewell

unread,
Oct 15, 2021, 2:21:35 PM10/15/21
to majiq_voila
Hello,

Could you please try to do the two "module load" commands, before installing?
Reply all
Reply to author
Forward
0 new messages