Re: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-08 Thread Minnesota Slinky
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

Re: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-07 Thread Carsten Gaebler
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

RE: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-06 Thread Ed Elliott
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

Re: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-06 Thread Lyndon Tiu
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

Re: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-06 Thread Carsten Gaebler
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

Re: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-06 Thread Lyndon Tiu
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? > >

Re: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-06 Thread Carsten Gaebler
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

Re: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-06 Thread Lyndon Tiu
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