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 IamaSherpa 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. paidar

    apache/tomcat on linux

    Hi all, The problem is that you didn't include DSO on Apache compilation. Reinstall Apache with the following commands : ./configure --prefix=<APACHE_DIR> --enable-module=so ./make ./make install Then you can add the LoadModule in httpd.conf I hope this help, []'s Paidar
  2. paidar

    Moving COM component from NT4 to 2000

    Hi All, I have to upgrade an application from NT4.0 to Windows 2000. The application is very small - just one component written in C. Will I be able to register/get working the component on Windows 2000? Thanks

Part and Inventory Search

Back
Top