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
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: 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

Pull Requests

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 Dec 27 02:01:29 2024 UTC