Re: [PHP] undef func - any more clues ?

2013-05-13 Thread georg
Thanks ! yum install php-odbc really did the trick. Now Im stuck where connect gives an error in apache error_log that it cannot find file /lib/libmimerodbc.so which is evidently there in exactly that place (as given in odbcini.ini for driver definition) ! A bit unexpected. (possibly an error

Re: [PHP] undef func - any more clues ?

2013-05-13 Thread Jim Lucas
On 05/12/2013 10:34 AM, georg wrote: Hi Im not really following, I have done: pecl list-all ; but dont find anything that has to do with ODBC so still stuck with Apache error log saying : no such function (or eqiv speak) odbc_connect() tnx Georg I am using a CentOS 6.4 system as a work statio

Re: [PHP] undef func - any more clues ?

2013-05-13 Thread georg
Hi David, and all who helped, for now one step forward my text message "db open" hit the screen. after som brain-melting of various inputs i ad hoc came to the quite obvious conclusion, try yum with what yum could be wanting: ** yum install php-odbc ** and see that magic, without knowledge of