Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ITAppser

    My first servlet - failed

    Dear all, this is my first servlet. simple and short. compiled without error. But failed when called. file content:: import java.io.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; public class prt extends HttpServlet { public void doGet...
  2. ITAppser

    Apache - mod_jk, Failed to start

    Thanks for the reply. I think the reason not being able to start the Apache is due to the fact that the functions required such as dlopen(), dlclose() etc are of 64 bit shared libraries. I dont have those in the 32 bit environment that I am using now. Thanks.
  3. ITAppser

    Apache - mod_jk, Failed to start

    Dear all, I failed to start Apache after including mod_jk.so. The error is as follows: # ./apachectl start /usr/lib/dld.sl: Unresolved symbol: dlclose (code) from /usr/local/apache/libex ec/mod_jk.so /usr/lib/dld.sl: Unresolved symbol: dlopen (code) from /usr/local/apache/libexe c/mod_jk.so...

Part and Inventory Search

Back
Top