Bug#332791: error: `PEM_F_DEF_CALLBACK' undeclared

2005-10-08 Thread C.Y.M
Package: apache2
Version: 2.0.54-5
Severity: grave

Apache2 no longer builds with new openssl-0.9.8 package.

/var/local/apache2/apache2-2.0.54/build-tree/apache2/modules/ssl/ssl_engine_pphrase.c:
In function `ssl_pphrase_Handle_CB':
/var/local/apache2/apache2-2.0.54/build-tree/apache2/modules/ssl/ssl_engine_pphrase.c:684:
error: `PEM_F_DEF_CALLBACK' undeclared (first use in this function)
/var/local/apache2/apache2-2.0.54/build-tree/apache2/modules/ssl/ssl_engine_pphrase.c:684:
error: (Each undeclared identifier is reported only once
/var/local/apache2/apache2-2.0.54/build-tree/apache2/modules/ssl/ssl_engine_pphrase.c:684:
error: for each function it appears in.)
make[4]: *** [ssl_engine_pphrase.slo] Error 1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#332791: Acknowledgement (error: `PEM_F_DEF_CALLBACK' undeclared )

2005-10-08 Thread C.Y.M
Here is a patch to fix the problem:

--- httpd-2.0.54.orig/modules/ssl/ssl_toolkit_compat.h  2005-02-04
12:21:18.0 -0800
+++ httpd-2.0.54/modules/ssl/ssl_toolkit_compat.h   2005-07-06
08:50:38.46875 -0700
@@ -24,6 +24,12 @@

 #ifdef OPENSSL_VERSION_NUMBER

