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 SkipVought 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
  • 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

    Please help LOCKUP PROBLEM

    HI, Check if you mainboard chipset is VIA. if it is, get the relevant drivers from www.viatech.com, but be warned that the newest mainboard chipset drivers does not mean that it will suit your system. Find one that your system supports..
  7. tempsup

    Unable to send email using php

    Solved the previous problem.... but now this.... Warning: mail(): SMTP server response: 553 <sgx038.amk.st.com>... Domain name required in C:\Program Files\Apache Group\Apache2\htdocs\input.php on line 76 anyone can help??? thanxxx
  8. 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 &quot;localhost&quot; port 25, verify your &quot;SMTP&quot; and &quot;smtp_port&quot; setting in php.ini or use ini_set() in C:\Program Files\Apache...
  9. tempsup

    password causes access denied

    i had checked and ia m very sure that the password is correct. I had used 'password' as the password.
  10. tempsup

    password causes access denied

    +-----------+ | host | +-----------+ | localhost | +-----------+ 1 row in set (0.02 sec) here's the result
  11. 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...
  12. tempsup

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

    Hey guys, thanxxx for all your help. Couldn't hav done it without your!!
  13. 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...
  14. 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.
  15. tempsup

    Rename database or tables

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

    Laptop CPU speed

    Check again!! are u really using mobile processors?? Probably NOT. Be careful of non mobile processors in laptops, they can get real hot and the next thing you know it they are dead...
  17. tempsup

    Problem with MySql installation

    Hi, I keep getting this error when trying to install the binary version on the solaris system. &quot;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...
  18. 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.
  19. 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?
  20. tempsup

    Connection to Apache server (Connection Refused)

    Thanks, but where is the &quot;Hosts&quot; files?

Part and Inventory Search

Back
Top