From:             [EMAIL PROTECTED]
Operating system: rh linux 7.2
PHP version:      4.1.2
PHP Bug Type:     Apache related
Bug description:  special build error with apache using php module after 
system-compoment changed

what i did:
step1:
redhat7.2
with gd/jpeg/... support
build php as apache module
ok, works

step2:
uninstall some of the redhat rpm
download gd/jpeg and build it
reconfig php; make clean; make; make install;
all passed;

step3:
now reconfig apache, rebuild apache
failed! undefined reference to gdImageCreate gdImage....
and so on...

i've tried so many times, still get such error.

and by change, i did the following command in apache src-package
directory:
[apache]# rm src/modules/php4/libphp4.module
and:
[php]# make install
[apache]# make

all pass! it works.


in a word, libphp4.module was not reinstalled correctly!
-- 
Edit bug report at http://bugs.php.net/?id=15873&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15873&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15873&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15873&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15873&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15873&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15873&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15873&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15873&r=submittedtwice

Reply via email to