Re: [us...@httpd] ssl - apache - solaris

2009-11-05 Thread Rajwinder-office Singh
Thanks for you replies guys :

Loadfile before module works fine ;-)

LoadFile /usr/local/ssl/lib/libssl.so

I checked with ldd :

r...@myserver # ldd /appl/apache0/bin/httpd
libm.so.2 => /lib/libm.so.2
libaprutil-1.so.0 => /appl/apache0/lib/libaprutil-1.so.0
libexpat.so.1 => /usr/local/lib/libexpat.so.1
libiconv.so.2 => /usr/local/lib/libiconv.so.2
libapr-1.so.0 => /appl/apache0/lib/libapr-1.so.0
libuuid.so.1 =>  /lib/libuuid.so.1
libsendfile.so.1 =>  /lib/libsendfile.so.1
librt.so.1 =>/lib/librt.so.1
libsocket.so.1 =>/lib/libsocket.so.1
libnsl.so.1 =>   /lib/libnsl.so.1
libpthread.so.1 =>   /lib/libpthread.so.1
libc.so.1 => /lib/libc.so.1
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
libaio.so.1 =>   /lib/libaio.so.1
libmd5.so.1 =>   /lib/libmd5.so.1
libmp.so.2 =>/lib/libmp.so.2
libscf.so.1 =>   /lib/libscf.so.1
libdoor.so.1 =>  /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
/platform/SUNW,Sun-Fire-V440/lib/libmd5_psr.so.1

r...@myserver # ldd /appl/apache0/modules/mod_ssl.so
libssl.so.0.9.8 =>   /usr/local/lib/libssl.so.0.9.8
libcrypto.so.0.9.8 =>/usr/local/ssl/lib/libcrypto.so.0.9.8
libuuid.so.1 =>  /lib/libuuid.so.1
libsendfile.so.1 =>  /lib/libsendfile.so.1
librt.so.1 =>/lib/librt.so.1
libsocket.so.1 =>/lib/libsocket.so.1
libnsl.so.1 =>   /lib/libnsl.so.1
libpthread.so.1 =>   /lib/libpthread.so.1
libc.so.1 => /lib/libc.so.1
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
libdl.so.1 =>/lib/libdl.so.1
libaio.so.1 =>   /lib/libaio.so.1
libmd5.so.1 =>   /lib/libmd5.so.1
libmp.so.2 =>/lib/libmp.so.2
libscf.so.1 =>   /lib/libscf.so.1
libdoor.so.1 =>  /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libm.so.2 => /lib/libm.so.2
/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
/platform/SUNW,Sun-Fire-V440/lib/libmd5_psr.so.1

Looks like libssl.so is not listed as dependency.

I tried adding in envvars file but didnt worked :

LD_LIBRARY_PATH="/usr/local/ssl/lib:/appl/apache0/lib:$LD_LIBRARY_PATH"



On Thu, Nov 5, 2009 at 11:48 AM, Sheryl  wrote:

>
> > ../configure --prefix=/appl/apache1 --enable-mods-shared=most
> --enable-ssl
> > --with-ssl=/usr/local/ssl/
> [snip]
> > "Cannot load /appl/apache1/modules/mod_ssl.so into server: ld.so.1:
> httpd:
> > fatal: relocation error: file /appl/apache1/modules/mod_ssl.so: symbol
> > SSL_CTX_sess_set_new_cb: referenced symbol not found"
>
> I suspect that it doesn't know where to find the library.  You can confirm
> this by running "ldd httpd" on the http daemon.  If that's the case, try
> adding the ssl library directory to the LD_LIBRARY_PATH (probably
> /usr/local/ssl/lib) in the envvars file in the apache bin directory.
>
> It's also possible to set up the RPATH during the configure/compile step
> to set the location of the library within the binary but not usually
> necessary.  Using envvars works too.
>
> > I tried it on Apache 2.2.13 / Apache 2.2.11 / Apache 2.0.63 / Apache
> > 2.0.59
> >
> > Any pointers what i am missing ?
> >
> > Thanks
> > Singh
> >
>
>
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


[us...@httpd] Re: Httpd configuration error

2009-11-05 Thread LuKreme

