I want to install PHP as CGI/COmmand line.. but still activate it in apache.. so i installed apache/php and then installed php as CGI.. it works find but i keep getting this error
PHP Warning: Unable to load dynamic library './imap.so' - ./imap.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: Unable to load dynamic library './mysql.so' - ./mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: Unable to load dynamic library './pgsql.so' - ./pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: Unable to load dynamic library './ldap.so' - ./ldap.so: cannot open shared object file: No such file or directory in Unknown on line 0
i need mysql support.. but is seems that can't find the lib? is there something else i am forgetting to do?
thanx