Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103220 - php/mod_php fail configure due to libjpeg
Summary: php/mod_php fail configure due to libjpeg
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-21 04:08 UTC by Tom Wesley
Modified: 2005-08-21 11:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log from dev-php/php-4.3.11 (config.log,50.39 KB, text/plain)
2005-08-21 04:09 UTC, Tom Wesley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Wesley 2005-08-21 04:08:47 UTC
emerging php fails with:

checking for jpeg_read_header in -ljpeg... no
configure: error: Problem with libjpeg.(a|so). Please check config.log for more
information.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/php-4.3.11/work/php-4.3.11/config.log

This happens with dev-php/php-4.3.11 and dev-php/php-4.4.0.
Comment 1 Tom Wesley 2005-08-21 04:09:29 UTC
Created attachment 66462 [details]
config.log from dev-php/php-4.3.11
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-21 05:03:53 UTC
You neglected to post emerge --info output as you we told to when filing the bug.
Comment 3 Tom Wesley 2005-08-21 09:57:48 UTC
So I did:

Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.12-gentoo-r8 i686)
=================================================================
System uname: 2.6.12-gentoo-r8 i686 AMD Athlon(tm) MP 2400+
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.4.1-r1
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-mp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=athlon-mp -O2 -pipe"
DISTDIR="/usr/portage-distfiles"
FEATURES="autoconfig candy distlocks fixpackages loadpolicy sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://gentoo.tiscali.nl/gentoo/ http://ftp.easynet.nl/mirror/gentoo/
http://gentoo.mirror.sdv.fr ftp://ftp.tiscali.nl/pub/mirror/gentoo
http://mir.zyrianes.net/gentoo/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
LANG="en_GB.UTF-8"
LC_ALL="en_GB.UTF-8"
LINGUAS="en_GB en"
MAKEOPTS="-j3"
PKGDIR="/usr/portage-packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dfx 3dnow 3dnowext X aalib alsa apm avi bash-completion berkdb
bitmap-fonts browserplugin cdr crypt cups curl dga dvd dvdr emboss encode evo
fam foomaticdb fortran gd gdbm gif gnome gpm gtk gtk2 guile hal imagemagick
imlib ipv6 java jikes jpeg kdeenablefinal ldap libg++ libwww mad mikmod mmx
mmxext motif mozilla moznocompose moznoirc moznomail mp3 mpeg mysql ncurses
network nls nntp nptl offensive ogg oggvorbis opengl oss pam pda pdflib perl png
python quicktime readline ruby sdl slang smime spell ssl svga tcltk tcpd tetex
tiff truetype truetype-fonts type1-fonts unicode vorbis xine xml2 xprint xv zlib
linguas_en_GB linguas_en userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-08-21 11:21:22 UTC
From config.log:
/usr/lib/libxslt.so: undefined reference to `xmlXPathDebugDumpObject'
/usr/lib/libexslt.so: undefined reference to `xmlDebugDumpNode'

Your XML libs are broken.
Use revdep-rebuild
and make sure that libxslt gets re-compiled.