peecee has asked for the wisdom of the Perl Monks concerning the following question:
This is the expected result.Content-type:text/html<br> <HTML><HEAED><TITLE>Service to Device Lookup</TITLE> </HEAD> <BODY> Connecting to business_services using u: user, p: name ... Preparing statement: SELECT device_id, service_id, description, locati +on_id, managed, chgcontrol, ip FROM service_to_device LEFT JOIN devic +es ON service_to_device.device_id=devices.name WHERE service_to_devic +e.device_id='routing' Executing statement... Binding columns... Looping... routing, compass, M&T Routing routing, firewall, M&T Routing routing, groupwise, M&T Routing routing, imail, M&T Routing routing, webbusiness, M&T Routing routing, mandtbankcom, M&T Routing </BODY> </HTML>
So it looks like I have something messed up in my library. How do I fix this? I verified that I have mysql.so. Is this the module I'm having the problem with?install_driver(mysql) failed: Can't load '/usr/local/lib/perl5/site_pe +rl/5.6.0/sun4-solaris/auto/DBD/mysql/mysql.so' for module DBD::mysql: + ld.so.1: /usr/bin/perl: fatal: /usr/local/mysql/lib/mysql/libmysqlcl +ient.so.10: Permission denied at /usr/local/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 200.
edit (broquaint): added <code> tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mysql/perl library problem
by Abigail-II (Bishop) on Nov 01, 2002 at 14:58 UTC | |
by peecee (Initiate) on Nov 01, 2002 at 15:34 UTC | |
by Abigail-II (Bishop) on Nov 05, 2002 at 16:59 UTC | |
|
Re: mysql/perl library problem
by Tanalis (Curate) on Nov 01, 2002 at 15:01 UTC | |
by peecee (Initiate) on Nov 01, 2002 at 15:38 UTC | |
|
Re: mysql/perl library problem
by vek (Prior) on Nov 01, 2002 at 15:42 UTC | |
|
Re: mysql/perl library problem
by fglock (Vicar) on Nov 01, 2002 at 19:58 UTC | |
by peecee (Initiate) on Nov 01, 2002 at 20:57 UTC |