ID:               36665
 User updated by:  geoffrey at misco dot nl
 Reported By:      geoffrey at misco dot nl
-Status:           Feedback
+Status:           Open
 Bug Type:         Compile Failure
 Operating System: redhat 9
-PHP Version:      4.4.2
+PHP Version:      4.4.2-devel
 Assigned To:      pajoye
 New Comment:

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??


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

[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.

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

[2006-03-09 14:31:43] [EMAIL PROTECTED]

I think you are misusing the configure options.

Please post somewhere the config.nice file without your modifications.

I aslo think that you miss some -devel or installed in a non standard
place. 

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

[2006-03-09 14:13:48] geoffrey at misco dot nl

i've edited the configure script and changed a directory link... he now
goes a bit further then png.h but now the compiler strands on 

configure: error: libXpm.(a|so) not found.

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

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

been there, done that.
Still is popping up errors

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

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