On 5-Nov-2009, at 09:39, Sheryl wrote:

On 5-Nov-2009, at 05:31, daulat khan wrote:
SunOS earms-sj-test 5.10 Generic_118822-25 sun4u sparc SUNW,Sun- 
Fire-

V490



Well, your OS is pushing 20 years old, and has been OELed for over a
decade.


??? It's been a few years since I worked with Solaris, but IIRC  
SunOS 5.10

is a.k.a. Solaris 10 and is nothing of the kind.


Sorry, I read it as 5.1


--
If you think that Mick Jagger will still be doing the whole
rock star thing at age fifty, well, then, you are sorely,
sorely mistaken.


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



Re: [us...@httpd] Apache2 content generators

2009-11-05 Thread André Warnier

antoine wrote:

Eric Covener wrote:

On Thu, Nov 5, 2009 at 10:25 AM, antoine  wrote:
 

The first one(mine) adds some stuff to the html body and the
second one is the mod_php that takes the first's results and gives the
client the final page.




Is running PHP as a filter deprecated?  That'd be an option.

  

Sorry can you explain better. Thanks



Let me roll back a little bit, and then get back to Erik's question above.

Basically, there can only be one Apache "response generator" module.

There can be "input" filters before : they filter the HTTP request and 
can do something to the request, but not to the result yet, because it 
is not yet created.


Then there is one "response generator".  That is the one which (usually) 
gets the basic document from disk (or creates it from scratch), modifies 
it or not, and produces the HTTP response.


Then there can be more "output" filters, which act on the response 
already produced by the response generator above, and can modify it some 
more.


I am unfamiliar with mod_php, but I imagine that it usually functions 
itself like the "response genrator" above.  Thus, it picks up a document 
from disk, examines it to see if it contains any php to process, and if 
yes it processes this php and modifies the original document 
accordingly. Then it sends out the result as an HTTP response.


If that is how it works, then it is going to be difficult for you to 
insert something else before it.  Because then, your module would have 
to pick up the page from disk, do something to it, and then figure out a 
way to pass that modified document to mod_php to process.  But mod_php 
wants to pick up the original from disk also, so you have a problem.


On the other hand, if mod_php, like Erik mentions above, can also be 
configured to work as an output filter (instead of as the content 
generator), then this may be the solution.
Your module could then be "content generator" : pick up the original 
document from disk, produce a HTTP response, and that response would 
then be processed by mod_php acting as an output filter.


Got it ?
Now you have to check yourself if mod_php /can/ be configured to work as 
an output filter, like Erik seems to hint that it can, or could.




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



[us...@httpd] Apache 2.2 coredumping on Solaris with Subversion 1.6

2009-11-05 Thread skrishnam...@bloomberg.com
Hi,

I compiled subversion with apache 2.2 on solaris but when I hit the server with 
an svn request, it produces a core dump. Running a pstack on the core file 
produces:

# /bin/pstack /bb/cores/core.httpd.5718.1257279721
core '/bb/cores/core.httpd.5718.1257279721' of 5718:
/bb/web/apache_2_2/bin/httpd -k start
 fdaa2214 access_checker (36aea0, 36c1a0, 640, fefefeff, 80808080, 1010101) + 44
 00069ef8 ap_run_access_checker (36aea0, 0, 0, 0, 0, 0) + 70
 0006aa58 ap_process_request_internal (36aea0, 0, 0, 0, 0, 0) + 360
 0008a378 ap_process_request (36aea0, 4, 36aea0, 364f60, 0, 0) + 60
 00085c50 ap_process_http_connection (364f60, 364e88, 0, 0, 0, 0) + 88
 0007e9e4 ap_run_process_connection (364f60, 364e88, 364e88, 0, 362f98, 368e60) 
+ 74
 0007f0a8 ap_process_connection (364f60, 364e88, 364e88, 0, 362f98, 368e60) + 98
 00091d3c child_main (0, 91200, 0, fefb8000, fef73700, fee42a00) + 60c
 00091fa8 make_child (109e00, 0, 0, 10, 10b4, fef73b00) + 1b8
 00092070 startup_children (5, 2, 5, 108120, 232d20, 0) + 70
 00092784 ap_mpm_run (108120, 1361d8, 109e00, 109e00, 4, 4) + 31c
 0004eb68 main (3, ffbff43c, ffbff44c, f3800, fee40100, fee40140) + f08
 0004d198 _start   (0, 0, 0, 0, 0, 0) + 108

