Re: [PHP3] Problems with making PHP/MySQL module in Apache From: Sascha Schumann (sascha <email protected>)
Date: 04/30/00

On Mon, May 01, 2000 at 02:07:51AM +0400, Yuri A. Bogdanoff wrote:
> Hi!
>
> Every time I try to compile Apache with PHP(3.0.15)/MySQL(3.22.32) on
> RedHat 5.2 I get next error (just the same in binary and rpm distribution):
> -------------
> /usr/lib/mysql/libmysqlclient.a(my_open.o): In function `my_open':
> my_open.o(.text+0x14): undefined reference to `open64'

Compiling MySQL from source will fix that. The library in the
binary distribution was linked against another C library than you
use.

- Sascha

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>