solgenomics / breedbase_dockerfile

The Dockerfiles for breeDBase
MIT License
8 stars 8 forks source link

Encode.c: loadable library and perl binaries are mismatched #13

Closed Boer223 closed 2 years ago

Boer223 commented 4 years ago

After I install all the needed tools according to the Dockerfile at my Ubuntu 18.04, I ran the /entrypoint.sh to start the sgn server. But I got the error with the perl module:

 * Starting Postfix Mail Transport Agent postfix                                                                                                                          [ OK ]
 * Starting MUNGE munged                                                                                                                                                  [ OK ]
 * Starting slurm central management daemon slurmctld                                                                                                                     [ OK ]
 * Starting slurm compute node daemon slurmd                                                                                                                              [ OK ]
 * Starting PostgreSQL 10 database server                                                                                                                                 [ OK ]
/entrypoint.sh: 9: [: unexpected operator
 * Starting web application sgn
   ...fail!
Attempting to create directory /home/production/cxgn/local-lib
Encode.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080)
Encode.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080)
Encode.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080)
Encode.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080)

If you could help, please. Thank you!