emerge --info information: Gentoo Base System version 1.6.14 Portage 2.0.54 (default-linux/ppc/2004.3, gcc-3.4.5, glibc-2.3.5-r3, 2.6.15-gentoo-r1 ppc) ================================================================= System uname: 2.6.15-gentoo-r1 ppc 7400, altivec supported dev-lang/python: 2.3.3, 2.4.2 sys-apps/sandbox: 1.2.12 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-r1 sys-devel/binutils: 2.16.1 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r4 ACCEPT_KEYWORDS="ppc" AUTOCLEAN="yes" CBUILD="powerpc-unknown-linux-gnu" CFLAGS="-O2 -mtune=G4 -maltivec -mabi=altivec -fno-strict-aliasing -pipe" CHOST="powerpc-unknown-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/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -mtune=G4 -maltivec -mabi=altivec -fno-strict-aliasing -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks sandbox sfperms strict" GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com/ http://gentoo.ccccom.com http://mir.zyrianes.net/gentoo/" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="ppc X alsa audiofile berkdb bitmap-fonts bzip2 cdr cli crypt curl dri eds emboss esd exif expat fam flac font-server foomaticdb fortran gdbm gif glut gpm idn imlib ipv6 jpeg kde lcms libwww mad mng motif mozilla mp3 mpeg mysql ncurses nls ogg oggvorbis opengl pam pcre pdflib perl png python qt readline reflection samba sdl session spell spl ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb vorbis xml2 xmms xorg xv zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY ------------------------------------------------------------------------ Here is the error received when attempting to emerge dev-lang/php with the apache2 use flag enabled in package.use: libtool: link: cannot find the library '/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/libstdc++.la' or unhandled argument '/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.1/libstdc++.la' I have verified that the missing file is located at /usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.5/libstdc++.la I am going to try creating the 3.4.1 directory and creating symlink to the 3.4.5 version. If there is a better fix to this, please let me know. Thanks for your help!
Using my suggested method in my previous posting did work. However, I received a warning about "libstdc++.la seems to have been moved" I made a simple php page and successfully browsed to it and got the correct output. Can anyone tell me if my resolution was proper or if there is something else that I should have done to fix this correctly?