pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/38592: php5 config bug when compiled with --with-mysql option



>Number:         38592
>Category:       pkg
>Synopsis:       php5 config bug when compiled with --with-mysql option
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 06 00:55:01 +0000 2008
>Originator:     Mike Cheponis
>Release:        NetBSD 3.0.1
>Organization:
        
>Environment:
        
        
System: NetBSD S.Culver.Net 3.0.1 NetBSD 3.0.1 (S) #0: Sun Jul 30 02:26:46 PDT 
2006 mac%S.Culver.Net@localhost:/usr/obj/sys/arch/i386/compile/S i386
Architecture: i386
Machine: i386
>Description:
        php5 compile with the "--with-mysql" directive turned on breaks during 
configure.

>How-To-Repeat:
        change --without-mysql to --with-mysql in the Makefile.php
>Fix:
        #CONFIGURE_ARGS+=     --without-mysql
        CONFIGURE_ARGS+=        --with-mysql-dir=/usr/pkg/include/mysql/
        
Note that it's gotta be "--with-mysql-dir".  

This, I found, is actually a bug in the mysql build, seen at 
http://bugs.php.net/bug.php?id=35848 but it still doesn't seem to be fixed (!).

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index