ID:               36665
 User updated by:  geoffrey at misco dot nl
 Reported By:      geoffrey at misco dot nl
-Status:           Bogus
+Status:           Closed
 Bug Type:         Compile Failure
 Operating System: redhat 9
 PHP Version:      4.4.3-dev
 Assigned To:      pajoye
 New Comment:

.


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

[2006-03-10 14:55:57] geoffrey at misco dot nl

so you can't give a simple answer for you! to me??
What should i add to --with-jpeg-dir=<here> then??

it is the php configure script which can't find the file ... so its a
bug in the configure script

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

[2006-03-10 14:29:43] [EMAIL PROTECTED]

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

You are obviously messing your setup and the configure script.

Get a clean setup (only use your linux packages to install any library,
including -devel), use only the options required to configure what you
need for php,etc...

Ask for support in the various mailing list.

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

[2006-03-10 14:14:55] geoffrey at misco dot nl

I removed all unneccesary lines but still get error
This is from the configure script
  if test "$PHP_JPEG_DIR" != "no"; then

    for i in $PHP_JPEG_DIR /usr/local /usr; do
      test -f $i/lib/libjpeg.$SHLIB_SUFFIX_NAME -o -f $i/lib/libjpeg.a
&& GD_JPE
G_DIR=$i && break
    done

    if test -z "$GD_JPEG_DIR"; then
      { echo "configure: error: libjpeg.(a|so) not found." 1>&2; exit
1; }
    fi


  save_old_LDFLAGS=$LDFLAGS
  ac_stuff="
      -L$GD_JPEG_DIR/lib

What does this mean?? because i now have the jpeg-6b dir. in the
/usr/lib/jpeg-6b 

What should i add to --with-jpeg-dir=<here> then??

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

[2006-03-09 16:20:21] [EMAIL PROTECTED]

> Yes i did, because i want to let the new installation work
> just like our old installation and that installation had
> all those settings..
> But if i remove some it doesn't resolve the error i think 

Please use *only* what is needed to configure PHP, the rest must be
detected.

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

[2006-03-09 15:24:17] [EMAIL PROTECTED]

Did you use all these options?

Please only use what you need to configure php, like:
'--with-jpeg-dir=/usr' or for png. Leave all the system/hosts setting
alone.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/36665

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

Reply via email to