php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23801 Installing SAPI error
Submitted: 2003-05-25 13:52 UTC Modified: 2003-07-04 02:10 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: mops at students dot zcu dot cz Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.3.2RC4 OS: WIN98_CYGWIN
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-05-25 13:52 UTC] mops at students dot zcu dot cz
I tried to install php 4.3.2RC4 into cygwin (apache 1.3.27).
When I type "make install" it crashes with following message:

Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PHP SAPI module
apxs:Error: file libs/libphp4.so is not a DSO
make: *** [install-sapi] Error 1

Did I something do wrong?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-25 22:03 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


..and why an earth are you even trying to compile this under Cygwin???

 [2003-05-26 02:38 UTC] mops at students dot zcu dot cz
I used:
./configure --with-mysql --with-apxs
Then I used "make install"

If I can provide some more useful information, ask me and I will try to answer.

(
I tried to compile PHP in Cygwin only to learn how to compile PHP on Linux-like systems. I don't want to install real Linux, because I don't feel experienced enough to use Linux as my primary operating system and I hate rebooting between OS switching.
I don't need this combination to work but it would be fine if it worked :-)
Otherwise I use win32 binary distribution in win 98 of course. (not really server, only for develop)
)
 [2003-07-04 02:10 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2003-07-11 08:28 UTC] kandall at gol dot com
I get the same result.

It seems that libtool complains something like:

libtool: link: cannot create .so shared library with unresolved symbols in i686-pc-cygwin

libs/libphp4.so is not there so the apxs error message is misleading.

I tried under 4.2 and 4.3 versions with 
configure --with-axps and
configure --with-axps --with-mysql

with the same result both times.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 21:01:29 2024 UTC