Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2008 17:13:01 +0100
From:      Peter Czanik <pczanik@fang.fa.gau.hu>
To:        glarkin@FreeBSD.org
Cc:        skv@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: php5-pdo_firebird (and php5-interbase)
Message-ID:  <492D758D.2010608@fang.fa.gau.hu>
In-Reply-To: <492D6CC8.2040104@FreeBSD.org>
References:  <492D5195.1030309@fang.fa.gau.hu> <492D6CC8.2040104@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

First of all, thank you for your help, you saved my day :-)

Greg Larkin írta:
> To verify my assumption, please try this command on your machine:
>
> ldconfig -r | grep fbclient
v12# ldconfig -r | grep fbclient
        210:-lfbclient.2 => /usr/local/lib/libfbclient.so.2

> I have cc'd the committer on this message so he can have a look.  I
> don't want to mess with anything in the Mk/ directory of the ports tree,
> since there might be something else going on that I'm not aware of.
For now this quick and dirty fix solved my immediate problem:

v12# diff -u /root/bsd.database.mk bsd.database.mk
--- /root/bsd.database.mk       2008-11-26 18:06:35.000000000 +0100
+++ bsd.database.mk     2008-11-26 18:07:07.000000000 +0100
@@ -441,9 +441,9 @@
 .endif

 .if ${FIREBIRD_VER} == "2"
-LIB_DEPENDS+=  fbclient.2.0:${PORTSDIR}/databases/firebird20-client
+LIB_DEPENDS+=  fbclient.2:${PORTSDIR}/databases/firebird20-client
 .elif ${FIREBIRD_VER} == "20"
-LIB_DEPENDS+=  fbclient.2.0:${PORTSDIR}/databases/firebird20-client
+LIB_DEPENDS+=  fbclient.2:${PORTSDIR}/databases/firebird20-client
 .elif ${FIREBIRD_VER} == "1"
 LIB_DEPENDS+=  fbclient.1:${PORTSDIR}/databases/firebird-client
 .else

Bye,
CzP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?492D758D.2010608>