Awww, I was hoping this was the start of a beautiful OS war.
/me pulls out his FreeBSD 5.4 guns...
;)
On 7/7/05, Carsten Gaebler <[EMAIL PROTECTED]> wrote:
> On 07/06/2005 05:27 PM, Ed Elliott wrote:
> >
> >
> > #ifndef PEM_F_DEF_CALLBACK
> > + #ifdef PEM_F_PEM_DEF_CALLBACK
> > + /* In OpenSS
On 07/06/2005 05:27 PM, Ed Elliott wrote:
#ifndef PEM_F_DEF_CALLBACK
+ #ifdef PEM_F_PEM_DEF_CALLBACK
+ /* In OpenSSL 0.9.8 PEM_F_DEF_CALLBACK was renamed */
+ #define PEM_F_DEF_CALLBACK PEM_F_PEM_DEF_CALLBACK
+ #endif
+ #endif
Thanks a lot. That solved the problem. Much quicker and neater b
A patch was submitted for this yesterday:
http://mail-archives.apache.org/mod_mbox/httpd-dev/200507.mbox/%3c2005070512
[EMAIL PROTECTED]
#ifndef PEM_F_DEF_CALLBACK
+ #ifdef PEM_F_PEM_DEF_CALLBACK
+ /* In OpenSSL 0.9.8 PEM_F_DEF_CALLBACK was renamed */
+ #define PEM_F_DEF_CALLBACK PEM_F_PEM_DEF
On Wed, 06 Jul 2005 17:04:02 0200 users@httpd.apache.org wrote:
> On 07/06/2005 04:33 PM, Lyndon Tiu wrote:
> > I would suggest try using gcc 3.x if available. Gcc 2.x is very old.
>
> Same problem with gcc 3.3.5 and glibc 2.3.2.
>
OK. I would suggest finding a Linux user's group. You'd find
On 07/06/2005 04:33 PM, Lyndon Tiu wrote:
I would suggest try using gcc 3.x if available. Gcc 2.x is very old.
Same problem with gcc 3.3.5 and glibc 2.3.2.
cg.
-
The official User-To-User support forum of the Apache HTTP Serv
Hello,
I would suggest try using gcc 3.x if available. Gcc 2.x is very old.
On Wed, 06 Jul 2005 16:27:45 0200 users@httpd.apache.org wrote:
> On 07/06/2005 04:20 PM, Lyndon Tiu wrote:
> > What Debian version?
>
> Woody.
>
> > What's your glibc version?
>
> 2.2.5.
>
> > What gcc version?
>
>
On 07/06/2005 04:20 PM, Lyndon Tiu wrote:
What Debian version?
Woody.
What's your glibc version?
2.2.5.
What gcc version?
2.95.4
cg.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See htt
Hello,
What Debian version?
What's your glibc version?
What gcc version?
On Wed, 06 Jul 2005 11:30:43 0200 users@httpd.apache.org wrote:
> Hi,
>
> I've just tried to compile Apache 2.0.54 with OpenSSL 0.9.8 on Debian
> Linux and I got the following error message:
>
>
--
Lyndon Tiu