php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17457 Undefined symbol "_jpeg_resync_to_restart" running ./configure
Submitted: 2002-05-27 12:14 UTC Modified: 2002-05-27 12:50 UTC
From: pablo at hst dot com dot ar Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.1 OS: Open BSD 3.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pablo at hst dot com dot ar
New email:
PHP Version: OS:

 

 [2002-05-27 12:14 UTC] pablo at hst dot com dot ar
Debug.log file output: 
--------------
CONFIGURE:   './configure' '--with-mysql' '--with-gd' '--with-apxs' '--enable-track-vars'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:    -DDEV_RANDOM=/dev/arandom -DMOD_SSL=208108 -DEAPI -DUSE_EXPAT
CXX:
CXXFLAGS:
INCLUDES:    -I/usr/lib/apache/include  -I$(top_builddir)/Zend -I/usr/local/include -I/usr/local/s
LDFLAGS:     -R/usr/local/lib -L/usr/local/lib
LIBS:       -lgd -lresolv -lm  -lresolv
DLIBS:
SAPI:       apache
PHP_RPATHS:  /usr/local/lib
uname -a:   OpenBSD snort 3.1 GENERIC#59 i386

gcc -o conftest -g -O2  -DDEV_RANDOM=/dev/arandom -DMOD_SSL=208108 -DEAPI -DUSE_EXPAT  -R/usr/loca
/usr/libexec/ld.so: Undefined symbol "_jpeg_resync_to_restart" in conftest:/usr/local/lib/libgd.so
--------------

Tank you in advance.
Pablo.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-27 12:50 UTC] sander@php.net
You probably need --with-jpeg-dir=/usr or --with-jpeg-dir=/usr/local to get it linked with jpeg.
 [2002-05-27 14:42 UTC] pablo at hst dot com dot ar
Y E S ?????, now is ok.

Tank you very much.

I try to Edit Submission with Status = Bogus but i recibe the error: "You aren't allowed to change a bug to that state."
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 03:01:27 2024 UTC