From a3962aa85ac61180ea8f910fa55b28e56030b092 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 21 Dec 2005 10:49:20 +0000 Subject: LD_LIBRARY_PATH setting is no longer required by core or m_sql.so git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2596 e03df62e-2008-0410-955e-edbf42e46eb7 --- .inspircd.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.inspircd.inc b/.inspircd.inc index 9b43de327..67daff2fe 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -21,8 +21,6 @@ my $libpath = "@LIBRARY_DIR@"; my $executable = "@EXECUTABLE@"; my @filesparsed; -$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql"; - # Lets see what they want to do.. Set the variable (Cause i'm a lazy coder) my $arg = $ARGV[0]; getpidfile($confpath."inspircd.conf"); -- cgit v1.2.3