You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/02/16 16:12:13 UTC

DO NOT REPLY [Bug 28854] Build fails with missing library call on Solaris if GNU iconv is installed

https://issues.apache.org/bugzilla/show_bug.cgi?id=28854

marcoep@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.0.49                      |2.2.17

--- Comment #4 from marcoep@gmail.com 2011-02-16 10:12:08 EST ---
Hi there,

I might have an update on this, though my problem was on *install* phase. I.e.,
httpd compiled fine with included apr; then "make install" failed to relink
libaprutil saying it couldn't find libiconv.

The following solved the issue:

  CFLAGS='-I/usr/include' CPPFLAGS='-I/usr/local/lib' \
    LDFLAGS='-L/usr/local/lib' \
     ./configure ... --with-included-apr

Indeed, "iconv.h" is in /usr/include, whereas the library is in /usr/local/lib.

Further details:

$ uname -a
SunOS zaqar8 5.10 Generic_138888-05 sun4u sparc SUNW,Sun-Fire-V490

$ isainfo -v
64-bit sparcv9 applications
        vis2 vis
32-bit sparc applications
        vis2 vis v8plus div32 mul32

$ pkginfo -l SMCliconv
   PKGINST:  SMCliconv
      NAME:  libiconv
  CATEGORY:  application
      ARCH:  sparc
   VERSION:  1.11
   BASEDIR:  /usr/local
    VENDOR:  Bruno Haible
    PSTAMP:  Steve Christensen
  INSTDATE:  Jan 17 2011 17:10
     EMAIL:  steve@smc.vnet.net
    STATUS:  completely installed
     FILES:       48 installed pathnames
                   8 shared pathnames
                  10 directories
                   3 executables
                4991 blocks used (approx)


HTH!

  ^m'e

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org