php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19264 APXS compile fails with "not a DSO"
Submitted: 2002-09-06 09:26 UTC Modified: 2002-09-07 17:41 UTC
From: dmitry_belous at ua dot fm Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.2 OS: Win32
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dmitry_belous at ua dot fm
New email:
PHP Version: OS:

 

 [2002-09-06 09:26 UTC] dmitry_belous at ua dot fm
Compile under Cygwin.

$ ./configure --with-apxs=/usr/sbin/apxs --without-mysql
...
$ make
...
$ make install
...
Making install in .
make[1]: Entering directory `/usr/src/php-4.2.2'
/usr/src/php-4.2.2/build/shtool mkdir -p "/usr/lib/apache"
&& /usr/sbin/apxs -S LIBEXECDIR="/usr/lib/apache" -i -a -n
php4 libs/libphp4.so
apxs:Error: file libs/libphp4.so is not a DSO
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/usr/src/php-4.2.2'
make: *** [install-recursive] Error 1

I've attempted typing:
$ ls ./libs
libphp4.a  libphp4.la

File libphp4.sl or libphp4.so or libphp4.dll not exist.
Can anyone help out?

Thanks,
Dmitry

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-07 17:41 UTC] kalowsky@php.net
I don't believe we support building with cygwin.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 23:01:30 2024 UTC