Failure to install

2024-09-01 Thread Luis Mochan
Hello, Lately I have been unable to compile DBI under debian/trixie. I found out when upgrading Perl with perlbrew from 5.36.0 to 5.38.2 and 5.40.0, but I can't compile DBI for 5.36.0 where I have a previous version of the package installed and running. My guess is that the problem is related to a

Re: perl DBI cannot connect to host=hhhh; Solved use argname=xxx format

2024-09-01 Thread Greg Sabino Mullane
On Sun, Sep 1, 2024 at 8:27 AM Dennis German wrote: > In the documentation for DBI I did not see using the call format > argname= > Connecting is a very driver-specific action, so the best place to look is the docs for your driver - in your case, DBD::mysql. The very top of the DBD::mysql man

Re: perl DBI cannot connect to host=hhhh; Solved use argname=xxx format

2024-09-01 Thread Dennis German
Thank you very much! In the documentation for DBI I did not see using the call format argname= . Sincerely, Dennis German On 8/31/24 21:39, Zheng Li Sheng wrote: something like this: |# Define database connection parametersmy$database='your_database';my$hostname='127.0.0.1';# or any ot