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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pwpeterson

  1. pwpeterson

    Building php with defaults

    I have a couple of general questions about building PHP during the config process. The questions are in regards to the --with options available. Question 1: What happens if I don't provide a directory for a given option, eg --with-mysql vs -with-mysql=/usr/local OR --with-freetype-dir vs...
  2. pwpeterson

    Problem with installing MySQL

    sleipnir, Thank you... Keep in mind I installed the binaries to /usr/local/myslq which puts the headers in /usr/local/mysql/include. I created and moved the headers to /usr/lib/mysql and set -with-mysql=/usr. I still got the same error. danielhozac, Thank you as well... I created and moved...
  3. pwpeterson

    Problem with installing MySQL

    Are the mysql headers in your /usr directory? Mine are in /usr/local/mysql/include. I set it to -with-mysql=/usr and got the same result: configure: error: Cannot find header files under /usr pwp
  4. pwpeterson

    Problem with installing MySQL

    I rpm -e'd the MySQL rpms and installed MySQL using the binaries. I ran into the same problem. Ideas? pwp
  5. pwpeterson

    Problem with installing MySQL

    How would I check that?
  6. pwpeterson

    PHP Build Date is wrong

    Yes, I've restarted it several times as well as restarting linux
  7. pwpeterson

    Problem with installing MySQL

    I am having problems getting PHP's ./configure to complete when I include --with-myslq=/usr/local/mysql. I get "configure: error: Cannot find header files under /usr/include/mysql". The headers are there. I tried to move them to another directory and I get the same message. I can...
  8. pwpeterson

    PHP Build Date is wrong

    I am a new user to PHP. I installed Apache 2.0.45 and PHP 4.3.2rc1 last night on my RH8.0 server and tested it out by running a template containing phpinfo(). It worked as expected and returned a response reflecting the correct build date and configuration options. This morning I...

Part and Inventory Search

Back
Top