MongoDB installation error
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am trying to install mongodb on my linux 16.4 LTS virtual machine but I am unable to do so.
I am actually trying to clone a tool on my system and I am following their configuration steps link to that tool (https://github.com/macarthur-lab/gnomad_browser) and every time I run brew install mongodb I get the following error. is there anyone who is familiar with this error and know how to fix it?
==> strip /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongodump /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos /home
Last 15 lines from /home/haider/.cache/Homebrew/Logs/mongodb/06.strip:
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongo
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/bsondump
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongostat
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongod
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoperf
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongofiles
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoexport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongotop
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoimport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongorestore
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoreplay
strip:/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass: File format not recognized
READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.
Regards,
Haider
ubuntu software-installation mongodb
 |Â
show 3 more comments
up vote
0
down vote
favorite
I am trying to install mongodb on my linux 16.4 LTS virtual machine but I am unable to do so.
I am actually trying to clone a tool on my system and I am following their configuration steps link to that tool (https://github.com/macarthur-lab/gnomad_browser) and every time I run brew install mongodb I get the following error. is there anyone who is familiar with this error and know how to fix it?
==> strip /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongodump /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos /home
Last 15 lines from /home/haider/.cache/Homebrew/Logs/mongodb/06.strip:
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongo
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/bsondump
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongostat
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongod
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoperf
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongofiles
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoexport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongotop
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoimport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongorestore
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoreplay
strip:/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass: File format not recognized
READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.
Regards,
Haider
ubuntu software-installation mongodb
This looks like an error inlinuxbrew
: it shouldn't be trying to stripinstall_compass
since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to runstrip
. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.
â Stennie
Apr 11 at 20:34
database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
â Syed M. Ijlal Haider
Apr 12 at 11:20
running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
â Syed M. Ijlal Haider
Apr 12 at 11:21
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
â Syed M. Ijlal Haider
Apr 12 at 11:21
compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
â Syed M. Ijlal Haider
Apr 12 at 11:22
 |Â
show 3 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to install mongodb on my linux 16.4 LTS virtual machine but I am unable to do so.
I am actually trying to clone a tool on my system and I am following their configuration steps link to that tool (https://github.com/macarthur-lab/gnomad_browser) and every time I run brew install mongodb I get the following error. is there anyone who is familiar with this error and know how to fix it?
==> strip /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongodump /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos /home
Last 15 lines from /home/haider/.cache/Homebrew/Logs/mongodb/06.strip:
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongo
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/bsondump
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongostat
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongod
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoperf
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongofiles
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoexport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongotop
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoimport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongorestore
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoreplay
strip:/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass: File format not recognized
READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.
Regards,
Haider
ubuntu software-installation mongodb
I am trying to install mongodb on my linux 16.4 LTS virtual machine but I am unable to do so.
I am actually trying to clone a tool on my system and I am following their configuration steps link to that tool (https://github.com/macarthur-lab/gnomad_browser) and every time I run brew install mongodb I get the following error. is there anyone who is familiar with this error and know how to fix it?
==> strip /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongodump /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass /home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos /home
Last 15 lines from /home/haider/.cache/Homebrew/Logs/mongodb/06.strip:
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongos
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongo
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/bsondump
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongostat
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongod
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoperf
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongofiles
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoexport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongotop
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoimport
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongorestore
/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/mongoreplay
strip:/home/linuxbrew/.linuxbrew/Cellar/mongodb/3.6.3/bin/install_compass: File format not recognized
READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.
Regards,
Haider
ubuntu software-installation mongodb
edited Apr 10 at 14:59
Kusalananda
102k13200317
102k13200317
asked Apr 10 at 14:56
Syed M. Ijlal Haider
34
34
This looks like an error inlinuxbrew
: it shouldn't be trying to stripinstall_compass
since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to runstrip
. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.
â Stennie
Apr 11 at 20:34
database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
â Syed M. Ijlal Haider
Apr 12 at 11:20
running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
â Syed M. Ijlal Haider
Apr 12 at 11:21
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
â Syed M. Ijlal Haider
Apr 12 at 11:21
compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
â Syed M. Ijlal Haider
Apr 12 at 11:22
 |Â
show 3 more comments
This looks like an error inlinuxbrew
: it shouldn't be trying to stripinstall_compass
since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to runstrip
. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.
â Stennie
Apr 11 at 20:34
database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
â Syed M. Ijlal Haider
Apr 12 at 11:20
running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
â Syed M. Ijlal Haider
Apr 12 at 11:21
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
â Syed M. Ijlal Haider
Apr 12 at 11:21
compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
â Syed M. Ijlal Haider
Apr 12 at 11:22
This looks like an error in
linuxbrew
: it shouldn't be trying to strip install_compass
since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to run strip
. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.â Stennie
Apr 11 at 20:34
This looks like an error in
linuxbrew
: it shouldn't be trying to strip install_compass
since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to run strip
. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.â Stennie
Apr 11 at 20:34
database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
â Syed M. Ijlal Haider
Apr 12 at 11:20
database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
â Syed M. Ijlal Haider
Apr 12 at 11:20
running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
â Syed M. Ijlal Haider
Apr 12 at 11:21
running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
â Syed M. Ijlal Haider
Apr 12 at 11:21
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
â Syed M. Ijlal Haider
Apr 12 at 11:21
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
â Syed M. Ijlal Haider
Apr 12 at 11:21
compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
â Syed M. Ijlal Haider
Apr 12 at 11:22
compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
â Syed M. Ijlal Haider
Apr 12 at 11:22
 |Â
show 3 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f436796%2fmongodb-installation-error%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
This looks like an error in
linuxbrew
: it shouldn't be trying to stripinstall_compass
since that isn't a binary file. Unless the binaries were built with debug symbols, there generally should be no need to runstrip
. Instead of using Linuxbrew, I recommend installing the supported packages directly from MongoDB: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu.â Stennie
Apr 11 at 20:34
database is running now when I try to make its connectivity to the app Haider@Haider-vbox-linux64:~/project/gnomad_browser$ ps -ef | grep mongo mongodb 5999 1 0 22:51 ? 00:00:05 /usr/bin/mongod --config /etc/mongodb.conf I get the following errors (see below). I am splitting the error because of limited space.
â Syed M. Ijlal Haider
Apr 12 at 11:20
running build_ext building 'pysam.libchtslib' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/pysam creating build/temp.linux-x86_64-2.7/htslib creating build/temp.linux-x86_64-2.7/htslib/cram
â Syed M. Ijlal Haider
Apr 12 at 11:21
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ipysam -I. -Ihtslib -I/usr/include/python2.7 -c pysam/chtslib.c -o build/temp.linux-x86_64-2.7/pysam/chtslib.o -Wno-unused -Wno-strict-prototypes -Wno-sign-compare -Wno-error=declaration-after-statement In file included from pysam/chtslib.c:255:0: htslib/htslib/bgzf.h:34:18: fatal error: zlib.h: No such file or directory
â Syed M. Ijlal Haider
Apr 12 at 11:21
compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-WrTiPT/pysam/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Q_YeaR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-WrTiPT/pysam/
â Syed M. Ijlal Haider
Apr 12 at 11:22