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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 - 1 = ?
Subscribe to this entry?

 
 [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: Thu May 23 05:01:31 2024 UTC