Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

EP8 ERROR start server

Newbie Spellweaver
Joined
Jan 12, 2012
Messages
63
Reaction score
1
Hello..

I get this error.. What could be the reason..? Please help me.. :)

&

How to create account ? I could not.. :D


AuthDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory

DBAgent_01: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory

GlobalDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory

CashDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory

PCBangDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory

EventDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory

ArmOReTotTL - EP8 ERROR start server - RaGEZONE Forums
 
yum install unixODBC openssl097a net-snmp-utils net-snmp-libs net-snmp lm_sensors gcc freetds dstat compat-libstdc++-33 compat-libstdc++-296 type this in terminal
if you want acc then go to sql server management studio>>click new query then execute this

USE [Account]
GO

DECLARE @return_value int

EXEC @return_value = [dbo].[cabal_tool_registerAccount]
@id = NULL,
@password = NULL

SELECT 'Return Value' = @return_value

GO


change "Null" to ur login and pass
 
Upvote 0
yum install unixODBC openssl097a net-snmp-utils net-snmp-libs net-snmp lm_sensors gcc freetds dstat compat-libstdc++-33 compat-libstdc++-296 type this in terminal

I will use this where ? or where paste.. ?
 
Upvote 0
Back