Undefined reference to WPACKET appearing as error during BLAT installation
1
0
Entering edit mode
20 months ago

Hello, I am trying to store the executable fixCr program in my variable x86_64 MACHTYPE directory. whenever I place the command make after going to the directory /Downloads/kent/src/utils/fixCr, this error message pops up

/home/linuxbrew/.linuxbrew/bin/ld: (.text+0x484): undefined reference to `WPACKET_close'
/home/linuxbrew/.linuxbrew/bin/ld: (.text+0x494): undefined reference to `WPACKET_close'
/home/linuxbrew/.linuxbrew/bin/ld: (.text+0x4a9): undefined reference to `WPACKET_get_total_written'
/home/linuxbrew/.linuxbrew/bin/ld: (.text+0x4b9): undefined reference to `WPACKET_finish'
/home/linuxbrew/.linuxbrew/bin/ld: (.text+0x892): undefined reference to `WPACKET_cleanup'
collect2: error: ld returned 1 exit status
make: *** [../../inc/userApp.mk:31: /home/sabreena/bin/x86_64/fixCr] Error 1

What should I do to overcome this error?

WPACKET BLAT • 862 views
ADD COMMENT
0
Entering edit mode

Please try to install via Bioconda.

ADD REPLY
0
Entering edit mode
17 months ago

I managed to overcome the "WPACKET" ld issue by installing a virtual machine with Ubuntu server 18.04 (here : https://releases.ubuntu.com/bionic/) and building the soft in it ; I think what is needed is an older version of openssl.

ADD COMMENT

Login before adding your answer.

Traffic: 3443 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6