Search found 14 matches

by biker007fr
Wed Jun 15, 2005 8:16 am
Forum: Databases
Topic: upgrade mysql client ( linux )
Replies: 7
Views: 1753

No I don't want to solve the problem with the OLD_PASSWORD function. I would like the mysql 3.23 client to become a mysql 4.1 client. I've searched in Google but noone detailed how it could be done...
by biker007fr
Wed Jun 15, 2005 3:14 am
Forum: Databases
Topic: upgrade mysql client ( linux )
Replies: 7
Views: 1753

That is what I've done... but after recompilation mysql client 3.23 is still here...
by biker007fr
Fri Jun 10, 2005 10:29 am
Forum: Databases
Topic: php / oracle : zero sized reply error
Replies: 2
Views: 755

an oracle php function like ocicommit and so on...
by biker007fr
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'...
by biker007fr
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...
by biker007fr
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
by biker007fr
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
by biker007fr
Fri Jun 10, 2005 8:37 am
Forum: Databases
Topic: php / mysql : Cannot find MySQL header files
Replies: 9
Views: 3442

Finally, I use another version of MySQL (4.1.12 instead of 4.1.9), PHP (4.3.9 instead of 4.3.8) and now I have just a "Client does not support authentication protocol" which proves that it works even if I have to upgrade Mysql client.

Thanks
by biker007fr
Thu Jun 09, 2005 11:07 am
Forum: Databases
Topic: php / mysql : Cannot find MySQL header files
Replies: 9
Views: 3442

MySQL 4.1
PHP 4.3.8
Apache 2

I'm still on trouble... HELP
by biker007fr
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...
by biker007fr
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...
by biker007fr
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=...
by biker007fr
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...
by biker007fr
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=...