ID:               22394
 Comment by:       stmoebius at yahoo dot com
 Reported By:      apiotr at itm dot pcz dot czest dot pl
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: UnixWare 7.1.1
 PHP Version:      4.3.1
 New Comment:

(After reading a bunch of bug reports, this seems to be the most
appropriate)

I'm running Cygwin on Win2K and Apache 2.0.44 is running just fine.

I'm trying to build PHP (tried 4.3.1 (rebuilt configure using autoconf
2.57) and snapshot 200302281630) using
  ./configure --with-apxs2=/usr/local/apache2/bin/apxs  --disable-xml
  make

There are no errors during compilation and afterwards .lib/ contains
libphp4.a and libphp4.la which is a link to libphp4.lai. The content of
libphp4.lai is
=======================================================
# libphp4.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.4.3 (1.922.2.110 2002/10/23
01:39:54)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname=''

# Names of this library.
library_names=''

# The name of the static archive.
old_library='libphp4.a'

# Libraries that this one depends upon.
dependency_libs=' -lcrypt -lcrypt -lcrypt -lcrypt'

# Version information for libphp4.
current=0
age=0
revision=0

# Is this an already installed library?
installed=yes

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/tmp/php4-STABLE-200302281630/libs'
=====================================================

Note that dlname is empty. During 'make install' this is what libtool
complains about ..
  Warning!  dlname not found in /usr/local/apache2/modules/libphp4.la.
  Assuming installing a .so rather than a libtool archive.
.. and causes the installation to fail.


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

[2003-02-26 08:35:32] apiotr at itm dot pcz dot czest dot pl

In this CVS version is the same problem.

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

[2003-02-24 09:47:55] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip




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

[2003-02-24 09:23:59] apiotr at itm dot pcz dot czest dot pl

I have big problem with PHP 4.3.1 on UnixWare 7.1.1. After compilation
source version of PHP 4.3.1 I don't have the libphp4.so module for
Apache 2.0.43. I have only library files libphp4.a and libphp4.la.
During compilation I don't 
have any errors messages.

My configuration options:
./configure \
--with-mysql=/usr/local/mysql --with-zlib --with-openssl \
--enable-sysvmsg --enable-sysvsem --enable-sysvshm \
--with-java=/opt/java2-1.2.2 --enable-ftp --enable-dba \
--with-dom=/usr/local/lib --with-gd --with-jpeg-dir --with-png-dir \
--enable-filepro --enable-safe-mode --with-exec-dir --with-bz2 \
--enable-track-vars --enable-force-cgi-redirect --with-gettext \
--with-gdbm --enable-cgi --enable-cli \
--with-apxs2=/usr/local/apache2/bin/apxs

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


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

Reply via email to