-
Running netscape 4.8 on Kubuntu Linux.
Install netscape (download link here)The error message that you will get: libstdc++-libc.1-1.so.2 is not foundsudo apt-cache search libstdc++You’ll see a package libstdc++{version number here}-glibc2.2sudo apt-get install libstdc++{version number here}-glibc2.2 Create a symlink to the so netscape is looking for:sudo ln -s libstdc++-lib6.2-2.so.3 libstdc++-lib6.1-1.so.2
-
My Kubuntu workstation
Start with Kubuntu (Breezy) full installation (not the reduced server option). Install synaptic Add universe and restricted repositories. Install firefox kwin_baghira window decorations and button styles. Install kxdocker Enable dapper repositories. Perform an apt-get dist-upgrade Install gvim. Allow incoming connections (remove -nolisten tcp) For kubuntu, this is on the ServerArgsLocal line in /etc/kde3/kdm/kdmrc Install mypasswordsafe…
-
Kubuntu configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found.
Debian stores qt3 in a different location than expected by some authors… Try specifying /usr/share/qt3 as a base directory.