... do the simple stuff first... since you're running Solaris be sure and
check the /usr/include directory and/or run the find command from your
root directory to make sure the header files are still present, because
your error merely indicates that it can't find them... and if your header
files are present you may want to check your prefix being used for
installation because it looks like its trying to locate the header files
relative to its current position in the directory... and maybe check the
environment path you have set up to search for files to include
/usr/include... this line here indicates that you may be in the wrong
directory to start with because it references the include directory
relatively... or perhaps change them to absolute references (e.g.
-I/usr/include)...

gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=260 -fPIC
`../../apaci`

... of course it's always difficult to diagnose these things without
knowing what you've already done and when one isn't there to see it, but I
hope these suggestions help anyway...

Thanks.

Rynell

On Fri, 17 Sep 1999, Winged Wolf wrote:

> The modssl-users list is not the appropriate place to ask this question.
> However, since I'm a nice guy, I'm going to answer anyway :> :
> 
> Do a 'man errno'.  This is a system variable that's declared in errno.h,
> which is one of the files that it failed on.  This will give you (on your
> Solaris system) the name of the package that needs to be installed from
> the installation media to get the system include files, which are what
> you're missing.  Once you install this package, everything will be okay
> and it'll compile correctly.
> 
> Best of luck,
> 
> -Mat
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Sam Smiles
> Sent: Friday, September 17, 1999 10:21 AM
> To: [EMAIL PROTECTED]
> Subject: Apache1.3.3 Make Build query
> 
> 
> 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]
> 

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to