This is a discussion on php + pervasive + odbc = problem within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Good Evening, I have a problem with configuration PHP on server linux which is connected with distant server pervasive 8....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Good Evening, I have a problem with configuration PHP on server linux which is connected with distant server pervasive 8.5(novell). Connection odbc work without problems isql myDSN , Connected! I added in php.ini file correct "extension" as well as "extension_dir" but mistake appears when I was trying to initiate connection to base pervasive with level PHP. code which executes $ con = odbc_connect(myDSN, "", "") or die(odbc_errormsg() ); mistake displays : [unixODBC][Driver Manager]Can't open lib "/ usr / lib / php5 / extensions / odbcci.so " : libpscore.so.1: cannot open shared object file: Just such file or directory I do not understand this message because the files are in this location. I hope you will answer as soon as possible. I greet Łukasz Kos |
|
|||
|
"Łukasz" <kos@ff.pl> ha scritto nel messaggio news:fqu765$gdp$1@nemesis.news.neostrada.pl... > > Good Evening, > > I have a problem with configuration PHP on server linux which is > connected with distant server pervasive 8.5(novell). Connection odbc work > without problems isql myDSN , Connected! > I added in php.ini file correct "extension" as well as "extension_dir" but > mistake appears when I was trying to initiate connection to base pervasive > with level PHP. > code which executes > $ con = odbc_connect(myDSN, "", "") or die(odbc_errormsg() ); > mistake displays : > [unixODBC][Driver Manager]Can't open lib "/ usr / lib / php5 / extensions > / odbcci.so " : libpscore.so.1: cannot open shared object file: Just such > file or directory > I do not understand this message because the files are in this location. > I hope you will answer as soon as possible. > > I greet > Łukasz Kos It just cannot find the specified file (odbcci.so) that is critical for the usage of pervasive sql. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|