+#if (OPENSSL_VERSION_NUMBER = 0x0090800fL)
+#ifndef PEM_F_DEF_CALLBACK
+#define PEM_F_DEF_CALLBACK PEM_F_PEM_DEF_CALLBACK
+#endif
+#endif
+
 /*
  * rsa sslc uses incomplete types for most structures
  * so we macroize for OpenSSL those which cannot be dereferenced



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#294810: Apache will not start unless Apache-ssl is started first

2005-02-11 Thread C.Y.M
Package: apache
Version: 1.3.33-4
Description:  My system has both apache and apache-ssl installed.  I am unable 
to start and stop apache after upgrading from the previous version.  When 
attempting to stop apache, a single thread still remains running and I have to 
manually kill it and the pid file in /var/run is not removed.  But, if I start 
apache-ssl first, then I am able to start apache.  There are no errors in the 
error.log.

ii  apache 1.3.33-4   versatile, high-performance HTTP server
ii  apache-common  1.3.33-4   support files for all Apache webservers
ii  apache-ssl 1.3.33-4   versatile, high-performance HTTP server with
ii  apache-utils   1.3.33-4   utility programs for webservers (transitiona
ii  apache2-utils  2.0.53-3   utility programs for webservers
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#294810: Acknowledgement (Apache will not start unless Apache-ssl is started first)

2005-02-11 Thread C.Y.M
Some more information...
I tried apt-get source apache and built the packages with fakeroot 
dpkg-buildpackge.  Everything built fine. But, the same thing is happening.  I 
tried to change the startup order so apache would start after apache-ssl on boot 
, but that did not help either.  Oddly, once the computer restarts, I *can* log 
into the console and manually start the apache service (which works).  Although, 
if I try to stop and start the apache service again once I manually start it, it 
does not start again.  I must have a ghost in the machine because I just dont 
understand why it would start once manually and not start automatically at 
bootup.  It seems to start on boot and there are no error messages, but the 
processes just dont exist.  What could be wrong?

Best Regards,
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#255930: apache-modconf fails to disable modules

2004-06-24 Thread C.Y.M.
/apache/1.3/mod_perl.so
LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
LoadModule proxy_add_forward_module
/usr/lib/apache/1.3/mod_proxy_add_forward.so

nofear:/etc/apache-ssl# apache-modconf apache-ssl disable
mod_proxy_add_forward

nofear:/etc/apache-ssl# cat modules.conf
# Autogenerated file - do not edit!
# This file is maintained by the apache-ssl package.
# To update it, run the command:
#/usr/sbin/apache-modconf apache-ssl
ClearModuleList
AddModule mod_so.c
AddModule mod_macro.c
LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config_ssl.so
LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
LoadModule mime_module /usr/lib/apache/1.3/mod_mime_ssl.so
LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
LoadModule status_module /usr/lib/apache/1.3/mod_status.so
LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
LoadModule access_module /usr/lib/apache/1.3/mod_access.so
LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
LoadModule apache_ssl_module /usr/lib/apache/1.3/libssl.so
LoadModule auth_module /usr/lib/apache/1.3/mod_auth_ssl.so
LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
LoadModule proxy_add_forward_module
/usr/lib/apache/1.3/mod_proxy_add_forward.so 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 24, 2004 1:05 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Cc: Debian Apache Maintainers; [EMAIL PROTECTED]
 Subject: Re: Bug#255930: apache-modconf fails to disable modules
 
 tag 255930 moreinfo
 tag 255930 unreproducible
 stop
 
 Hi,
 
 On Wed, 23 Jun 2004, C.Y.M. wrote:
 
 
  Package: apache-common
  Version: 1.3.31-1
  Change Request:  apache-modconf fails to disable modules in 
 apache and
  apache-ssl
 
  For Example: When I type apache-modconf apache-ssl disable
  mod_proxy_add_forward, the module is not removed from the 
 modules.conf
  file.  Even though I was able to use apache-modconf 
 apache-ssl enable
  mod_proxy_add_forward to insert the module successfully.
 
 I cannot reproduce this problem here. Can you show me what is 
 the output
 on console using these few commands:
 
 cat /etc/apache-ssl/modules.conf
 
 apache-modconf apache-ssl enable mod_imap
 
 cat /etc/apache-ssl/modules.conf
 
 apache-modconf apache-ssl disable mod_imap
 
 cat /etc/apache-ssl/modules.conf
 
 and tell me which questions are you asked during this process?
 
 Thanks
 Fabio
 
 -- 
 user fajita: step one
 fajita Whatever the problem, step one is always to look in 
 the error log.
 user fajita: step two
 fajita When in danger or in doubt, step two is to scream and shout.
 





Bug#255930: apache-modconf fails to disable modules

2004-06-24 Thread C.Y.M.
Hello,

Please close this bug.  This was apparently user error. I was able to remove
mod_proxy_add_forward by typing:

nofear:/etc/apache-ssl# apache-modconf apache-ssl disable proxy_add_forward

Im sorry for the trouble.  It appears what was happening was the embedded
name of the module was not the same as the actually filename.  If anything
needs to be changed, it is not apache but the module itself.

Best Regards..
C.Y.M.

 -Original Message-
 From: C.Y.M. [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 24, 2004 7:17 AM
 To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
 Cc: 'Debian Apache Maintainers'; '[EMAIL PROTECTED]'
 Subject: RE: Bug#255930: apache-modconf fails to disable modules
 
 I have followed your instructions and first listed the 
 contents of modules.conf in apache-ssl.  Then I added 
 mod_imap. Next, I listed the new contents of modules.conf 
 (and mod_imap was there).  Finally, I was able to remove 
 mod_imap and it was no longer in the modules.conf.  But, 
 this appears to only work with specific modules.  If I 
 attempt the same test with mod_proxy_add_forward, then 
 nothing happens.





Bug#255930: apache-modconf fails to disable modules

2004-06-23 Thread C.Y.M.

Package: apache-common
Version: 1.3.31-1
Change Request:  apache-modconf fails to disable modules in apache and
apache-ssl

For Example: When I type apache-modconf apache-ssl disable
mod_proxy_add_forward, the module is not removed from the modules.conf
file.  Even though I was able to use apache-modconf apache-ssl enable
mod_proxy_add_forward to insert the module successfully.