php5-mysql - what satisfies the dependency

Chris Janton face at CentosPrime.COM
Sat Aug 29 09:40:05 PDT 2009


I have mysql5-devel installed

mac 4 # sudo port install php5-mysql +mysql5
--->  Computing dependencies for mysql5
--->  Fetching mysql5
^C
mac 5 #

So I can't figure out why it is trying to build mysql5 non-devel

the variant from the portfile...

variant mysql5 conflicts mysql4 mysqlnd description {Use MySQL 5  
libraries} {
     depends_lib-append          path:bin/mysql_config5:mysql5
     configure.args-append       --with-mysql=shared,${workpath}/ 
mysql5 \
                                 --with-mysqli=shared,${prefix}/bin/ 
mysql_config5 \
                                 --with-pdo-mysql=shared,${prefix}/bin/ 
mysql_config5 \
                                 --with-mysql-sock=${prefix}/var/run/ 
mysql5/mysqld.sock
     post-extract {
         file mkdir ${workpath}/mysql5
         file link -symbolic ${workpath}/mysql5/lib ${prefix}/lib/mysql5
         file link -symbolic ${workpath}/mysql5/include ${prefix}/ 
include/mysql5
     }
}

I see mysql_config5 -
face at mac:V:133 $ which mysql_config5
/opt/local/bin/mysql_config5
face at mac:V:134 $

8)
----------------------------------
Chris Janton  - face at CentosPrime dot COM
Netminder for Opus1.COM




More information about the macports-users mailing list