php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3332 DSO complains about unknown refs to open64()
Submitted: 2000-01-27 14:26 UTC Modified: 2000-07-25 20:47 UTC
From: dougal at gunters dot org Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0 Beta 3 OS: Linux 2.0.36 (RedHat 5.2)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 + 6 = ?
Subscribe to this entry?

 
 [2000-01-27 14:26 UTC] dougal at gunters dot org
I've been trying to reduce the size of my httpd by compiling PHP4.0b3 as a DSO ("--with-apxs"). The compile seems to go okay, but when I start httpd, it complains about unresolved references to open64() and friends in libphp4.so. After reading bug 1763, I tried adding "-lc" to the EXTRA_LIBS line in the Makefile after running configure, but that didn't change anything.

My configure line is:

./configure --with-mysql \
  --with-apxs \
  --enable-track-vars \
  --enable-magic-quotes \
  --with-gd \
  --with-gdbm \
  --with-db \
  --with-imap

Currently, I'm running PHP4.0b2 as a built-in apache module ("--with-apache"), Apache version 1.3.11.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-28 11:53 UTC] joey at cvs dot php dot net
I think this means  something in your config is compiled against a 64 bit glibc, with you on a 32 bit.
Try removing things from config line, see if that helps.
 [2000-07-25 20:47 UTC] zak@php.net
User was contacted ~6 months ago. Closing bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 08 08:01:33 2024 UTC