ID:               26645
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jan at horde dot org
-Status:           Open
+Status:           Feedback
 Bug Type:         *Compile Issues
 Operating System: Linux
 PHP Version:      4CVS-2003-12-17 (stable)
 New Comment:

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


Previous Comments:
------------------------------------------------------------------------

[2003-12-17 06:02:36] jan at horde dot org

This is of course the libs directory, not .libs

------------------------------------------------------------------------

[2003-12-17 06:00:34] 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)




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26645&edit=1

Reply via email to