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

2010-02-02 Thread Jeff Trawick
On Tue, Feb 2, 2010 at 4:03 AM, daulat khan wrote: > i have installed sun studio and set the path variable as below > PATH=/opt/dasyedib/sunstudio12.1/bin:/bin:/router/bin:/sbin:/usr/sbin:/usr/bin > LD_LIBRARY_PATH=/opt/dasyedib/sunstudio12.1/lib > > and used this command to configure > ./configur

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

2010-02-02 Thread daulat khan
i have installed sun studio and set the path variable as below PATH=/opt/dasyedib/sunstudio12.1/bin:/bin:/router/bin:/sbin:/usr/sbin:/usr/bin LD_LIBRARY_PATH=/opt/dasyedib/sunstudio12.1/lib and used this command to configure ./configure --prefix=/opt/dasyedib/apache CFLAGS=-I/opt/dasyedib/sunstudi

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

2010-02-01 Thread Nick Kew
daulat khan wrote: /usr/ucbinclude/sys/file.h:156:20: macro "lseek" requires 3 arguments, That's BSD compatibility headers. You shouldn't go anywhere near those compiling on Solaris, unless perhaps it's a cross-compile or other such specialist job! I expect apache's configure expects native

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

2010-02-01 Thread Jeff Trawick
On Mon, Feb 1, 2010 at 10:33 AM, daulat khan wrote: > Hi, > > > i am hitting with this error while configuring apache httpd-2.2.14 in > solaris 10 machine > > > checking pthread.h presence... yes > configure: WARNING: pthread.h: present but cannot be compiled toolchain problem a quick fix might

[us...@httpd] apache configuration error

2010-02-01 Thread daulat khan
Hi, i am hitting with this error while configuring apache httpd-2.2.14 in solaris 10 machine checking pthread.h presence... yes configure: WARNING: pthread.h: present but cannot be compiled and while running make it produces this error. /usr/ucbinclude/sys/file.h:156:20: macro "lseek" require