Hi Ye All,

I don't know if it is the right mail list to which i am posting the query. 
But
itz urgent and any help would be greatly appreciated.

Current Assignment is a web based project, where we are using Cold Fusion 
Web development tool
& Application Server on Sun Solaris 5.6 platform with Apache 1.3.3 as Web 
Server.

I have an urgent problem for which solution is required so i have
taken the freedom to ask you.

After installing Cold Fusion Application Server, we have to
configure Apache again to enable the DSO module_so and then
follow steps to LoadModule mod_coldfusion.so to the httpd.conf

To enable the Dynamic Shared Object(DSO) module_so ,

we have to execute the following command at the prompt :

$ env LIBS=/usr/lib/libC.so.5 CFLAGS=-fPIC ./configure --enable-module=so

(Instead of just ./configure, we have to use the env ... coz we
are using gcc compiler, also the $PATH is 
/usr/sbin:/usr/bin:/usr/ucb:/usr/ccs/bin:/opt/GCC281/bin)

The configuration executes fine but while building with the "make" option it 
fails and gives
an output , listed below ,which i am not able to interpret .

Your kind help in this regard will be greatly appreciated.

ls1-cw# make
===> src
===> src/os/unix
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=260 -fPIC `../../apaci` 
os.c
In file included from os.c:6:
../../include/ap_config.h:84: sys/types.h: No such file or directory
../../include/ap_config.h:85: sys/stat.h: No such file or directory
In file included from os.c:6:
../../include/ap_config.h:96: sys/param.h: No such file or directory
../../include/ap_config.h:890: sys/types.h: No such file or directory
In file included from os.c:6:
../../include/ap_config.h:894: dirent.h: No such file or directory
../../include/ap_config.h:903: stdio.h: No such file or directory
../../include/ap_config.h:904: stdlib.h: No such file or directory
../../include/ap_config.h:905: string.h: No such file or directory
In file included from ../../include/ap_config.h:906,
                 from os.c:6:
../../include/ap_ctype.h:61: ctype.h: No such file or directory
In file included from os.c:6:
../../include/ap_config.h:908: sys/file.h: No such file or directory
../../include/ap_config.h:911: sys/socket.h: No such file or directory
../../include/ap_config.h:915: netinet/in.h: No such file or directory
../../include/ap_config.h:916: netdb.h: No such file or directory
../../include/ap_config.h:917: sys/ioctl.h: No such file or directory
../../include/ap_config.h:919: arpa/inet.h: No such file or directory
../../include/ap_config.h:921: sys/wait.h: No such file or directory
../../include/ap_config.h:922: pwd.h: No such file or directory
../../include/ap_config.h:923: grp.h: No such file or directory
../../include/ap_config.h:924: fcntl.h: No such file or directory
In file included from 
/opt/GCC281/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1/include/syslimits.h:7,
                 from 
/opt/GCC281/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1/include/limits.h:11,
                 from ../../include/ap_config.h:925,
                 from os.c:6:
/opt/GCC281/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1/include/limits.h:116: 
limits.h: No such file or directory
In file included from os.c:6:
../../include/ap_config.h:938: time.h: No such file or directory
../../include/ap_config.h:939: signal.h: No such file or directory
../../include/ap_config.h:940: errno.h: No such file or directory
../../include/ap_config.h:942: memory.h: No such file or directory
../../include/ap_config.h:954: regex.h: No such file or directory
../../include/ap_config.h:967: sys/mman.h: No such file or directory
../../include/ap_config.h:1026: setjmp.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `os.o'
Current working directory /opt/apache_1.3.3/src/os/unix
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /opt/apache_1.3.3/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /opt/apache_1.3.3
*** Error code 1
make: Fatal error: Command failed for target `build'
ls1-cw#

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to