FreeBSD Port: imp-3.2.1_2
Thierry Thomas
thierry at pompo.net
Fri Jul 11 05:25:02 PDT 2003
Selon Tiago Bortoletto Vaz <tiago at nexos.com.br>:
> Hi, (sorry my bad english)
>
> I found a problem in Makefile of this port version:
>
> I compiled apache13 + mod_php4 with mysql suport, it's ok.
> When I type:
>
> $cd /usr/ports/mail/imp3
> $make install -DWITHOUT_LDAP -DWITHOUT_TURBA -DWITH_IMAP-UW
>
> I have:
>
> Please configure PHP with a database support.
> MySQL, PostgreSQL and Sybase (CTLIB or DBLIB)
> can be used with PHP AND IMP.
>
> (If everything will run on this machine, do not
> forget to install the database server-side!)
>
> *** Error code 1
>
> The problem is that Makefile is looking for "libmysqlclient.so.10"
> in:
>
> .if !defined(WITHOUT_SUPPORTED_DB)
> @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libmysqlclient.so.10";
> then \
>
> but,
>
> $ldd /usr/local/libexec/apache/libphp4.so | grep mysql
> /usr/local/libexec/apache/libphp4.so:
> libmysqlclient.so.12 => /usr/local/lib/mysql/libmysqlclient.so.12
> (0x284ae000)
>
> So I modified "libmysqlclient.so.10" to "libmysqlclient.so.12" in
> Makefile.
> Maybe you will want to fix it.
>
> FreeBSD 4.8-RELEASE i386.
> MySQL 4.0.13
> PHP-4.3.2
> The ports are brought up to date.
>
> []'s
>
> Tiago Bortoletto Vaz
>
Thanks for your report. It seems that mysql has been upgraded. I'm
currently in holydays, away from a decent net connection, but I shall
fix that when I'll be back.
Regards,
--
Th. Thomas
More information about the freebsd-ports
mailing list