|
Home > Archive > WebSphere HTTP Server > January 2004 > Development files for IBM HTTP Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Development files for IBM HTTP Server
|
|
| John McGrath 2004-01-19, 8:20 am |
| Greetings!
I am trying to build some software obtained from a defunct company that
uses the IBM HTTP server. I have an image of a RedHat 6.2 system that
contains the required runtime files and some of those files required for
development, but apparently not all of them.
For example, the software includes the file "httpd.h", which indirectly
includes "os.h" (ok so far), but that includes "os-inline.c", which I do
not have.
Does anyone know where I could obtain a copy of these files?
--
Regards,
John McGrath
| |
| John McGrath 2004-01-19, 8:20 am |
| I forgot to mention: I am using IBM_HTTP_Server-1.3.12-2.
--
Regards,
John McGrath
| |
| Aaron W Morris 2004-01-19, 8:21 am |
|
John McGrath wrote:
quote:
> Greetings!
>
> I am trying to build some software obtained from a defunct company that
> uses the IBM HTTP server. I have an image of a RedHat 6.2 system that
> contains the required runtime files and some of those files required for
> development, but apparently not all of them.
>
> For example, the software includes the file "httpd.h", which indirectly
> includes "os.h" (ok so far), but that includes "os-inline.c", which I do
> not have.
>
> Does anyone know where I could obtain a copy of these files?
>
IBM does not include them. I have found out that if you just comment
out the inclusion of "os-inline.c", most modules will compile just fine.
--
Aaron W Morris <aaronmorris@mindspring.com> (decep)
| |
| Dan Poirier 2004-01-19, 8:21 am |
| Aaron W Morris <aaronmorris@mindspring.com> writes:
quote:
> John McGrath wrote:
>
>
> IBM does not include them. I have found out that if you just comment
> out the inclusion of "os-inline.c", most modules will compile just
> fine.
Actually, I believe that file is included in the Apache source that
IBM includes with IHS. I used it a few years ago to build php on
RedHat 6.2 as an IHS plug-in.
--
Dan Poirier <poirier@us.ibm.com>
| |
| Aaron W Morris 2004-01-19, 8:22 am |
|
Dan Poirier wrote:quote:
> Actually, I believe that file is included in the Apache source that
> IBM includes with IHS. I used it a few years ago to build php on
> RedHat 6.2 as an IHS plug-in.
>
Nada. Check it our for yourself. Both IHS 1.3.19 and 1.3.26 do not
include the os-inline.c. Perhaps it was distributed in an earlier
version. They only way I can build php with IHS is to comment out the
inclusion.
--
Aaron W Morris <aaronmorris@mindspring.com> (decep)
|
|
|
|
|