Ive seen several other posts with people having the same issue but no real 
solutions

e.g :

http://forums.sun.com/thread.jspa?threadID=5360736&messageID=10573946#10573946
http://forums.sun.com/thread.jspa?threadID=5360736
http://markmail.org/message/jwhlkgvrnbmgunsd#query:subversion%20crashes%20at%20access_checker+page:1+mid:5cjtts3co442pxxh+state:results
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&viewType=browseAll&dsMessageId=588712#

stepping though the core file with dbx gives me :

Running the core files through dbx gives me :

Reading libz.so.1.2.3
Reading libm.so.1
Reading libgcc_s.so.1
Reading mod_dav_svn.so
Reading libsvn_repos-1.so.0.0.0
Reading libsvn_fs-1.so.0.0.0
Reading libsvn_delta-1.so.0.0.0
Reading libsvn_subr-1.so.0.0.0
Reading libexpat.so.0.1.0
Reading libsvn_fs_fs-1.so.0.0.0
Reading libsvn_fs_util-1.so.0.0.0
Reading libsqlite3.so.0.8.6
Reading mod_authz_svn.so
Reading mod_jk.so
t...@1 (l...@1) program terminated by signal SEGV (Segmentation Fault)
Current function is access_checker
  548 authz_svn_config_rec *conf = ap_get_module_config(r->per_dir_config,

Has anyone faced anything similar or have any ideas about how to fix this issue?
Any help is appreciated.

cheers


[us...@httpd] http redirection to httpd

2009-11-05 Thread sangfroid

Hi,

I have two webpages...

1. www.mypage.com and
2. www.mypage.com/private

The issue that I am having is, I need to redirect all http requests coming
to http://www.mypage.com/private to https://www.mypage.com

However, I don't want the requests coming to http://www.mypage.com to be
redirected to https://www.mypage.com.


How do I accomplish it ?

I will highly appreciate your suggestions..Thanks..
-- 
View this message in context: 
http://old.nabble.com/http-redirection-to-httpd-tp26222774p26222774.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


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



Re: [us...@httpd] ssl - apache - solaris

2009-11-05 Thread Sheryl
> Thanks for you replies guys :
>
> Loadfile before module works fine ;-)

The only thing to watch out with on loadfile is that sometimes an upgrade
will "disappear" the addtion and you'll have to put it back.  I never had
the problem on Solaris but I have seen that happen on RHEL.

Sheryl


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



Re: [us...@httpd] http redirection to httpd

2009-11-05 Thread John List

sangfroid wrote:

Hi,

I have two webpages...

1. www.mypage.com and
2. www.mypage.com/private

The issue that I am having is, I need to redirect all http requests coming
to http://www.mypage.com/private to https://www.mypage.com

However, I don't want the requests coming to http://www.mypage.com to be
redirected to https://www.mypage.com.


How do I accomplish it ?

I will highly appreciate your suggestions..Thanks..
  


Simplest solution is the Redirect directive:
From http://httpd.apache.org/docs/2.0/mod/mod_alias.html#redirect :

   The Redirect directive maps an old URL into a new one by asking the
   client to refetch the resource at the new location.

   The old /URL-path/ is a case-sensitive (%-decoded) path beginning
   with a slash. A relative path is not allowed. The new /URL/ should
   be an absolute URL beginning with a scheme and hostname.


 Example:

   | Redirect /service http://foo2.bar.com/service |

   If the client requests |http://myserver/service/foo.txt|, it will be
   told to access |http://foo2.bar.com/service/foo.txt| instead.

So in your case you would use something like:

| Redirect /private https://foo2.bar.com/
|

|
|

John


Re: [us...@httpd] http redirection to httpd

2009-11-05 Thread sangfroid

 Hi John,

Thank you for the reply. I also found one more way to do it ...

Added the following directive in httpd.conf



   RewriteEngine On
   ReWriteCond %{HTTPS} !=on
   RewriteRule .* https://%{HTTP_HOST}:443%{REQUEST_URI} [QSA,R=permanent,L]


