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 gkittelson 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. rahm0277

    Object Reference and Database Connections

    I have a generic database object that does the connections and stuff to databases - i also have my business objects that instantiate this database object to do my queries etc - so i have 2 DLLs, one for the database and one for the business object - the problem is, when i try to write code...
  2. rahm0277

    Apache and php and mysql compilation problems.

    I tried with apache 1.3.14, and configured it using the -enable-module=all and --enable-module=shared, and then i compiled php with the usual configuring and added --without-gd with it.... I still get the same exact error.... I'm about to give up soon......
  3. rahm0277

    Apache and php and mysql compilation problems.

    I installed the zlib library.... I think it compiled right... because I didnt get any errors... and then I typed this in to compile php...... ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-zlib-dir=shared I had the same errors...then I tried to compile...
  4. rahm0277

    Apache and php and mysql compilation problems.

    I have a problem trying to get apache to work with php on red hat linux 6.2.... i have compiled apache 1.3.19 and php 4.... and i have also compiled mysql 3.23.26....this is exactly what i did to compile everything.... MYSQL ---> shell> groupadd mysql shell> useradd -g mysql mysql...

Part and Inventory Search

Back
Top