From:             jan at horde dot org
Operating system: Linux
PHP version:      4CVS-2003-12-17 (stable)
PHP Bug Type:     *Compile Issues
Bug description:  libphp4.so not created

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)



-- 
Edit bug report at http://bugs.php.net/?id=26645&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26645&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26645&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26645&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26645&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26645&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26645&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26645&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26645&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26645&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26645&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26645&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26645&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26645&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26645&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26645&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26645&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26645&r=float

Reply via email to