php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23017 generation of libphp4.so
Submitted: 2003-04-02 07:10 UTC Modified: 2003-04-02 11:22 UTC
From: carchitect at hotmail dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.3.0 OS: freebsd4.4
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: carchitect at hotmail dot com
New email:
PHP Version: OS:

 

 [2003-04-02 07:10 UTC] carchitect at hotmail dot com
well i have selected php 4.3.0 category because it was not allowing me to post my bug

i have seen few ppl reporting this bug but i can not follow their solution...because i have developed my ite under php 4.1.2 and it was working very fine under some server, but dute to some reason i had to shift to another server and they are only giving 4.0.6 so i had to compile again....
i downloaded php 4.2.3 and tried it

OS: freebsd4.4
php: 4.2.3
apache: 1.3.24 already installed
mysql: already installed (didn't check version)

configure goes ok
make goes ok
make install ok

but when i start apache it didn't get libphp4.so, earlier that file was there for php 4.0.6 but i renamed it so that php will create new file for me.. but thats not happening....
pls give me some solution...i ca not change code as my site is already running 
regards

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-02 10:24 UTC] sniper@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php


 [2003-04-02 10:32 UTC] carchitect at hotmail dot com
well i am working on latest update now...still same problem 
i downloaded it today only
 [2003-04-02 10:39 UTC] sniper@php.net
It works fine here, it's just some local problem of your system. Please ask support questions elsewhere.

 [2003-04-02 10:44 UTC] carchitect at hotmail dot com
well thx for the suggestion but i downloaded php4-200304021230 today
stills same problem
it is not generating the libphp4.so

should i install apache again because i found somewhere in previuos bugs to install apache with --enable-rule=SHARED_CORE
 [2003-04-02 10:45 UTC] sniper@php.net
Yes, you should..

 [2003-04-02 10:45 UTC] sniper@php.net
And what was the configure line you use to configure PHP anyway?

 [2003-04-02 10:46 UTC] carchitect at hotmail dot com
thx i will do it and then will get back here
 [2003-04-02 10:47 UTC] carchitect at hotmail dot com
'./configure' '--with-apxs=/usr/local/www/bin/apxs' '--with-config-file-path=/usr/local/www/etc' '--enable-versioning' '--with-system-regex' '--disable-debug' '--enable-track-vars' '--without-gd' '--without-mysql' '--with-zlib' '--with-imap=/usr/local' '--with-mysql=/usr/local' '--prefix=/usr/local/www' 'i386--freebsd4.4'
 [2003-04-02 10:55 UTC] sniper@php.net
Use this configure line instead:

./configure --with-apxs=/usr/local/www/bin/apxs
--with-config-file-path=/usr/local/www/etc 
--with-zlib --with-imap=/usr/local
--with-mysql=/usr/local --prefix=/usr/local/www


 [2003-04-02 10:59 UTC] sniper@php.net
Please DO NOT change the status of this report before you really GIVE feedback. (no, saying "I will try" is not feedback..)

 [2003-04-02 11:11 UTC] carchitect at hotmail dot com
well i am getting one error
'SET_QUOTA' undeclared (first use in this function)
in file php_imap.c
i checked code also and got this variable or constant there but unable to find its source....
 [2003-04-02 11:14 UTC] carchitect at hotmail dot com
this is the exact error now
 [2003-04-02 11:14 UTC] carchitect at hotmail dot com
this is the exact error now
/usr/local/php4-200304021230/ext/imap/php_imap.c:339: syntax error before `QUOTA
LIST'
/usr/local/php4-200304021230/ext/imap/php_imap.c: In function `mail_getquota':
/usr/local/php4-200304021230/ext/imap/php_imap.c:344: `qlist' undeclared (first
use in this function)
/usr/local/php4-200304021230/ext/imap/php_imap.c:344: (Each undeclared identifie
r is reported only once
/usr/local/php4-200304021230/ext/imap/php_imap.c:344: for each function it appea
rs in.)
/usr/local/php4-200304021230/ext/imap/php_imap.c: In function `zif_imap_get_quot
a':
/usr/local/php4-200304021230/ext/imap/php_imap.c:869: `SET_QUOTA' undeclared (fi
rst use in this function)
/usr/local/php4-200304021230/ext/imap/php_imap.c: In function `zif_imap_get_quot
aroot':
/usr/local/php4-200304021230/ext/imap/php_imap.c:903: `SET_QUOTA' undeclared (fi
rst use in this function)
*** Error code 1

Stop in /usr/local/php4-200304021230.
 [2003-04-02 11:16 UTC] sniper@php.net
Did you use clean sources or not between different configure lines? You didn't get this error before? Or is this the reason you haven't got the libphp4.so even???

And it's just matter of broken c-client installation.


 [2003-04-02 11:18 UTC] carchitect at hotmail dot com
well i didn't use clean sources in between configure lines...yet and i got this error first time as we changed the configure option little may be due to that...

could you pls tell me how to use it
or should i write one complete line....
regards
 [2003-04-02 11:20 UTC] sniper@php.net
This is not a support forum and obviously you just don't know
what you're doing. So please ask these support questions elsewhere.

 [2003-04-02 11:22 UTC] carchitect at hotmail dot com
well thx for the help yet...
i came here because i didn't get proper help from my server ppl. they have shown their hands and said sorry...big sorry...
but i am pleased that i gpt lots of help from you ppl...
i will still try it
regards
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 01:01:30 2024 UTC