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 bkrike 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 ceimon

  1. ceimon

    Where is the server error log?

    I'm trying to run a cgi script and keep getting the following error message in my browser: -------------------------------------------------------- Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the...
  2. ceimon

    problem creating new database

    I tried to create a mysql database using the following command: shell>bin/mysqladmin --password=pass create web_db and got this error message: bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'root@localhost' (Using password: YES)' please help me resolve...
  3. ceimon

    where is the server error log?

    Where is the server error log?
  4. ceimon

    remove mysql

    How do I remove mysql from my system (tru64 Unix). I installed the binary distribution.
  5. ceimon

    how to remove mysql binary

    I do I remove mysql from my system. I installed using a binary distribution.
  6. ceimon

    symbolic link

    When I create a symbolic link like: ln -s /fick/software/mysql-standard-4.0.14-dec-osf5.1-alphaev67 /usr/local/mysql it creates a file inside the '/usr/local/mysql/' directory named mysql-standard-4.0.14-dec-osf5.1-alphaev67 and thats it. What am I doing wrong. How do I access my files...
  7. ceimon

    what is rpmlib

    What is rpmlib and where can I find it? It's a dependency for a rpm I'm trying to install.
  8. ceimon

    problem with rpm

    when I tried it using the --rebuild option. It configured it, but I got an error during the build process.
  9. ceimon

    problem with rpm

    I tried both of those statements. The first said: package mysql is not installed The other returned nothing
  10. ceimon

    problem with rpm

    I used rpm to install MySQL with the command: -->% rpm -ivh mysql.src.rpm I didn't get any errors and it showed the progress hash mars and everything. However, when issue the command: -->% rpm -q MySQL it responds saying the MySQL is not installed. I check the folders in the RPM directory and...
  11. ceimon

    programs installed with rpm

    After rpm installs a program, like MySQL, where does the program reside.
  12. ceimon

    programs installed with rpm

    When rpm installs a program, like MySQL, where are they located?
  13. ceimon

    using rpm after installation

    I've installed rpm, but when I run a command like "rpm -ivh file.rmp," I get a response like: "ksh: rpm: not found" I know I probably need to add this command to the shell, but I don't know how to do this. Any help would be greatly appreciated.
  14. ceimon

    Can I test ASP at home? (Without connecting to the net)?

    I'm running Windows XP, and there was no C:\INETPUT\WWWROOT directory. I created one and tried the examples but nothing happened. Does anyone know how to test them using XP?

Part and Inventory Search

Back
Top