Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

Apache httpd 2.2.14 build error

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


daulat.kan at gmail

Nov 6, 2009, 4:43 AM

Post #1 of 5 (163 views)
Permalink
Apache httpd 2.2.14 build error

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/include
-I/auto/earmsdev/dasyedib/httpd-2.2.14/srclib/apr-util/include/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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


covener at gmail

Nov 6, 2009, 4:47 AM

Post #2 of 5 (151 views)
Permalink
Re: Apache httpd 2.2.14 build error [In reply to]

On Fri, Nov 6, 2009 at 7:43 AM, daulat khan <daulat.kan[at]gmail.com> 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[at]gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


daulat.kan at gmail

Nov 6, 2009, 4:56 AM

Post #3 of 5 (152 views)
Permalink
Re: Apache httpd 2.2.14 build error [In reply to]

i have set the following in my PATH and LD_LIBRARY_PATH variable

PATH=/opt/dasyedib/libiconv/bin:/usr/sfw/lib:/usr/sfw/bin:/usr/cisco/bin:/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/X11R6/bin:/usr/local/bin:/usr/atria/bin:/usr/local/packages/atria/current/contrib:/usr/dt/bin:/usr/openwin/bin:/usr/ucb:/sbin:/usr/sbin:/usr/local/bin:/usr/ccs/bin:/usr/ucb:/users/dasyedib/bin:/usr/local/contrib/bin:/auto/ios-snaps/bin:/router/contrib/bin:/auto/ses/bin:/users/dasyedib/java/jre/lib:/ws/dasyedib/installation/libtool-2.2/libtool:/usr/ucblib:/usr/local/bin:.
LD_LIBRARY_PATH=/usr/cisco/lib:/opt/dasyedib/libiconv/lib:/usr/sfw/lib:/usr/local/lib:/usr/ucblib
OS_PATH=/usr/dt/bin /usr/openwin/bin /usr/sbin /bin /usr/bin
/usr/ccs/bin /usr/ucb

used ./configure LDFLAGS=-R/usr/ccs/lib CFLAGS=-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 <covener[at]gmail.com> wrote:
> On Fri, Nov 6, 2009 at 7:43 AM, daulat khan <daulat.kan[at]gmail.com> 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[at]gmail.com
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
>   "   from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


daulat.kan at gmail

Nov 8, 2009, 9:48 PM

Post #4 of 5 (135 views)
Permalink
Re: Apache httpd 2.2.14 build error [In reply to]

any fix for this issue ?

On Fri, Nov 6, 2009 at 6:26 PM, daulat khan <daulat.kan[at]gmail.com> wrote:
> i have set the following in my PATH and LD_LIBRARY_PATH variable
>
> PATH=/opt/dasyedib/libiconv/bin:/usr/sfw/lib:/usr/sfw/bin:/usr/cisco/bin:/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/X11R6/bin:/usr/local/bin:/usr/atria/bin:/usr/local/packages/atria/current/contrib:/usr/dt/bin:/usr/openwin/bin:/usr/ucb:/sbin:/usr/sbin:/usr/local/bin:/usr/ccs/bin:/usr/ucb:/users/dasyedib/bin:/usr/local/contrib/bin:/auto/ios-snaps/bin:/router/contrib/bin:/auto/ses/bin:/users/dasyedib/java/jre/lib:/ws/dasyedib/installation/libtool-2.2/libtool:/usr/ucblib:/usr/local/bin:.
> LD_LIBRARY_PATH=/usr/cisco/lib:/opt/dasyedib/libiconv/lib:/usr/sfw/lib:/usr/local/lib:/usr/ucblib
> OS_PATH=/usr/dt/bin /usr/openwin/bin /usr/sbin /bin /usr/bin
> /usr/ccs/bin /usr/ucb
>
> used ./configure LDFLAGS=-R/usr/ccs/lib CFLAGS=-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 <covener[at]gmail.com> wrote:
>> On Fri, Nov 6, 2009 at 7:43 AM, daulat khan <daulat.kan[at]gmail.com> 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[at]gmail.com
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
>>   "   from the digest: users-digest-unsubscribe[at]httpd.apache.org
>> For additional commands, e-mail: users-help[at]httpd.apache.org
>>
>>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


daulat.kan at gmail

Nov 9, 2009, 5:00 AM

Post #5 of 5 (134 views)
Permalink
Re: Apache httpd 2.2.14 build error [In reply to]

I have fixed the issue.

searched the iconv.h file in the /usr/.../include directory it was present.
and used ./configure --prefix=/opt/dasyedib/apache
CFLAGS=-I/usr/.../include LDFLAGS=-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 <daulat.kan[at]gmail.com> wrote:
> any fix for this issue ?
>
> On Fri, Nov 6, 2009 at 6:26 PM, daulat khan <daulat.kan[at]gmail.com> wrote:
>> i have set the following in my PATH and LD_LIBRARY_PATH variable
>>
>> PATH=/opt/dasyedib/libiconv/bin:/usr/sfw/lib:/usr/sfw/bin:/usr/cisco/bin:/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/X11R6/bin:/usr/local/bin:/usr/atria/bin:/usr/local/packages/atria/current/contrib:/usr/dt/bin:/usr/openwin/bin:/usr/ucb:/sbin:/usr/sbin:/usr/local/bin:/usr/ccs/bin:/usr/ucb:/users/dasyedib/bin:/usr/local/contrib/bin:/auto/ios-snaps/bin:/router/contrib/bin:/auto/ses/bin:/users/dasyedib/java/jre/lib:/ws/dasyedib/installation/libtool-2.2/libtool:/usr/ucblib:/usr/local/bin:.
>> LD_LIBRARY_PATH=/usr/cisco/lib:/opt/dasyedib/libiconv/lib:/usr/sfw/lib:/usr/local/lib:/usr/ucblib
>> OS_PATH=/usr/dt/bin /usr/openwin/bin /usr/sbin /bin /usr/bin
>> /usr/ccs/bin /usr/ucb
>>
>> used ./configure LDFLAGS=-R/usr/ccs/lib CFLAGS=-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 <covener[at]gmail.com> wrote:
>>> On Fri, Nov 6, 2009 at 7:43 AM, daulat khan <daulat.kan[at]gmail.com> 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[at]gmail.com
>>>
>>> ---------------------------------------------------------------------
>>> The official User-To-User support forum of the Apache HTTP Server Project.
>>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>>> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
>>>   "   from the digest: users-digest-unsubscribe[at]httpd.apache.org
>>> For additional commands, e-mail: users-help[at]httpd.apache.org
>>>
>>>
>>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.