$ sudo apt-get install libc6
If this doesn't work for you, try this:
http://lists.mysql.com/maxdb/25707
| Previous 30 Newer Entries | Showing entries 61 to 65 |
$ sudo apt-get install libc6
This set of articles is licensed under the GNU FDL. You can get
the most recent release of these articles from here.
You can get the most recent development release of these articles
from here.
I had previously installed the debian
package of MaxDB. I didn't like that it operated so differently from
how the documents described it, so I am documenting my experience
installing a stock version of MaxDB.
If you don't have sudo installed, please read my entry on installing sudo here:
$ wget -r http://colliertech.org/svn/genDocbook
$ svn co svn://colliertech.org/genDocbook
$ cd ~/src/ $ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tidy login $ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tidy co tidy
$ cd tidy/build/gmake $ make ld: archive: ../../lib/libtidy.a has no table of contents, add one with ranlib(1) (can't load from it) make: *** [../../bin/tidy] Error 1 $ ranlib ../../lib/libtidy.a $ make
$ cd ../../bin $ ./tidy -h $ open[Read more...]
| Previous 30 Newer Entries | Showing entries 61 to 65 |