Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2003 14:21:25 +0200
From:      Thierry Thomas <thierry@pompo.net>
To:        tiagovaz@im.ufba.br, Tiago Bortoletto Vaz <tiago@nexos.com.br>
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: imp-3.2.1_2
Message-ID:  <1057926085.3f0eabc54a527@graf.pompo.net>
In-Reply-To: <200307101704.h6AH4an46030@www.ideiadigital.com.br>
References:  <200307101704.h6AH4an46030@www.ideiadigital.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
Selon Tiago Bortoletto Vaz <tiago@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



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