php5-pdo_firebird (and php5-interbase)
Peter Czanik
pczanik at fang.fa.gau.hu
Wed Nov 26 08:14:46 PST 2008
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
More information about the freebsd-ports
mailing list