From a11c45285361761e145eae963539fe7056a5853b Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 9 May 2005 01:46:05 +0000 Subject: Fixed Craig's buggy configure :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1337 e03df62e-2008-0410-955e-edbf42e46eb7 --- .inspircd.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.inspircd.inc') diff --git a/.inspircd.inc b/.inspircd.inc index 58e1b2316..24e280019 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -17,8 +17,9 @@ my $conffile = "@CONFIG_DIR@/inspircd.conf"; my $binpath = "@BINARY_DIR@"; +my $libpath = "@LIBRARY_DIR@"; -$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql:$binpath"; +$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql:$libpath"; # Lets see what they want to do.. Set the variable (Cause i'm a lazy coder) my $arg = $ARGV[0]; -- cgit v1.2.3