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

Yes.  Stop first, then start, I wondered about that.  Always noticed that in the 
error_log a restart doesn't work, so changed to the stop/start method.

Yes.  I believe I deleted config.cache before ./configure.  Rerunning entire sequence 
to make sure.

Results:
  # fresh tarball
  ./configure         # with flags, as above
  make
  make install
  apachectl stop      # verified in ps
  apachectl start     # verified in error_log
  # verified JPG support enabled in phpinfo() function
  # interesting note, config.cache no longer exists, hopeful news
  ./configure         # this time without --with-jpeg-dir
  make
  make install
  apachectl stop      # verified in ps
  apachectl start     # verified in error_log
  # phpinfo() still says JPG support enabled

Bummer.

-- 
William Guynes  

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

[2001-11-11 22:41:09] [EMAIL PROTECTED]

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


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

[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