From cc70c0269f188642cb9047100af3f50c7938db21 Mon Sep 17 00:00:00 2001 From: ms Date: Mon, 27 Mar 2006 14:02:24 +0000 Subject: [PATCH] =?utf8?q?Repariert:=20lib-links=20f=C3=BCr=20postfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@86 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- config/etc/ld.so.conf | 3 --- lfs/xampp | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/etc/ld.so.conf b/config/etc/ld.so.conf index 8a7d12aa79..55e49f9652 100644 --- a/config/etc/ld.so.conf +++ b/config/etc/ld.so.conf @@ -1,5 +1,2 @@ # Begin /etc/ld.so.conf -# Lampp-LIBS -#/opt/lampp/lib -/opt/lampp/lib/mysql # End /etc/ld.so.conf diff --git a/lfs/xampp b/lfs/xampp index 3c33cc0cbe..ee976b4883 100644 --- a/lfs/xampp +++ b/lfs/xampp @@ -90,5 +90,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd /tmp/PostGreSQL-AddOn-1.0-pgsql8.1 && ./INSTALL rm -rf /tmp/PostGreSQL-AddOn-1.0-pgsql8.1 chown -R nobody.nobody /opt/lampp/htdocs + ln -s /opt/lampp/lib/mysql/libmysqlclient.* /usr/lib + ln -s /opt/lampp/lib/libpq.* /usr/lib + ldconfig @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.2