AMD 64 bit Troubles with Ubuntu 7.10
Just a teaser of a post to see if anyone else has run into issues with Ubuntu 7.10 and 64 bit architectures.
I built a machine from scratch on Sunday after months of piece by piece purchases and readily installed Ubuntu 7.10 64 bit server version. 4 gig of Corsair RAM, 250 GB hard disk, AMD X2 6400+ chip and a Gigabyte motherboard to support it all in a Rosewill case. Connected up to my LAN and SSH'd into the box no problems.
My first issue came when I tried to install ColdFusion 8 with the same old CF7 approach for Ubuntu thanks to Dave Shuck's guide. The first step appeared to go well of installing zlib, but Apache 2.2 from source build failed at the zlib part. It turns out that the mod_deflate piece of Apache that relies on zlib's gzip was struggling to install. Eventually I worked around this by installing Apache with --disable-deflate option to work around it. Ultimately Dave told me the installers are now better at working with the apt-get installed Apache 2 config.
Issue number 2 came when I went to install ColdFusion 8 and the installer chokes. Not in the same replace the OS detection in the installer way - no. Somehow the java executable doesn't work and I found comments from an Adobe person suggesting a co-flounderer join the prerelease program for the CF8.1 update featuring a linux 64 bit installer. Hmph. So I joined but haven't received anything yet.
Lastly today I ran into trouble installing subversion on the box so I'm getting stuck all over the show. If you have any experience with any of these on linux 64 bit hardware, please post some links in the comments for me to dive into.