php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27953 libphp4.so does not exist on my system
Submitted: 2004-04-11 14:50 UTC Modified: 2004-04-12 17:00 UTC
From: jbard888 at aol dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: Irrelevant OS: Fedora Core 1 2.4.22-1.2115.nptl
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: jbard888 at aol dot com
New email:
PHP Version: OS:

 

 [2004-04-11 14:50 UTC] jbard888 at aol dot com
Description:
------------
Im a collage student 
And im trying to set up snort as a class project
I downloaded all needed files according to the instructions
Everything was going fine untill I got to the PHP installation. I typed 
./configure --prefix=/www/php --with-apxs2=/www/bin/apxs --with-config-file-path=/www/php --enable-sockets --with-mysql=/usr/local/mysql --with-zlib-dir=/usr/local --with- gd

then make

then make install

on the make install is where I got the error

I checked the /www/modules/ dir. for libphp*.so
and it was not there
I started with 
PHP version 4.3.3
then I tried 4.3.5
then I tried 5.0.0RC1
all 3 had the same error 

Try to keep in mind that im new to linux
Iv only been useing it for about 6 mounths
I don't think its an EEOC error but then again
I only been using linux for 6 mounths 
so maby it is
Any help would be greatly apprecated




Reproduce code:
---------------
Installing PHP SAPI module:       apache2handler
/www/build/instdso.sh SH_LIBTOOL='/www/build/libtool' libphp5.la /www/modules
/www/build/libtool --mode=install cp libphp5.la /www/modules/
cp .libs/libphp5.lai /www/modules/libphp5.la
cp .libs/libphp5.a /www/modules/libphp5.a
ranlib /www/modules/libphp5.a
chmod 644 /www/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish /snort/php-5.0.0RC1/libs'
Warning!  dlname not found in /www/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /www/modules/libphp5.so
chmod: failed to get attributes of `/www/modules/libphp5.so': No such file or directory
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-11 15:16 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

.
 [2004-04-11 16:45 UTC] jbard888 at aol dot com
Derick 
Thank you for pointing that out
Im sorry I didn't see that bug submision 
Can you please give me the link
 [2004-04-11 17:09 UTC] jbard888 at aol dot com
Also maby you didn't understand that libphp4.so is not on my system.
If there is an Bug summision that explains this problem
Im sorry I didn't see it
Please can you give me the link
 [2004-04-11 19:06 UTC] jbard888 at aol dot com
Im sorry sir to keep bothering me
Perhaps its my ignorance on the linux OS 
but that Bug submision did not solve my propblem
I didn't use --with-jpeg-dir=/usr/local as the other gentlemen did.
but after I read that report I did try to use it.
--with-jpeg-dir=/usr/share/docs/ is where mine jpeg is located so I subsituded that.
But It still didn't work.
I then tried my original ./configure but without the --with- gd at the end and still nothing 
I also tried to edit the Makefile lines as also suggested
but still nothing
 [2004-04-12 05:43 UTC] derick@php.net
You've broken tools on your system; please ask for help on the php-general@lists.php.net mailinglist, this is NOT a bug.
 [2004-04-12 16:37 UTC] jbard888 at aol dot com
So in other words you don't know what the problem is
If you know how to fix it why can't you just tell me 
I need to get it done by wensday and all this running around is anoying
If you don't know how to fix it can you ask someone who does.
 [2004-04-12 17:00 UTC] kalowsky@php.net
Unfortunately the bug system, that which is the system 
you are now using, is not a support forum.  Derick 
has directed you to the proper forum with which to ask 
your questions, where knowledgable people will be able 
to answer them in a timely manner.  Continue to respond 
to this will only further to ensure you will not receive 
the help you're looking for.  Please leave this bug 
marked as bogus and talk to the php-general mailing 
list.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 04:01:27 2024 UTC