Apache httpd 2.2.14 build error
Apache httpd 2.2.14 build error
am 06.11.2009 13:43:27 von daulat khan
Hi,
I am getting the below error while building apache httpd-2.2.14 server
in solaris 10 machine
/bin/bash /auto/earmsdev/dasyedib/httpd-2.2.14/srclib/apr/libtool
--silent --mode=link gcc -g -O2 -DHAVE_CONFIG_H -DSOLARIS2=10
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE
-I/auto/earmsdev/dasyedib/httpd-2.2.14/srclib/apr-util/inclu de
-I/auto/earmsdev/dasyedib/httpd-2.2.14/srclib/apr-util/inclu de/private
-I/auto/earmsdev/dasyedib/httpd-2.2.14/srclib/apr/include
-version-info 3:9:3 -R/usr/sfw/lib -o libaprutil-1.la -rpath
/opt/dasyedib/apache/lib buckets/apr_brigade.lo buckets/apr_buckets.lo
buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo
buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo
buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo
buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo
buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo
buckets/apr_buckets_socket.lo crypto/apr_md4.lo crypto/apr_md5.lo
crypto/apr_sha1.lo crypto/getuuid.lo crypto/uuid.lo
dbm/apr_dbm_sdbm.lo dbm/apr_dbm.lo dbm/sdbm/sdbm.lo
dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo
encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo
ldap/apr_ldap_url.lo misc/apr_date.lo misc/apr_queue.lo
misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo
misc/apu_dso.lo misc/apu_version.lo memcache/apr_memcache.lo
uri/apr_uri.lo xml/apr_xml.lo strmatch/apr_strmatch.lo xlate/xlate.lo
dbd/apr_dbd.lo -luuid -lsendfile -lrt -lsocket -lnsl -lpthread
-lexpat -liconv
/auto/earmsdev/dasyedib/httpd-2.2.14/srclib/apr/libapr-1.la -luuid
-lsendfile -lrt -lsocket -lnsl -lpthread
ld: fatal: library -liconv: not found
ld: fatal: File processing errors. No output written to
..libs/libaprutil-1.so.0.3.9
collect2: ld returned 1 exit status
make[3]: *** [libaprutil-1.la] Error 1
make[3]: Leaving directory
`/auto/earmsdev/dasyedib/httpd-2.2.14/srclib/apr-util'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/auto/earmsdev/dasyedib/httpd-2.2.14/srclib/apr-util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/auto/earmsdev/dasyedib/httpd-2.2.14/srclib'
make: *** [all-recursive] Error 1
Please help to resolve this issue..
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Apache httpd 2.2.14 build error
am 06.11.2009 13:47:58 von Eric Covener
On Fri, Nov 6, 2009 at 7:43 AM, daulat khan wrote:
> ld: fatal: library -liconv: not found
What have you done to find an iconv library on your system and make it
visible to the httpd build before starting a new thread?
--
Eric Covener
covener@gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Apache httpd 2.2.14 build error
am 06.11.2009 13:56:21 von daulat khan
i have set the following in my PATH and LD_LIBRARY_PATH variable
PATH=3D/opt/dasyedib/libiconv/bin:/usr/sfw/lib:/usr/sfw/bin: /usr/cisco/bin:=
/router/bin:/usr/local/ddts/bin:/usr/local/etc:/opt:/usr/loc al/man:/usr/man=
:/sw/current/man:/usr/atria/doc/man:/bin:/usr/bin:/usr/X11R6 /bin:/usr/local=
/bin:/usr/atria/bin:/usr/local/packages/atria/current/contri b:/usr/dt/bin:/=
usr/openwin/bin:/usr/ucb:/sbin:/usr/sbin:/usr/local/bin:/usr /ccs/bin:/usr/u=
cb:/users/dasyedib/bin:/usr/local/contrib/bin:/auto/ios-snap s/bin:/router/c=
ontrib/bin:/auto/ses/bin:/users/dasyedib/java/jre/lib:/ws/da syedib/installa=
tion/libtool-2.2/libtool:/usr/ucblib:/usr/local/bin:.
LD_LIBRARY_PATH=3D/usr/cisco/lib:/opt/dasyedib/libiconv/lib: /usr/sfw/lib:/u=
sr/local/lib:/usr/ucblib
OS_PATH=3D/usr/dt/bin /usr/openwin/bin /usr/sbin /bin /usr/bin
/usr/ccs/bin /usr/ucb
used ./configure LDFLAGS=3D-R/usr/ccs/lib CFLAGS=3D-liconv while
configuring. i dont know much about libraries and its linking. i have
also installing libiconv but nothing works
Thanks,
Daulatkhan
On Fri, Nov 6, 2009 at 6:17 PM, Eric Covener wrote:
> On Fri, Nov 6, 2009 at 7:43 AM, daulat khan wrote:
>> ld: fatal: library -liconv: not found
>
> What have you done to find an iconv library on your system and make it
> visible to the httpd build before starting a new thread?
>
>
> --
> Eric Covener
> covener@gmail.com
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Apache httpd 2.2.14 build error
am 09.11.2009 06:48:34 von daulat khan
any fix for this issue ?
On Fri, Nov 6, 2009 at 6:26 PM, daulat khan wrote:
> i have set the following in my PATH and LD_LIBRARY_PATH variable
>
> PATH=3D/opt/dasyedib/libiconv/bin:/usr/sfw/lib:/usr/sfw/bin: /usr/cisco/bi=
n:/router/bin:/usr/local/ddts/bin:/usr/local/etc:/opt:/usr/l ocal/man:/usr/m=
an:/sw/current/man:/usr/atria/doc/man:/bin:/usr/bin:/usr/X11 R6/bin:/usr/loc=
al/bin:/usr/atria/bin:/usr/local/packages/atria/current/cont rib:/usr/dt/bin=
:/usr/openwin/bin:/usr/ucb:/sbin:/usr/sbin:/usr/local/bin:/u sr/ccs/bin:/usr=
/ucb:/users/dasyedib/bin:/usr/local/contrib/bin:/auto/ios-sn aps/bin:/router=
/contrib/bin:/auto/ses/bin:/users/dasyedib/java/jre/lib:/ws/ dasyedib/instal=
lation/libtool-2.2/libtool:/usr/ucblib:/usr/local/bin:.
> LD_LIBRARY_PATH=3D/usr/cisco/lib:/opt/dasyedib/libiconv/lib: /usr/sfw/lib:=
/usr/local/lib:/usr/ucblib
> OS_PATH=3D/usr/dt/bin /usr/openwin/bin /usr/sbin /bin /usr/bin
> /usr/ccs/bin /usr/ucb
>
> used ./configure LDFLAGS=3D-R/usr/ccs/lib CFLAGS=3D-liconv while
> configuring. i dont know much about libraries and its linking. i have
> also installing libiconv but nothing works
>
> Thanks,
> Daulatkhan
>
> On Fri, Nov 6, 2009 at 6:17 PM, Eric Covener wrote:
>> On Fri, Nov 6, 2009 at 7:43 AM, daulat khan wrote=
:
>>> ld: fatal: library -liconv: not found
>>
>> What have you done to find an iconv library on your system and make it
>> visible to the httpd build before starting a new thread?
>>
>>
>> --
>> Eric Covener
>> covener@gmail.com
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Projec=
t.
>> See for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Apache httpd 2.2.14 build error
am 09.11.2009 14:00:18 von daulat khan
I have fixed the issue.
searched the iconv.h file in the /usr/.../include directory it was present.
and used ./configure --prefix=3D/opt/dasyedib/apache
CFLAGS=3D-I/usr/.../include LDFLAGS=3D-L/usr/.../lib
to configure. and the build was success.
Thanks for everyone for your help.
-Daulatkhan
On Mon, Nov 9, 2009 at 11:18 AM, daulat khan wrote:
> any fix for this issue ?
>
> On Fri, Nov 6, 2009 at 6:26 PM, daulat khan wrote:
>> i have set the following in my PATH and LD_LIBRARY_PATH variable
>>
>> PATH=3D/opt/dasyedib/libiconv/bin:/usr/sfw/lib:/usr/sfw/bin: /usr/cisco/b=
in:/router/bin:/usr/local/ddts/bin:/usr/local/etc:/opt:/usr/ local/man:/usr/=
man:/sw/current/man:/usr/atria/doc/man:/bin:/usr/bin:/usr/X1 1R6/bin:/usr/lo=
cal/bin:/usr/atria/bin:/usr/local/packages/atria/current/con trib:/usr/dt/bi=
n:/usr/openwin/bin:/usr/ucb:/sbin:/usr/sbin:/usr/local/bin:/ usr/ccs/bin:/us=
r/ucb:/users/dasyedib/bin:/usr/local/contrib/bin:/auto/ios-s naps/bin:/route=
r/contrib/bin:/auto/ses/bin:/users/dasyedib/java/jre/lib:/ws /dasyedib/insta=
llation/libtool-2.2/libtool:/usr/ucblib:/usr/local/bin:.
>> LD_LIBRARY_PATH=3D/usr/cisco/lib:/opt/dasyedib/libiconv/lib: /usr/sfw/lib=
:/usr/local/lib:/usr/ucblib
>> OS_PATH=3D/usr/dt/bin /usr/openwin/bin /usr/sbin /bin /usr/bin
>> /usr/ccs/bin /usr/ucb
>>
>> used ./configure LDFLAGS=3D-R/usr/ccs/lib CFLAGS=3D-liconv while
>> configuring. i dont know much about libraries and its linking. i have
>> also installing libiconv but nothing works
>>
>> Thanks,
>> Daulatkhan
>>
>> On Fri, Nov 6, 2009 at 6:17 PM, Eric Covener wrote:
>>> On Fri, Nov 6, 2009 at 7:43 AM, daulat khan wrot=
e:
>>>> ld: fatal: library -liconv: not found
>>>
>>> What have you done to find an iconv library on your system and make it
>>> visible to the httpd build before starting a new thread?
>>>
>>>
>>> --
>>> Eric Covener
>>> covener@gmail.com
>>>
>>> ------------------------------------------------------------ ---------
>>> The official User-To-User support forum of the Apache HTTP Server Proje=
ct.
>>> See for more info.
>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>
>>>
>>
>
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org