Jump to content

Installing on Centos


silveringking

Recommended Posts

- Unzip to a folder where utserver has appropriate read/write/execute permissions.

- cd to the said directory via SSH.

- Make sure you have openssl-devel installed (use 'yum update openssl-devel') and then type:-


ln -s /lib/libcrypto.so.0.9.8e /lib/libcrypto.so.0.9.8
ln -s /lib/libssl.so.0.9.8e /lib/libssl.so.0.9.8

- Type './utserver' (without the quotes of course).

- Then open http://<your server address here>:8080/gui/ in your web browser (the webui broke in IE 9 though).

Link to comment
Share on other sites

- Unzip to a folder where utserver has appropriate read/write/execute permissions.

- cd to the said directory via SSH.

- Make sure you have openssl-devel installed (use 'yum update openssl-devel') and then type:-


ln -s /lib/libcrypto.so.0.9.8e /lib/libcrypto.so.0.9.8
ln -s /lib/libssl.so.0.9.8e /lib/libssl.so.0.9.8

- Type './utserver' (without the quotes of course).

- Then open http://<your server address here>:8080/gui/ in your web browser (the webui broke in IE 9 though).

Hey thanks, but one problem what's the account password and user?

Another problem using the utserver command it I had this error:

./utserver
./utserver: /lib/libcrypto.so.0.9.8: no version information available (required by ./utserver)
./utserver: /lib/libssl.so.0.9.8: no version information available (required by ./utserver)
server started - using locale en_US
File not found during integrity check: ./settings.dat
File not found during integrity check: ./settings.dat.new
File not found during integrity check: ./settings.dat.old
File not found during integrity check: ./settings.dat
File not found during integrity check: ./settings.dat.new
File not found during integrity check: ./settings.dat.old
File not found during integrity check: ./dht.dat
File not found during integrity check: ./dht.dat.new
File not found during integrity check: ./dht.dat.old
File not found during integrity check: ./rss.dat
File not found during integrity check: ./rss.dat.new
File not found during integrity check: ./rss.dat.old
File not found during integrity check: ./resume.dat
File not found during integrity check: ./resume.dat.new
File not found during integrity check: ./resume.dat.old
IPv6 is installed

How do I correct it?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...