php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4764 Shared library not created on MacOS X Server after compile
Submitted: 2000-06-01 20:57 UTC Modified: 2000-08-29 19:01 UTC
From: markhers at macnn dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 Release OS: MacOS X Server 1.0
Private report: No CVE-ID: None
 [2000-06-01 20:57 UTC] markhers at macnn dot com
When I compile PHP 4 on Mac OS X Server 1.0 (no updates, not 1.0-1 or 1.0-2 or 1.2), the only platform I was able to compile PHP4b1 on, I get all the way through the compile process for:

[sparky:local/src/php-4.0RC2] root# ./configure --with-versioning --with-mysql --with-apxs --enable-track-vars --enable-magic-quotes --enable-inline-optimizations --disable-debug --quiet --without-gd

When I ran make install, I get the following error:

[sparky:local/src/php-4.0RC2] root# make install
Making install in Zend
Making install in ext
Making install in db
Making install in mysql
Making install in libmysql
Making install in pcre
Making install in pcrelib
Making install in posix
Making install in session
Making install in standard
Making install in xml
Making install in expat
Making install in xmltok
Making install in xmlparse
Making install in sapi
Making install in apache
Making install in regex
Making install in .
apxs -i -a -n php4 libs/libphp4.s*
apxs:Error: file libs/libphp4.s* is not a shared object
make[1]: *** [install-sapi] Error 1
make: *** [install-recursive] Error 1

This happens with or without the versioning, MySQL, or any of the other options. What's up with this? :)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-20 03:45 UTC] sniper@php.net
Does this problem still persist with more recent version of php (from CVS or http://snaps.php.net) ??

--Jani
 [2000-08-29 19:01 UTC] sniper@php.net
No feedback from user.
Please try PHP4.0.2 and reopen this bug report if problem still exists.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 06:01:32 2024 UTC