Jump to content

can't make game services or edit datacenters/servers [RESOLVED]


unrealized

Recommended Posts

TCAdmin Version: 2.0.5.0

Operating System: CentOS 5.5 64bit

Machine Specs: Dual E5620, 12gb Ram

Database Type: SQLite

 

This is a fresh install, then I upgraded to 2.0.5.0

 

To reproduce this problem, I click to edit/add a server or datacenter and the following page comes up:

 

tca2-2.png

Edited by unrealized
Link to comment
Share on other sites

The error is caused by missing dependencies for /opt/mono/lib/libgdiplus.so

You can check dependencies with this command:

ldd /opt/mono/lib/libgdiplus.so

Then install missing dependencies. For example:

yum install fontconfig

yum install libpng

yum install libjpeg

yum install giflib

yum install libtiff

yum install libexif

 

If you already have installed a higher version try creating a link for the version required.

For example if you have libtiff4 and you need libtiff3:

ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use