- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need DBD for mysql for Perl 5.8.8
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2009 06:32 PM
тАО11-22-2009 06:32 PM
Need DBD for mysql for Perl 5.8.8
thanks
- Tags:
- Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2009 04:56 AM
тАО11-23-2009 04:56 AM
Re: Need DBD for mysql for Perl 5.8.8
Look to CPAN:
http://search.cpan.org/~jwied/Msql-Mysql-modules-1.2219/mysql/lib/DBD/mysql.pm
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2009 05:49 AM
тАО11-23-2009 05:49 AM
Re: Need DBD for mysql for Perl 5.8.8
# cpan DBD::mysql
and answer all the questions.
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2009 11:30 AM
тАО11-23-2009 11:30 AM
Re: Need DBD for mysql for Perl 5.8.8
So I went to web site cpan and don't find any binaries for the DBD mysql for HP-UX 11.23. I did download the HP gcc package because it appears I need to compile the DBD from source code. I also tried the command "cpan DBD::mysql" but had this error message. This server is behind a firewall.
debsaa01:/opt/perl/bin # ./cpan DBD::mysql
CPAN: Storable loaded ok (v2.15)
Going to read /root/.cpan/Metadata
Warning: Found only 0 objects in /root/.cpan/Metadata
CPAN: LWP::UserAgent loaded ok (v5.819)
CPAN: Time::HiRes loaded ok (v1.86)
Your urllist is empty! The urllist can be edited. E.g. with 'o conf urllist
push ftp://myurl/'
Could not fetch authors/01mailrc.txt.gz
Your urllist is empty! The urllist can be edited. E.g. with 'o conf urllist
push ftp://myurl/'
Could not fetch modules/02packages.details.txt.gz
Your urllist is empty! The urllist can be edited. E.g. with 'o conf urllist
push ftp://myurl/'
Could not fetch modules/03modlist.data.gz
Going to write /root/.cpan/Metadata
Warning: Cannot install DBD::mysql, don't know what it is.
Try the command
i /DBD::mysql/
to find objects with matching identifiers.
Also tried to compile using the cc that's standard on the system but it's not working either.
any suggestion? Is there any HP depots that I can download the compiled code from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2009 03:45 AM
тАО11-24-2009 03:45 AM
Re: Need DBD for mysql for Perl 5.8.8
Asuming you're in Japan, that might be:
# cpan
cpan shell -- CPAN exploration and modules installation (v1.9402)
Enter 'h' for help.
cpan[1]> o conf urllist push http://ftp.jaist.ac.jp/pub/CPAN/
cpan[2]> o conf commit
cpan[3]> exit
# cpan DBD::mysql
Enjoy, Have FUN! H.Merijn