Re: [us...@httpd] Apache2 compile error on Solaris 10

2009-06-15 Thread Igor Cicimov
I have fixed the above problem, it was openssl problem and reinstall fixed it. Thanks again to everybody that replied. Igor On Mon, Jun 15, 2009 at 5:10 PM, Igor Cicimov wrote: > Hi Sander, > > Now I get the following fatal error: > > /hta/home/weblogic/apache2.2.11/httpd-2.2.11/srclib/apr/libt

Re: [us...@httpd] Apache2 compile error on Solaris 10

2009-06-15 Thread Igor Cicimov
Hi Sander, Now I get the following fatal error: /hta/home/weblogic/apache2.2.11/httpd-2.2.11/srclib/apr/libtool --silent --mode=link gcc -g -O2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o ab ab.lo -lm /hta/home/weblogic/apache2.2.11/httpd-2.2.11/srclib/pcre/ libpcre.la /hta/home/weblogi

Re: [us...@httpd] Apache2 compile error on Solaris 10

2009-06-14 Thread Igor Cicimov
Thanks Sander that did the trick ... too much time spend on linux lately :) Cheers, Igor On Mon, Jun 15, 2009 at 3:55 PM, Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote: > Hi Igor, > > > Is the PATH environmental variable set with "ar" installed > location. > What is the outpu

Re: [us...@httpd] Apache2 compile error on Solaris 10

2009-06-14 Thread Sander Temme
On Jun 14, 2009, at 10:50 PM, Igor Cicimov wrote: Hi Sander, Thanks for your reply. No I don't have /usr/ccs/bin in my PATH. So you say I need to include it? What else should I include in my PATH? /usr/ccs/bin contains some helper programs called by the compiler. Yes, you need it on you

RE: [us...@httpd] Apache2 compile error on Solaris 10

2009-06-14 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
Hi Igor, Is the PATH environmental variable set with "ar" installed location. What is the output of the following command Which ar Thanks, Prathima -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Monday, June 15, 2009 10:47 AM To: users@httpd.apach

Re: [us...@httpd] Apache2 compile error on Solaris 10

2009-06-14 Thread Igor Cicimov
Hi Sander, Thanks for your reply. No I don't have /usr/ccs/bin in my PATH. So you say I need to include it? What else should I include in my PATH? Thanks again for your help I really appreciate it. Igor On Mon, Jun 15, 2009 at 3:33 PM, Sander Temme wrote: > > On Jun 14, 2009, at 10:17 PM, Igo

Re: [us...@httpd] Apache2 compile error on Solaris 10

2009-06-14 Thread Sander Temme
On Jun 14, 2009, at 10:17 PM, Igor Cicimov wrote: Trying to solve the problem I have install apr and aprutils packages from free solaris but the error is still there. I also have all the dependences for the server installed as expat, sasl and openssl. Any idea what's wrong? What's your P