Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 622,768 points

sheldonlinker

Favorite Answers26%
Answers4,377
  • How to install Tomcat on Ubuntu 11?

    I've used apt-get to install Java, now I need to install Tomcat. I'm running Ubuntu 11, so the Ubutu 10 instructions won't work.

    2 AnswersSoftware10 years ago
  • In a clean Linux installation, what's the easiest way to add a web service that can run Java pages?

    I'm running Ubuntu 11, and want to add .war files and be able to use them. Will I have to install Java, then a HTTP server, or can I install all at once?

    1 AnswerSoftware10 years ago
  • Linux users: What's the easiest-to-install Linux download?

    Preferably, this download should include a GUI, Java, and a web container.

    6 AnswersSoftware10 years ago
  • What's President Obama's real hair color?

    On Saturday, he had about 10% grey. At the school speech, he had no grey. At the Joint Session, he had 30% grey. I get that he's coloring his hair, but adding grey?!

    6 AnswersPolitics1 decade ago
  • Where's LIBC.lib? (Visual Studio W32 project moved to Visual C V64)?

    I have a project that I'm moving from Visual Studio on Windows NT to Visual C on Vista 64. It's looking for LIBC.lib. I don't know why, since nothing in the project is calling for that library directly. The link output is shown below. I'd appreciate any help.

    ------ Build started: Project: TAS, Configuration: Debug Win32 ------

    Linking...

    Searching libraries

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\kernel32.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\user32.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\gdi32.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\winspool.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\comdlg32.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\advapi32.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\shell32.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\ole32.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\oleaut32.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\uuid.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\odbc32.lib:

    Searching C:\Program Files\Microsoft SDKs\Windows\v6.0A\\lib\odbccp32.lib:

    Searching .\qtmlClient.lib:

    Searching .\qtmlclient_4x.lib:

    Searching .\SX32W.LIB:

    Searching .\WNTAB32X.LIB:

    Searching C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\lib\MSVCRTD.lib:

    Searching C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\lib\OLDNAMES.lib:

    Searching C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\lib\LIBCMT.lib:

    LINK : fatal error LNK1104: cannot open file 'LIBC.lib'

    Build log was saved at "file://c:\Users\Sheldon O. Linker\Desktop\PC TAS 448 (new compile)\Debug\BuildLog.htm"

    TAS - 1 error(s), 0 warning(s)

    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    1 AnswerProgramming & Design1 decade ago