Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2002 14:04:50 -0700 (PDT)
From:      Ray Tripamer <ray@asci.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/41245: ports mod_php4 doesn't build with MySQL 3.23.51 installed from /usr/ports
Message-ID:  <200208012104.g71L4oNO057228@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         41245
>Category:       misc
>Synopsis:       ports mod_php4 doesn't build with MySQL 3.23.51 installed from /usr/ports
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 01 14:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ray Tripamer
>Release:        4.6-RELEASE-p1
>Organization:
ASCI
>Environment:
FreeBSD lulu.ce1.com 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #6: Wed Jun 26 16:17:34 PDT 2002     ray@lulu.ce1.com:/usr/obj/usr/src/sys/LULU  i386
>Description:
typing make while in /usr/ports/www/mod_php4 eventually yields error messages when checking for the presence of the MySQL client libraries:

The packages for mysql:
mysql-client-3.23.51 Multithreaded SQL database (client)
mysql-server-3.23.51 Multithreaded SQL database (server)

are succesfully installed via /usr/ports/ and running on this system - it is a production server and MySQL is running correctly.

% make
Define WITH_APACHE2 to build mod_php4 as an apache2 module.

===>  Extracting for mod_php4-4.2.2
Define WITH_APACHE2 to build mod_php4 as an apache2 module.

>How-To-Repeat:
cd /usr/ports/www/mod_php4
make

>Fix:
unkown.

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for php-4.2.2.tar.bz2.
 ===>   mod_php4-4.2.2 depends on file: /usr/local/sbin/apxs - found
 ===>   mod_php4-4.2.2 depends on executable: autoconf213 - found
 ===>   mod_php4-4.2.2 depends on shared library: mysqlclient.10 - not found
 ===>    Verifying install for mysqlclient.10 in /usr/ports/databases/mysql323-client
 ===>   Returning to build of mod_php4-4.2.2
 Error: shared library "mysqlclient.10" does not exist
 *** Error code 1
 
 Stop in /usr/ports/www/mod_php4.
 *** Error code 1
 
 Stop in /usr/ports/www/mod_php4.
 %
 
 From what I can tell, the version 3.23.51 MySQL client libraries are now installed in /usr/local/lib/mysql, rather than just /usr/local/lib.
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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