php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35185 libs/libphp4.so: No such file or directory (When Compiling with GD Support)
Submitted: 2005-11-10 21:13 UTC Modified: 2005-11-10 21:53 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: lcalvert at mn dot rr dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.4.1 OS: FreeBSD 4.5
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: lcalvert at mn dot rr dot com
New email:
PHP Version: OS:

 

 [2005-11-10 21:13 UTC] lcalvert at mn dot rr dot com
Description:
------------
Wehn compiling PHP 4.4.1 with GD Support during make it does not create a libs/libphp4.so nor one in .libs. However when created without GD Support all fuctions properly.

Reproduce code:
---------------
make install

Expected result:
----------------
darkunderdog# make install
Installing PHP SAPI module:       apache
cp libs/libphp4.so /usr/local/libexec/apache/libphp4.so
chmod 755 /usr/local/libexec/apache/libphp4.so
[activating module `php4' in /usr/local/etc/apache/httpd.conf]
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/
Installing helper programs:       /usr/local/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/local/man/man1/
  page: phpize.1
  page: php-config.1


Actual result:
--------------
darkunderdog# make install
make: don't know how to make instal. Stop
darkunderdog# make install
Installing PHP SAPI module:       apache
cp libs/libphp4.so /usr/local/libexec/apache/libphp4.so
cp: libs/libphp4.so: No such file or directory
apxs:Break: Command failed with rc=1
*** Error code 1

Stop in /usr/home/underdog/phpinstall/php-4.4.1.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-10 21:53 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 08:01:31 2024 UTC