[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: help: how install sendmail 8.11 with old libc6



On Tue, Oct 24, 2000 at 06:35:57PM +0200, Jaume Teixi wrote:
> hi,
> 
> I have a potato server running oracle who uses sendmail and apache from
> woody
> Last week I switched sources.list to woody to upgrade sendmail and
> apache.
> This causes upgrade of libc6, as I succesfully upgraded on a other
> server (a completelly woody one) I had no surprise.. but...
> ...oracle 8.1.6 (release 2) doesn't works with libc6 2.1.95
> 
> So I need to downgrade to libc6 2.1.3 but then apache and sendmail
> woodies ones doesnt' works now with libc6 2.1.3

As someone alrieady stated in another post, you'll have to
grab the source from woody and recompile.  I don't know
what you have to do to Apache but I had to apply some
changes to get sendmail running under potato.

diff -aurN sendmail-8.11.1.orig/debian/local/site.config.m4.in sendmail-8.11.1/debian/local/site.config.m4.in
--- sendmail-8.11.1.orig/debian/local/site.config.m4.in	Mon Oct  2 00:30:54 2000
+++ sendmail-8.11.1/debian/local/site.config.m4.in	Mon Oct  2 01:41:30 2000
@@ -59,12 +59,11 @@
 #   Note: sigh... this hits everything due to libsmutil/errstring.c
 define(`ac_cv_header_db_h', `@ac_cv_header_db_h@')dnl
 ifelse(ac_cv_header_db_h, `yes',
-	`APPENDDEF(`confINCDIRS',         `-I/usr/include/db2')'
 	`APPENDDEF(`confMAPDEF',          `-DNEWDB')'
-	`APPENDDEF(`conf_makemap_LIBS',   `-ldb2')'
-	`APPENDDEF(`conf_praliases_LIBS', `-ldb2')'
-	`APPENDDEF(`conf_sendmail_LIBS',  `-ldb2')'
-	`APPENDDEF(`conf_vacation_LIBS',  `-ldb2')'
+	`APPENDDEF(`conf_makemap_LIBS',   `-ldb')'
+	`APPENDDEF(`conf_praliases_LIBS', `-ldb')'
+	`APPENDDEF(`conf_sendmail_LIBS',  `-ldb')'
+	`APPENDDEF(`conf_vacation_LIBS',  `-ldb')'
 	)
 #
 # NIS

-- 
Shane Wegner: shane@cm.nu
              http://www.cm.nu/~shane/
PGP:          1024D/FFE3035D
              A0ED DAC4 77EC D674 5487
              5B5C 4F89 9A4E FFE3 035D



Reply to: