- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installing DB1-1.32 module
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
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
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
10-16-2003 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 11:54 AM
10-16-2003 11:54 AM
Re: Installing DB1-1.32 module
Could be a compiler issue, i once got those error while compiling PHP.
What version of gcc are you using, try using a different version. 2.95.2 or 3.2.3 these 2 version i have seen in my environment works good.
good luck
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 12:11 PM
10-16-2003 12:11 PM
Re: Installing DB1-1.32 module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 08:07 PM
10-16-2003 08:07 PM
Re: Installing DB1-1.32 module
Not sure but I know you need to use the same compiler that was used to build perl!
The dbi-users list is
useful. Just e-mail a blank message to
dbi-users-subscribe@perl.org .
I attach my recent efforts in this area.
Regards,
Garry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 08:30 PM
10-16-2003 08:30 PM
Re: Installing DB1-1.32 module
You are using a gcc compiled for 11.00 on a 11i (11.11) machine. Fetch yourself a compiler built for 11i or recompile gcc from scratch yourself. The solution to do so is somewhere in the forum.
My port of perl-5.8.1 including the most recent DBI can be found on http://www.cmve.net/~merijn, https://www.beepz.com/personal/merijn/, or http://www.hpux.ws/merijn/ where you can also find the gcc-3.3.1 I used to build it including the most recent binutils.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 03:51 AM
10-17-2003 03:51 AM
Re: Installing DB1-1.32 module
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0xbdd191ccb36bd611abdb0090277a778c%2C00.html&admit=716493758+1066405758507+28353475
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2003 06:53 PM
10-19-2003 06:53 PM
Re: Installing DB1-1.32 module
ALso thanks to everyone for all the help so far - much appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2003 07:05 PM
10-19-2003 07:05 PM
Re: Installing DB1-1.32 module
Have you built yourself a new perl?
Are you then using the same compiler to
build DBD and DBD?
Have you read what people have sent you?
Garry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 11:11 AM
10-20-2003 11:11 AM
Re: Installing DB1-1.32 module
I have read what people have sent me and followed the advice. I have downloaded and installed the latest version of the perl binary from 'Merijns HP-UX software for ITRC members' which is:-
Perl 5.8.1 prepared for Oracle + DBI 1.38 - built with gcc-3.3.1
I have also downloaded and installed the gcc-3.3.1 compiler.
So I'm able to build the Makefile by running the command perl Makefile.PL but the problem occurs when running the command 'make'. Once again see attachment for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 02:57 PM
10-20-2003 02:57 PM
Re: Installing DB1-1.32 module
Looks like an object file missing.. Help!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 09:05 PM
10-20-2003 09:05 PM
Re: Installing DB1-1.32 module
The exact error you are getting doesn't mean
much to me I'm afraid.
I know that I went thru a similar process
of trying to use pre-built perls.
I just gave up in the end and built the whole
lot from scratch using the HP ANSI-C compiler
B.11.11.04 ( it's latest version is .08 )
I've no experience of using gcc to do this.
I seem to remember gcc having a section in one of the many READMEs in DBD-Oracle.
Cheers,
Garry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 02:31 AM
10-21-2003 02:31 AM
Re: Installing DB1-1.32 module
We've gone through major work to improve HP-UX support int the later versions.
It's been only last week that Tim, me and some others tested the upcomming 1.15 and that built plain out of the box (after some patches, that's why we are here) for a gcc built perl (using exactly the one you are using from my site). I have no idea about Tim's plans in releasing 1.15, but it will not be months.
I know there are still some minor (gcc related) problems in 1.14, but I am sure using gcc on HP-UX with 1.12 requires multiple headaches
HTH Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 06:51 PM
10-22-2003 06:51 PM
Re: Installing DB1-1.32 module
What I've done is get hold of the Perl source code v5.6.1 and compile it with a 'C' compiler - gave up on gcc. I then succesfully installed the DBI-1-38 module but when trying to install the DBD-ORACLE-1.14 module I get an error that I'm not sure how to resolve - Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 06:56 PM
10-22-2003 06:56 PM
Re: Installing DB1-1.32 module
Edit Makefile.PL, search for hpux_libdir and change it to main::hpux_libdir
Don't forget the forum etiquette: assign points to *all* above answers. 0 for no help, and 10 for *the solution*
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 07:36 PM
10-22-2003 07:36 PM
Re: Installing DB1-1.32 module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 08:00 PM
10-22-2003 08:00 PM
Re: Installing DB1-1.32 module
Do you *have* /lib/libpthread.1 ?
If not, that's the cause. If you do, it might be the way you compiled Perl. What's
# perl -V | grep libs
telling you? does it include '-lcl -lpthread' ? If not, you will never get this combo to work with Oracle. That one of the reasons why I asked you to go for my 5.8.1 port, because it's built with these options. (See README.hpux)
However, the way README.hpux describes the solution does not work in 5.6.1 (it will in 5.6.2), so you will have to do more work to get those libs in front of the required lib list.
If you however do not have /lib/libpthread.1, (which should be linked to libpthread.sl), but you *do* have libpthread.2 (then you are probably on 11.11), just try to symlink libpthread.2 to libpthread.1 and see how that goes
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 08:11 PM
10-22-2003 08:11 PM
SolutionSorry to keep harking on about it BUT ...
If you are now building your own perl with
an HP C compiler you are doing pretty well what I did. You need to follow my instructions exactly! I spent AGES getting them right.
If you are and it still doesn't work - "oh well"!!
I rememmber getting your testing
errors before I'd sorted things.
Garry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 08:14 PM
10-22-2003 08:14 PM
Re: Installing DB1-1.32 module
just FYI
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 04:38 PM
10-23-2003 04:38 PM
Re: Installing DB1-1.32 module
I eventually downloaded the perl source for 5.8.0 and followed Gary's instructions very closely this time.
All went well until I tried doing the install for the DBD-Oracle module where an error was displayed following the
'make test FULLPERL=./perl' command
See attachment for details. Basically I edited the ph_type file in the 't' directory. From there on all went smoothly.
Now I can enjoy the weekend in peace...