View Single Post
  #4  
Old 09-12-2005, 03:53 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Not sure whats causing the problem, but for the $LD_LIBRARY_PATH thing, you could also just do..

Code:
# cd /path/to/eqemu
# echo $PWD >> /etc/ld.so.conf
# ldconfig
Then you can just start world directly without a script or anything.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote