]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Renamed core files to all be libIRCD*
[user/henk/code/inspircd.git] / .inspircd.inc
index 5900ce9c6f77b50e9c7c265718941cf3d79cdecb..58e1b2316de78b7a59952754b318b47c28ab8321 100644 (file)
 #               I HATE PERL.. kthxbye
 # ---------------------------------------------------
 
-$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql";
-
 my $conffile = "@CONFIG_DIR@/inspircd.conf";
 my $binpath = "@BINARY_DIR@";
 
+$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql:$binpath";
+
 # Lets see what they want to do.. Set the variable (Cause i'm a lazy coder)
 my $arg = $ARGV[0];
 getpidfile();