- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems building Perl 4 in HPUX11
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
03-14-2001 10:44 AM
03-14-2001 10:44 AM
Problems building Perl 4 in HPUX11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 12:04 PM
03-14-2001 12:04 PM
Re: Problems building Perl 4 in HPUX11
http://hpux.cs.utah.edu/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 12:18 PM
03-14-2001 12:18 PM
Re: Problems building Perl 4 in HPUX11
As recommended by someone else, download and swinstall perl5.6 from the porting center. Perl5 can understand all of the perl4 comands/constructs/etc.... so there is no reason I can see to put an old version anywhere!
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 12:46 PM
03-14-2001 12:46 PM
Re: Problems building Perl 4 in HPUX11
I need to have Perl 4 because of some modules that use it instead of Perl 5.
I want to avoid changing those to Perl 5 since that would involve a rather significant amount of work and (I anticipate) a lot of headaches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 01:13 PM
03-14-2001 01:13 PM
Re: Problems building Perl 4 in HPUX11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 01:23 PM
03-14-2001 01:23 PM
Re: Problems building Perl 4 in HPUX11
I'm getting the following output when rebuilding the source code for those libraries:
_____BEGIN SCREEN DUMP________
6 /ata/mate/qinperl_src/Qinperl-1.1/src>make
c89 -D_HPUX_SOURCE -DDBUG_OFF -I/ata/6.2.2/include -I/ata/6.2.2/qts/include -I/ata/mate/qinperl_src/perl-4.036 -O +e -Idbugc
cpp: "/ata/6.2.2/qts/include/qtsflr.h", line 171: warning 2001: Redefinition of macro OK.
/ata/mate/qinperl_src/perl-4.036/usub/mus qin.mus > qin.c
c89 -D_HPUX_SOURCE -DDBUG_OFF -I/ata/6.2.2/include -I/ata/6.2.2/qts/include -I/ata/mate/qinperl_src/perl-4.036 -O +e -Idbugc
cpp: "/usr/include/sys/param.h", line 420: warning 2001: Redefinition of macro MIN.
cpp: "/usr/include/sys/param.h", line 421: warning 2001: Redefinition of macro MAX.
(cd dbug ; make dbug.o)
cc -O -c dbug.c
cc: "dbug.c", line 174: warning 562: Redeclaration of "perror" with a different storage class specifier: "perror" will have interna.
cc: "dbug.c", line 988: warning 562: Redeclaration of "DoProfile" with a different storage class specifier: "DoProfile" will have i.
cc: "dbug.c", line 1671: warning 562: Redeclaration of "DelayArg" with a different storage class specifier: "DelayArg" will have in.
(back to main directory)
c89 -D_HPUX_SOURCE -DDBUG_OFF -I/ata/6.2.2/include -I/ata/6.2.2/qts/include -I/ata/mate/qinperl_src/perl-4.036 -O +e -Idbugc
c89 -D_HPUX_SOURCE -DDBUG_OFF -I/ata/6.2.2/include -I/ata/6.2.2/qts/include -I/ata/mate/qinperl_src/perl-4.036 -O +e -Idbugm
/usr/ccs/bin/ld: Unsatisfied symbols:
_filbuf (first referenced in /ata/mate/qinperl_src/perl-4.036/uperl.o) (code)
*** Error exit code 1
Stop.
_______END SCREEN DUMP________
As you can see, the build crashes when trying to find _filbuf in uperl.o
Are there any workarounds for this?
TIA
Federico
P.S: Something weird happens when I try to qualify the answers, the site gives me an "Object not found" message.