EOSERV Forum > EO Server Building > Help Making A Private Serv?!?!
Page: << 1 >>
Help Making A Private Serv?!?!
Author Message
Post #199436 Help Making A Private Serv?!?!

I've been trying this forever now and i would greatly appreciate some help if anyone is willing!

8 years, 11 weeks ago
Post #199438 Re: Help Making A Private Serv?!?!

Please be more specific!

8 years, 11 weeks ago
Post #199439 Re: Help Making A Private Serv?!?!

I guess I don't really even know where to start. I've played Eo for years and I've been trying to make a server forever and I guess I'm just at a loss as to where to start. 

8 years, 11 weeks ago
Post #199441 Re: Help Making A Private Serv?!?!

Are you currently trying to setup the EOSERV 0.6.2b or another reversion?
Have you got a database setup?

8 years, 11 weeks ago
Post #199442 Re: Help Making A Private Serv?!?!

Haha honestly I'm at ground zero...

8 years, 11 weeks ago
Post #199444 Re: Help Making A Private Serv?!?!

I would start here https://eoserv.net/wiki/EOSERV_From_Scratch and see how far you get.

If your going to use the binary jump to setting up your database

MariaDB Client Library

You may skip this section if you already have MariaDB's C Connector installed, or you wish to use MySQL's client library.

You may also skip this section if you do not require MySQL database support.

  1. Download and install the latest MariaDB C Connector from https://downloads.mariadb.org/connector-c/ (approx. 3MB).

NOTE: Version 2.1.0 has a problem that requires working around later on. Version 2.0.0 is the recommended version for now.

SQLite3 Library

You may skip this section if you already have an SQLite library available.

You may also skip this section if you do not require SQLite database support.

There are two options for getting the SQLite3 library:

  1. RECOMMENDED: Download the latest version of our custom-packaged version of SQLite from SQLite_Library
  2. Extract the zip file to a memorable path (We use C:\sqlite3 in our examples)

Alternatively,

  1. Download the official amalgamation release from http://www.sqlite.org/download.html.
  2. Remember to copy the files in to the EOSERV src directory later on, and add sqlite3.c to the project to be built with the C compiler.
  3. Or, also download the win32 DLL release, visit SQLite_Library_Method and follow the instructions to build a stub library for the sqlite3 DLL.

 and then jump

Configuring EOSERV

See the page Configuring_EOSERV for what to do after EOSERV has been successfully built.

8 years, 11 weeks ago
Page: << 1 >>

EOSERV Forum > EO Server Building > Help Making A Private Serv?!?!