]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Repariert: lib-links für postfix
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 27 Mar 2006 14:02:24 +0000 (14:02 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 27 Mar 2006 14:02:24 +0000 (14:02 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@86 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/etc/ld.so.conf
lfs/xampp

index 8a7d12aa791523abeff8f197b7d5653bde375230..55e49f965251c53c1dad57dae31955288926e155 100644 (file)
@@ -1,5 +1,2 @@
 # Begin /etc/ld.so.conf
-# Lampp-LIBS
-#/opt/lampp/lib
-/opt/lampp/lib/mysql
 # End /etc/ld.so.conf
index 3c33cc0cbee89883a03fc26e1aca8d683f760fa3..ee976b488354a96c59168db5f4323ba2f165fda2 100644 (file)
--- 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)