DBD::Mysql and HPUX (continued)
I was finally able to get DBD::mysql working on one of our HP-UX servers. I removed g++ and binutils using swremove and then downloaded the latest versions from the HP software library and installed them using swinstall.
Once I had the new compiler installed I followed these instructions, from the mysql lists, and everything worked. I had to change one thing from the instructions to get it working. When I executed perl Makefile.PL I noticed my gcc-lib was in a different location. Actually it was basically the same location but since it was a newer version I had to modify the version number in the “-L/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2.3″ parameter.