This is a multi-part message in MIME format.
I have progressed a little in my trials.
mysqli.so still shows the previously described problems, and I thought
that this was responsible of the fact that mysqli functions were
apparently discarded in the test programs I wrote.
I discovered that this was due to errors I made in the php program. The
errors in the script being corrected, mysqli_connect, mysqli_select_db, mysqli_query... now do operate... despite the errors concerning
mysqli.so that I discovered when running the tests which are proposed by 'baeldung.com'
"
|$ php -m | grep mysqli|
"If the MySQLi extension is enabled, we’ll see /mysqli/ in the output. Otherwise, the output will be empty."
php -m grep mysqli
PHP Warning: PHP Startup: Unable to load dynamic library '//usr/lib/php/20190902/mysqli.so' (tried:
//usr/lib/php/20190902/mysqli.so (//usr/lib/php/20190902/mysqli.so:
undefined symbol: mysqlnd_global_stats), /usr/lib/php/20190902///usr/lib/php/20190902/mysqli.so.so (/usr/lib/php/20190902///usr/lib/php/20190902/mysqli.so.so: cannot open
shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli'
(tried: /usr/lib/php/20190902/mysqli (/usr/lib/php/20190902/mysqli:
cannot open shared object file: No such file or directory), /usr/lib/php/20190902/mysqli.so (/usr/lib/php/20190902/mysqli.so:
undefined symbol: mysqlnd_global_stats)) in Unknown on line 0
mysqli
"
On 24/03/2024 19:51, Bernard wrote:
Hi to Everyone !
*PHP Warning: PHP Startup: Unable to load dynamic library '//usr/lib/php/20190902/mysqli.so' * *However, the file is there...
not human readable as expected* *and mysqli_connect doesn't operate.*
*Thanks in advance for your help*
*Bernard*
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>I have progressed a little in my trials. </p>
<p>mysqli.so still shows the previously described problems, and I
thought that this was responsible of the fact that mysqli
functions were apparently discarded in the test programs I wrote.</p>
<p>I discovered that this was due to errors I made in the php
program. The errors in the script being corrected, mysqli_connect,
mysqli_select_db, mysqli_query... now do operate... despite the
errors concerning mysqli.so that I discovered when running the
tests which are proposed by 'baeldung.com'</p>
<p>"<br>
</p>
<pre class="hljs-copy-wrapper"
style="--hljs-theme-background: rgb(250, 250, 250);"><code
class="language-bash hljs">$ php -m | grep mysqli</code></pre>
<p>"If the MySQLi extension is enabled, we’ll see <em>mysqli</em>
in the output. Otherwise, the output will be empty."</p>
<p>php -m grep mysqli <br>
</p>
<p>PHP Warning: PHP Startup: Unable to load dynamic library
'//usr/lib/php/20190902/mysqli.so' (tried:
//usr/lib/php/20190902/mysqli.so
(//usr/lib/php/20190902/mysqli.so: undefined symbol:
mysqlnd_global_stats),
/usr/lib/php/20190902///usr/lib/php/20190902/mysqli.so.so
(/usr/lib/php/20190902///usr/lib/php/20190902/mysqli.so.so: cannot
open shared object file: No such file or directory)) in Unknown on
line 0<br>
PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli'
(tried: /usr/lib/php/20190902/mysqli
(/usr/lib/php/20190902/mysqli: cannot open shared object file: No
such file or directory), /usr/lib/php/20190902/mysqli.so
(/usr/lib/php/20190902/mysqli.so: undefined symbol:
mysqlnd_global_stats)) in Unknown on line 0<br>
mysqli<br>
</p>
<p>"<br>
</p>
<div class="moz-cite-prefix">On 24/03/2024 19:51, Bernard wrote:<br>
</div>
<blockquote type="cite"
cite="mid:
998cadfb-688a-44b9-9734-1e15363eb1cd@free.fr">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">pre { font-family: "Liberation Mono", monospace; font-size: 10pt; background: transparent }p { margin-bottom: 0.25cm; line-height: 115%; background: transparent }strong { font-weight: bold }a:link { color: #000080; so-
language: zxx; text-decoration: underline }</style>
<p style="margin-bottom: 0.5cm"> <font style="font-size: 14pt"
size="4">Hi to Everyone !</font></p>
<p><strong><span style="font-weight: normal">PHP Warning: PHP
Startup: Unable to load dynamic library
'//usr/lib/php/20190902/mysqli.so' </span></strong> <strong><span
style="font-weight: normal">However, the file is there...
not human readable as expected</span></strong> <strong><span
style="font-weight: normal">and mysqli_connect doesn't
operate.</span></strong></p>
<p> </p>
<pre style="margin-bottom: 0.5cm"><strong><span
style="font-weight: normal">Thanks in advance for your help</span></strong>
<strong><span style="font-weight: normal">Bernard</span></strong></pre>
<br>
</blockquote>
</body>
</html>
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)