However, now the problem is, I also needed the users to authenticate by
htaccess file. But keeping .htaccess file in /var/www/html/private is not
working. I mean in that case, first the system asks password in an unsecured
mechanism and then only https redirection is working. I wanted just the
reverse...first establish secure connection and then  only ask the user for
password...

Any clue on it ?? 





John Hicks wrote:
> 
> sangfroid wrote:
>> Hi,
>>
>> I have two webpages...
>>
>> 1. www.mypage.com and
>> 2. www.mypage.com/private
>>
>> The issue that I am having is, I need to redirect all http requests
>> coming
>> to http://www.mypage.com/private to https://www.mypage.com
>>
>> However, I don't want the requests coming to http://www.mypage.com to be
>> redirected to https://www.mypage.com.
>>
>>
>> How do I accomplish it ?
>>
>> I will highly appreciate your suggestions..Thanks..
>>   
> 
> Simplest solution is the Redirect directive:
>  From http://httpd.apache.org/docs/2.0/mod/mod_alias.html#redirect :
> 
> The Redirect directive maps an old URL into a new one by asking the
> client to refetch the resource at the new location.
> 
> The old /URL-path/ is a case-sensitive (%-decoded) path beginning
> with a slash. A relative path is not allowed. The new /URL/ should
> be an absolute URL beginning with a scheme and hostname.
> 
> 
>   Example:
> 
> | Redirect /service http://foo2.bar.com/service |
> 
> If the client requests |http://myserver/service/foo.txt|, it will be
> told to access |http://foo2.bar.com/service/foo.txt| instead.
> 
> So in your case you would use something like:
> 
> | Redirect /private https://foo2.bar.com/
> |
> 
> |
> |
> 
> John
> 
> 

-- 
View this message in context: 
http://old.nabble.com/http-redirection-to-httpd-tp26222774p26223880.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


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



Re: [us...@httpd] http redirection to httpd

2009-11-05 Thread André Warnier

sangfroid wrote:

 Hi John,

Thank you for the reply. I also found one more way to do it ...

Added the following directive in httpd.conf



   RewriteEngine On
   ReWriteCond %{HTTPS} !=on
   RewriteRule .* https://%{HTTP_HOST}:443%{REQUEST_URI} [QSA,R=permanent,L]


However, now the problem is, I also needed the users to authenticate by
htaccess file. But keeping .htaccess file in /var/www/html/private is not
working. I mean in that case, first the system asks password in an unsecured
mechanism and then only https redirection is working. I wanted just the
reverse...first establish secure connection and then  only ask the user for
password...

Any clue on it ?? 

Then you will probably have to create 2 VirtualHost, and place your 
authentication in the HTTPS host.


Listen *:80
Listen *:443
...

  your HTTP host config


  your HTTPS host config

 
  AuthType Basic
  AuthName private
  ...
 



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



Re: [us...@httpd] Httpd configuration error

2009-11-05 Thread daulat khan
yes the build is failing

On Thu, Nov 5, 2009 at 10:15 PM, Nick Kew  wrote:
> daulat khan wrote:
>>
>> Hi,
>> i am facing issue while running ./configure
>>
>> configure:6825: WARNING: sys/processor.h: present but cannot be compiled
>> configure:6825: WARNING: sys/processor.h:     check for missing
>> prerequisite headers?
>> configure:6825: WARNING: sys/processor.h: see the Autoconf documentation
>> configure:6825: WARNING: sys/processor.h:     section "Present But
>> Cannot Be Compiled"
>> configure:6825: WARNING: sys/processor.h: proceeding with the compiler's
>> result
>> i am installing apache httpd 2.2.14 version
>> Can any body help me to fix this error.
>
> Looks more like a WARNING than an error.  Can't help with it as such.
> Is the build failing?
>
> --
> Nick Kew
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

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



[us...@httpd] core_output_filter errors... 404s on the site.

2009-11-05 Thread Vasiliy Boulytchev
Dear Apache Users...

We are seeing this in our web logs... along with users receiving 404s on the
site... The site is a php/mysql application.

