Jump to content

[Three] Scripting library not found or not accessible.


MrFreak

Recommended Posts

Posted

I get the message 'Scripting library not found or not accessible.'. Does this mean I can't run it without using the library or is it just missing the database? This is my first MaNGOS setup under Linux. Under Windows I hadn't to deal with this.

Posted

I'm not sure what you mean. I did the following:

cd ~/server
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/home/mangos/
make
make install

Then I copied the files to my Linux server and ran it. I'm using Debian 7 as my OS.

Posted

well, to get scripts built with core in linux you can use thee ways (you need to have scripts downloaded in src/bindings folder - git clone [email protected]:mangosthree/scripts.git scripts):

1) go to src/bindings, edit CMakeLists.txt, change "#scripts" to "scripts" and create build files with cmake.

2) apply patch in src/binginds/scripts/patches (git am patch_path) and make build files with cmake

3) just make cmake build files with -DINCLUDE_BINDINGS_DIR=scripts flag (cmake server_source_path -DINCLUDE_BINDINGS_DIR=scripts)

Posted

Under windows it uses a default library if no script library is provided.

You should be able to do the same under Linux by following sanctum32's instructions above and using -DINCLUDE_BINDINGS_DIR=universal instead.

Archived

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

×
×
  • 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. Privacy Policy Terms of Use