]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Added LD_LIBRARY_PATH hacks/kludges to the .inspircd.inc file to make it find libmysq...
[user/henk/code/inspircd.git] / .inspircd.inc
index 2cee69712f92ba32213866cef237debd8bd15913..e90bb387472a06c219ecb4b3eff380cab7f9de6f 100644 (file)
@@ -15,6 +15,8 @@
 #               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@/inspircd";
 
@@ -94,7 +96,7 @@ sub stop {
         if (getstatus() == 0) { print "InspIRCd is not running. (Or PID File not found)"; return 0; }
         # Get to here, we have something to kill.
         my $pid = getprocessid();
-       print "Stopping InspIRCd...\n"
+       print "Stopping InspIRCd...\n";
         system("kill -TERM $pid >/dev/null 2>&1");
        sleep 2;
        if (getstatus() == 1)