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 TouchToneTommy 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: *

  • Users: tempsup
  • Content: Threads
  • Order by date
  1. tempsup

    Call to undefined function: ldap_connect() in unix

    hi, i have a php script which lets people login using authenication through the LDAP server, but i kept getting this error.. Fatal error: Call to undefined function: ldap_connect() in /opt/Apache/htdocs/project/login3.php on line 53 I had this problem when i'm on windows too. After...
  2. tempsup

    Installing LDAP error

    hi, i'm trying to install ldap in unix on a solaris system. i have already installed berkeley, but i kept getting this error when i do a 'make test'. >>>>> Starting test008-concurrency ... running defines.sh Datadir is ./data Cleaning up in ./test-db... Running slapadd to build slapd...
  3. tempsup

    PHP ldap_function undefined

    hi, i'm trying to connect to ldap using ldap_connect,but i kept getting call to undefined function. I have the apache, mysql and php installed on a unix os. Does anyone knows what is needed to be done for it to works? Please help,thxx
  4. tempsup

    Connect to LDAP using PHP script

    Hi, i'm trying to connect to LDAP using ldap_connect() ... $ldaphost = "ldaps://localhost"; $ldapconn = ldap_connect( $ldaphost ) or die( "Could not connect to {$ldaphost}" ); but i always get this error Fatal error: Call to undefined function: ldap_connect() in...
  5. tempsup

    using 2 computers as one

    Hi, is there anyway we can make 2 or more computers act as one?? that means i can have a few computers linked together and they are able to process and work as though there is only one computer there?? Please advice thanxx alot.
  6. tempsup

    Unable to send email using php

    Hi, i'm trying to send email using mail(), but i kept getting the error message below: Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Program Files\Apache...
  7. tempsup

    password causes access denied

    Hi, whenever i try to set the password for the user, i get the access denied. I was abled to get into the database after removing the password. I had tried using the ./mysqladmin flush-privileges, ./mysqladmin reload, after changing the password in the grant tables. Does anyone know wat's...
  8. tempsup

    deleting top ten and bottom ten lines of a text file using a script

    Hi to all, I got a problem with scripts. I got a text file generated by some process and i need to remove the top ten and bottom ten lines. This has to be done using a script so that it can be performed automatically.. I really have no idea what to do. Will some kind hearted souls please help...
  9. tempsup

    adding more host???

    Hi, can i add more host to mysql other than the default local host, or i can only add additional users??? PLease help. Thanx a lot.
  10. tempsup

    Rename database or tables

    Hi, how do i rename database or tables in mysql?
  11. tempsup

    Problem with MySql installation

    Hi, I keep getting this error when trying to install the binary version on the solaris system. "bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)' Check that mysqld is running and that the socket...
  12. tempsup

    installing mysql in solaris7

    ./mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2 ' Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists! when trying to start mysql, i keep getting the above error. Please help.
  13. tempsup

    Tell Apache to parse certain extensions as PHP

    Hi, I have a sparc system currently installed with apache, perl, mysql and php. I need to parse certain extensions as php. I tried this.. AddType application/x-httpd-php .php .phtml but AddType is not found. Anyone knows where to it?
  14. tempsup

    Connection to Apache server (Connection Refused)

    Hi, I have finished setting up a sparc system running solaris 8, Apache, Php, Perl and Mysql. I tried accessing the index.html from another PC in the same network. But I keep getting the error message "Connection Refused". Can anyone help? (BTW the sparc system was set up using a...
  15. tempsup

    Setting up Solais on Sparc with PHP APACHE PERL MYSQL

    Hi, I am trying to setup a Sparc station with Solaris installed. I need to install PHP, Apache, Mysql and Perl. How should I go about doing it?? Which one should I start with. THankss..
  16. tempsup

    Setting up apache in solaris

    Hi, I have an empty solaris sparc on hand. I have PHP, APACHE, PERL, MYSQL. Anyone have an idea what is the best sequence to go about installing them?? I need all these softwares to be able to integrate with each other. Pls Help, Thanks.

Part and Inventory Search

Back
Top