[Fri Nov 06 00:52:31 2009] [info] [client 67.195.115.125] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:52:32 2009] [info] [client 67.195.115.125] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:52:32 2009] [info] [client 67.195.115.125] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:52:32 2009] [info] [client 67.195.115.125] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:52:33 2009] [info] [client 67.195.115.125] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:52:34 2009] [info] [client 65.55.106.230] (104)Connection
reset by peer: core_output_filter: writing data to the network
[Fri Nov 06 00:52:36 2009] [info] [client 67.195.114.249] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:52:37 2009] [info] [client 65.55.106.203] (104)Connection
reset by peer: core_output_filter: writing data to the network
[Fri Nov 06 00:52:37 2009] [info] [client 74.69.0.152] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:55:52 2009] [info] [client 74.100.12.135] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:56:18 2009] [info] [client 74.100.12.135] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:57:26 2009] [info] [client 93.23.15.202] (70007)The timeout
specified has expired: core_output_filter: writing data to the network
[Fri Nov 06 00:57:37 2009] [info] [client 122.249.242.130] (70007)The
timeout specified has expired: core_output_filter: writing data to the
network
[Fri Nov 06 00:58:50 2009] [info] [client 65.48.150.43] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:58:58 2009] [info] [client 112.135.234.199] (104)Connection
reset by peer: core_output_filter: writing data to the network
[Fri Nov 06 00:59:09 2009] [info] [client 93.23.15.202] (32)Broken pipe:
core_output_filter: writing data to the network
[Fri Nov 06 00:59:33 2009] [info] [client 112.135.234.199] (104)Connection
reset by peer: core_output_filter: writing data to the network


Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8b DAV/2 PHP/5.2.11

apache compiletime:
#!/bin/sh
  ./configure \
  --enable-ssl \
  --enable-rewrite=shared \
  --prefix=/usr/local/apache-2.2.10 \
  --enable-so \
  --enable-actions=shared \
  --enable-cgi \
  --enable-status=shared \
  --enable-info=shared \
  --enable-logio \
  --enable-dav \
  --enable-maintainer-mode \
  --enable-proxy \
  --enable-proxy-http \
   --enable-cache \
   --enable-mem-cache \
  --with-mpm=worker

php compiletime:
'./configure' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-mysql'
'--prefix=/usr/local/apache/php'
'--with-config-file-path=/usr/local/apache/php'
'--enable-force-cgi-redirect' '--enable-cgi' '--with-zlib'
'--enable-magic-quotes' '--enable-ftp' '--with-gd'
'--with-jpeg-dir=/usr/lib' '--with-mhash=/usr/local/mhash'
'--with-mcrypt=/usr/local/mcrypt' '--with-png-dir=/usr/lib' '--with-gettext'
'--enable-mbstring' '--with-curl' '--enable-wddx' '--enable-soap'
'--enable-zip' '--with-openssl' '--with-freetype-dir'


Re: [us...@httpd] Httpd configuration error

2009-11-05 Thread daulat khan
Hi,

configuration error is fixed by setting /usr/sfw/bin to the PATH environment
variable Now i am getting make error.

/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


Can anyone face this issue earlier..
Thanks,
Daulatkhan

On Fri, Nov 6, 2009 at 7:35 AM, daulat khan  wrote:
> yes the build is failing
>
> On Thu, Nov 5, 2009 at 10:15 PM, Nick Kew  wrote:
>> daulat khan wrote:
>>>
>>> Hi,
>>> i am facing issue while running ./configure
>>>
>>> configure:6825: WARNING: sys/processor.h: present but cannot be compiled
>>> configure:6825: WARNING: sys/processor.h:     check for missing
>>> prerequisite headers?
>>> configure:6825: WARNING: sys/processor.h: see the Autoconf documentation
>>> configure:6825: WARNING: sys/processor.h:     section "Present But
>>> Cannot Be Compiled"
>>> configure:6825: WARNING: sys/processor.h: proceeding with the compiler's
>>> result
>>> i am installing apache httpd 2.2.14 version
>>> Can any body help me to fix this error.
>>
>> Looks more like a WARNING than an error.  Can't help with it as such.
>> Is the build failing?
>>
>> --
>> Nick Kew
>>
>> -
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>>
>>
>

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