ID: 14019
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Compile Failure
Operating System: Linux Debian Potato
PHP Version: 4.0CVS-2001-11-11
New Comment:

Hmm..question is, did you do it like I described?
Doing 'apachectl restart' does not work.

And about deleting config.cache..you should delete 
it before configure, not before make.

--Jani


Previous Comments:
------------------------------------------------------------------------

[2001-11-11 22:31:19] [EMAIL PROTECTED]

Yes.  Make install and an Apache restart was done each time.

-- 
William Guynes


------------------------------------------------------------------------

[2001-11-11 20:12:38] [EMAIL PROTECTED]

Forgive me if this is stupid question, but did you do

'# make install'

and 

'# /usr/local/apache/bin/apachectl stop; # /usr/local/apache/bin/apachectl start'

??

--Jani


------------------------------------------------------------------------

[2001-11-11 14:11:44] [EMAIL PROTECTED]

Initially built using...

   ./configure '--with-config-file-path=/etc' '--with-apxs=/usr/local/apache/bin/apxs' 
'--with-mysql=/usr/local/mysql' '--enable-track-vars' '--with-zlib=shared,/usr' 
'--with-xml' '--with-gd=/usr/local/gd' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' 
'--with-xpm-dir=/usr/X11R6' '--with-ttf=/usr' '--with-t1lib=/usr' 
'--enable-gd-native-tt'

...with a completely fresh snapshot; deleted directory, untared brand new code.  Makes 
and make installs fine.  <?php phpinfo(); ?> tags reports the configure line verbatim, 
and shows "JPG Support - enabled" in GD table.

Now.  Recompile.  Removing '--with-jpeg-dir=/usr' from configure line beforehand.  
Perform make and make install.

The new settings are not reflected in <?php phpinfo(); ?>.  The settings continue say 
JPEG support enabled.

Points:
- This failure occurrs in both directions.  Adding or deleting --with-jpeg-dir 
setting.
- This is not isolated to --with-jpeg-dir, but all flags as far as I can see.
- "make clean", "make distclean", "rm config.cache" before making, do not help.

-- 
William Guynes

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14019&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to