Jump to content

Recommended Posts

Hey,

 

how do i set the notxt-lib   while using this vrunner stuff?

"env LD_PRELOAD=/usr/home/game/share/libdb_notxt.so ./game"

 i used with the 2089 for other libs.

 

but in 34k

#!/bin/sh
./vrunner --daemon --pid-path=pid.db --file=db >> autorun.log 2>&1 &

so where is here to set env LD_PRELOAD=/usr/home/game/share/libdb_notxt.so

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hi, I have 34k files and to to start it, I do it normaly and it run:

LIBS="/rute/to/lib/libname.so /rute/to/other/lib.so"
cd /rute/to/core && env LD_PRELOAD="$LIBS" ./game &

You only need to put the rute to libs in the LIBS="#here#" and it's all, describe your problem a little more, the servers starts or not? syserr? it hooks?

Link to comment
Share on other sites

the Problem is  i dont use the same start script as you,    as i said above im running with vrunner.pid

 

In every single core i have this start script

#!/bin/sh
./vrunner --daemon --pid-path=pid.db --file=db >> autorun.log 2>&1 &
 
so tell me where should i put here the lib Preload?
 
i Know how to preloaf LIB  when starting without ./vrunner.  ( without vrunner is the method you use)
 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.