Search found 14 matches
- Wed Jun 15, 2005 8:16 am
- Forum: Databases
- Topic: upgrade mysql client ( linux )
- Replies: 7
- Views: 1753
- Wed Jun 15, 2005 3:14 am
- Forum: Databases
- Topic: upgrade mysql client ( linux )
- Replies: 7
- Views: 1753
- Fri Jun 10, 2005 10:29 am
- Forum: Databases
- Topic: php / oracle : zero sized reply error
- Replies: 2
- Views: 755
- Fri Jun 10, 2005 10:17 am
- Forum: Miscellaneous
- Topic: php : unable to load dynamic library (where are they???)
- Replies: 3
- Views: 2685
I renamed oci8.so, oracle.so found in /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ in php_oci8.so and php_oracle.so BUT... PHP Warning: Unknown(): Invalid library (maybe not a PHP library) 'php_oci8.so' ... PHP Warning: Unknown(): Invalid library (maybe not a PHP library) 'php_oracle.so'...
- Fri Jun 10, 2005 10:07 am
- Forum: Miscellaneous
- Topic: php : unable to load dynamic library (where are they???)
- Replies: 3
- Views: 2685
php : unable to load dynamic library (where are they???)
Hi! I'm trying to install php with oracle and ldap options, there is no error while executing "./configure ...", "make", "make install" but apache errors logfile gives me : PHP Warning: Unknown(): Unable to load dynamic library './php_oci8.so' PHP Warning: Unknown(): Un...
- Fri Jun 10, 2005 9:11 am
- Forum: Databases
- Topic: php / oracle : zero sized reply error
- Replies: 2
- Views: 755
php / oracle : zero sized reply error
Hi everyone!
I get a "zero sized reply" error when I execute an OCI function in PHP (like OCI_Logon()).
What is it? Does it mean that PHP was not well made (although no error was found while compiling)?
Thanks
I get a "zero sized reply" error when I execute an OCI function in PHP (like OCI_Logon()).
What is it? Does it mean that PHP was not well made (although no error was found while compiling)?
Thanks
- Fri Jun 10, 2005 8:51 am
- Forum: Databases
- Topic: upgrade mysql client ( linux )
- Replies: 7
- Views: 1753
upgrade mysql client ( linux )
Hi everyone!
I would like to know how I can upgrade mysql client to bypass the "Client does not support authentication protocol" error while executing a mysql function in PHP.
N.B: I would like to upgrade and not use my old client with OLD_PASSWORD() function.
Thanks
I would like to know how I can upgrade mysql client to bypass the "Client does not support authentication protocol" error while executing a mysql function in PHP.
N.B: I would like to upgrade and not use my old client with OLD_PASSWORD() function.
Thanks
- Fri Jun 10, 2005 8:37 am
- Forum: Databases
- Topic: php / mysql : Cannot find MySQL header files
- Replies: 9
- Views: 3442
- Thu Jun 09, 2005 11:07 am
- Forum: Databases
- Topic: php / mysql : Cannot find MySQL header files
- Replies: 9
- Views: 3442
- Thu Jun 09, 2005 9:55 am
- Forum: Databases
- Topic: php / mysql : Cannot find MySQL header files
- Replies: 9
- Views: 3442
Case : --with-mysql=/usr for $> ./configure no error for $> make no error for $> make install no error But Fatal error: Call to undefined function: mysql_connect() when I want to use this mysql function... So It doesn't work Case : --with-mysql=shared,/usr for $> ./configure no error for $> make ext...
- Thu Jun 09, 2005 9:07 am
- Forum: Databases
- Topic: php / mysql : Cannot find MySQL header files
- Replies: 9
- Views: 3442
I tried : ./configure --with-apxs2=/usr/bin/apxs --with-mysql=/usr/include/mysql ./configure --with-apxs2=/usr/bin/apxs --with-mysql=/usr/include ./configure --with-apxs2=/usr/bin/apxs --with-mysql=shared,/usr/include/mysql ./configure --with-apxs2=/usr/bin/apxs --with-mysql=shared,/usr/include ./co...
- Thu Jun 09, 2005 8:28 am
- Forum: Miscellaneous
- Topic: php / mysql : Cannot find MySQL header files
- Replies: 0
- Views: 783
php / mysql : Cannot find MySQL header files
Hi everyone! I have to make php with the mysql option to use my mysql database but there is something wrong and I didn't find the solution... This is the error message : configure: error: Cannot find MySQL header files under /usr/include/mysql There is how I remake php : $> ./configure --with-apxs2=...
- Thu Jun 09, 2005 8:24 am
- Forum: Databases
- Topic: php / mysql : Cannot find MySQL header files
- Replies: 9
- Views: 3442
Yes, my distro stored MySQL libraries and include files separately in /usr/include/mysql and /usr/lib/mysql. No result for : /usr/include/mysql:/usr/lib/mysql -> configure: error: Cannot find MySQL header files under /usr/include/mysql:/usr/lib/mysql I tried to search a response on google (it was my...
- Thu Jun 09, 2005 7:32 am
- Forum: Databases
- Topic: php / mysql : Cannot find MySQL header files
- Replies: 9
- Views: 3442
php / mysql : Cannot find MySQL header files
Hi everyone! I have to make php with the mysql option to use my mysql database but there is something wrong and I didn't find the solution... This is the error message : configure: error: Cannot find MySQL header files under /usr/include/mysql There is how I remake php : $> ./configure --with-apxs2=...