- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- perl, DBI and DBD on Itanium hpux 11.23
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
01-08-2004 07:12 PM
01-08-2004 07:12 PM
I'm trying to install perl, DBI and DBD to access oracle from perl on an Itanium hpux 11.23, but I have problems to success.
I have installed gcc-3.3.2 depot for 11.23, compiled gnu make and installed dynamic perl, DBI and DBD. Yesterday I finally managed to have a successfull installation without errors, but when we tried to run perl towards oracle, we got the following error:
$ /usr/local/bin/perl test.pl -alias off -user fdb -pwd fdb
/usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsi3' in load module '/usr. Killed
I've installed perl with these arguments:
./Configure -des -Uinstallusrbinperl -Uusethreads -Uuseithreads -Duse64bitall -Duselargefiles -Dcc=gcc -Darchname=IA64.ARCHREV_0-LP64 -Dprefix=/usr/local -Dlibs='-lcl -lpthread -lnsl -lnm -ldld -lm -lc -lsec -L/app/oracle/product/9.2.0/JRE/lib/IA64 '
I also had to do some modifications on the Makefile.PL on DBD. I added the submodules "hpux_libdir" and "hpux_lib64" in the MY package. And I also changed the following lines from:
EXTRALIBS = -L/app/oracle/product/9.2.0/lib32 -lclntsh -lCsup -lunwind -L$(LIBHOME)
LDLOADLIBS = -L/app/oracle/product/9.2.0/lib32 -lclntsh -lm -lpthread -lCsup -lunwind
to:
EXTRALIBS = -L/app/oracle/product/9.2.0/lib -lclntsh -lCsup -lunwind -L$(LIBHOME)
LDLOADLIBS = -L/app/oracle/product/9.2.0/lib -lclntsh -lm -lpthread -lCsup -lunwind
Does anybody have some clue what could be wrong? Is there anybody who have done this with success on Itanium hpux 11.23 with the gcc compilator?
Thanks in advance
Morten Kristiansen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 11:26 PM
01-08-2004 11:26 PM
Re: perl, DBI and DBD on Itanium hpux 11.23
# ./test.pl -alias NNN -user XXX -pwd YYY
/usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsi3' in load module '/usr/local/lib/perl5/site_perl/5.8.2/IA64.ARCHREV_0-LP64/auto/DBD/Oracle/Oracle.so'.
Killed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 12:08 AM
01-09-2004 12:08 AM
Re: perl, DBI and DBD on Itanium hpux 11.23
I cannot find divsi3 in HP-UX 11.00 libs
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:15 AM
01-13-2004 01:15 AM
Re: perl, DBI and DBD on Itanium hpux 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 10:53 PM
01-13-2004 10:53 PM
Re: perl, DBI and DBD on Itanium hpux 11.23
regards
Morten