php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26645 libphp4.so not created
Submitted: 2003-12-17 06:00 UTC Modified: 2004-01-01 20:50 UTC
From: jan at horde dot org Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2003-12-17 (stable) OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jan at horde dot org
New email:
PHP Version: OS:

 

 [2003-12-17 06:00 UTC] jan at horde dot org
Description:
------------
When building the shared Apache(1) PHP 4.3.5-dev module, the libphp4.so file doesn't get created correctly.
Instead I manually have to copy .libs/libphp4 to .libs/libphp4.so in order to run make install.

These are the last lines of the relevant build script output.

[...] -ldl /usr/lib/libxml2.so -lz -lm -lcrypt -lcrypt  -Wl,-soname -Wl,libphp4 -Wl,-retain-symbols-file -Wl,/home/jan/cvs/php43/sapi/apache/php.sym -o .libs/libphp4
creating libphp4.la
(cd .libs && rm -f libphp4.la && ln -s ../libphp4.la libphp4.la)

This is the configure line:

./configure \
--prefix=/usr/share \
--datadir=/usr/share/php \
--bindir=/usr/bin \
--libdir=/usr/share \
--includedir=/usr/include \
--sysconfdir=/etc \
--with-_lib=lib \
--with-config-file-path=/etc \
--with-exec-dir=/usr/lib/php/bin \
--enable-debug \
--enable-calendar \
--enable-ftp \
--enable-inline-optimization \
--enable-memory-limit \
--enable-mime-magic \
--enable-mbstring \
--enable-versioning \
--enable-xslt \
--disable-overload \
--with-gettext \
--with-imap=yes \
--with-mcrypt \
--with-mysql=/usr \
--with-gd \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-tiff-dir=/usr \
--with-ttf \
--with-freetype-dir=yes \
--with-xml \
--with-dom \
--with-dom-xslt \
--with-xslt-sablot \
--with-xmlrpc \
--with-zlib=yes \
--with-zlib-dir=/usr \
--with-openssl \
--with-imap-ssl \
--with-ming \
--with-iconv \
--with-mbstring=all \
--with-apxs=/usr/sbin/apxs \
i586-suse-linux

autoconf (GNU Autoconf) 2.57
automake (GNU automake) 1.7.6
gcc (GCC) 3.3.1 (SuSE Linux)



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-17 06:02 UTC] jan at horde dot org
This is of course the libs directory, not .libs
 [2003-12-17 11:25 UTC] iliaa@php.net
Try using the recommended config tools such as autoconf 2.13 and automake 1.4/5.

More information is avaliable at:
http://www.php.net/anoncvs.php
 [2004-01-01 20:50 UTC] sniper@php.net
Not PHP bug.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC