Skip to the Main Content

Note:These pages make extensive use of the latest XHTML and CSS Standards. They ought to look great in any standards-compliant modern browser. Unfortunately, they will probably look horrible in older browsers, like Netscape 4.x and IE 4.x. Moreover, many posts use MathML, which is, currently only supported in Mozilla. My best suggestion (and you will thank me when surfing an ever-increasing number of sites on the web which have been crafted to use the new standards) is to upgrade to the latest version of your browser. If that's not possible, consider moving to the Standards-compliant and open-source Mozilla browser.

September 18, 2003

When it Rains, it Pours

No, I’m not talking about Hurricane Isabel. Yesterday, it was OpenSSH. Today, it’s Sendmail.

Now, I have things pretty automated: download the distribution, check the PGP signature, unpack, configure, compile and install — all scripted. Should be a breeze.

But nooo! This time I discover that Sendmail won’t compile with the, recently installed, Apple DevTools Update (gcc 3.3).

So I added

define(`confCC', `gcc2 -traditional-cpp -pipe ${Extra_CC_Flags}')

to my site.config.m4 file — switching the compiler to gcc2 — and it compiled just fine. Whew!

Now all I need, to round out my week, is a security hole in Apache 2.0.47.

Update (9/22/2003): MacOSX 10.2.8 was just released, which deals with various security issues , including this one and the OpenSSH issue mentioned previously. And it “only” took a week!

Posted by distler at September 18, 2003 9:46 AM

TrackBack URL for this Entry:   https://golem.ph.utexas.edu/cgi-bin/MT-3.0/dxy-tb.fcgi/222

0 Comments & 0 Trackbacks

Post a New Comment