2

I'm trying to get WSO2 DSS installed on a 64-bit server and am getting the following error:

/opt/wso2dss/bin/daemon.sh: /opt/wso2dss/./bin/native/wrapper-linux-x86-32: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Any ideas?

4

2 回答 2

2

I ended up changing:

$DSS_HOME/bin/native/wrapper-linux-x86-32 

to:

$DSS_HOME/bin/native/wrapper-linux-x86-32.bak

Then I was able to start it up using the daemon as normal. It looks like it was defaulting to the wrapper-linux-x86-32 for some reason even though I'm on x64.

于 2012-04-25T00:10:25.017 回答
0

What is the operating system that you are using. Looks like some thing related to wrapper. In case you are on linux env, you may use nohup instead of the wrapper.

nohup wso2server.sh start &

于 2012-04-24T09:09:54.940 回答