- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Perl Text::iconv won't compile
Operating System - Linux
1820594
Members
1344
Online
109626
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-21-2008 07:21 AM
04-21-2008 07:21 AM
Perl Text::iconv won't compile
Hiya. I'm pretty hopeless here and hoping for a miracle from somebody out there.. anyone! (yes, I am desperate ;)
I've build Perl 5.10.0 on HP-UX 11.31. Here's my version details: http://pastebin.ca/991891
Built it using GCC 4.2.3 and Gnu Make 3.81 for HPUX 11.31 from http://hpux.ee.ualberta.ca.
I need to install a few extra modules for some stuff here. Some of theses includes CGI URI Config::General HTML::Parser HTML::Template Bundle::LWP Net::IP Set::IntSpan Text::Iconv.
I'm have a heck of a hard time with Text::Iconv. Either I try with perl 5.8.8 perl from the depot, or perl 5.10.0, I get the same results!
Now I had done this in the past when I had compiled perl 5.8.8 on PA-RISC, 11.11. I had taken down some notes about a few things, and here's one of them:
***
NOTE: if you have trouble compiling Text::Iconv (i.e. complaining that it can't find iconv...),
you might need to manually compile it going into you're .../.cpan/build/Text-Iconv-1.4/ folder like so:
/opt/perl-5.8.8/bin/perl Makefile.PL LIBS='-L/usr/lib' INC='-I/usr/include'
make && make test
make install
* for some reasons, it doesn't seem to like the GNU iconv installed on HPUX.
It's supposed to work, but didn't for me!!!
I managed to get it going using the builtin iconv_open(), iconv() and iconv_close() functions from within the systems libc libraries!
***
That doesn't help at all. It just won't find my iconv (see http://pastebin.ca/991983). Also see http://pastebin.ca/991991 which shows it with verbose on. I've tried SOO many ways! I can't even list them all. The *only* way I got it to somehow find the iconv is to modify the Makefile.PL and replace (line 108):
#include
with
#include
As long as I've set /usr/loca/bin in my PATH, otherwise, it still won't find iconv. THEN it compiles.However, `make test` fails!! :(
* also tried with /usr/local/include/iconv.h and that just won't compile.
See the following for details... http://pastebin.ca/991987
I'm really starting to think there's something terribly wrong with my HPUX install. I just don't get it. I don't know what to try anymore... :(
Can anyone help?
Thank you soo much in advance.
Patrick.
I've build Perl 5.10.0 on HP-UX 11.31. Here's my version details: http://pastebin.ca/991891
Built it using GCC 4.2.3 and Gnu Make 3.81 for HPUX 11.31 from http://hpux.ee.ualberta.ca.
I need to install a few extra modules for some stuff here. Some of theses includes CGI URI Config::General HTML::Parser HTML::Template Bundle::LWP Net::IP Set::IntSpan Text::Iconv.
I'm have a heck of a hard time with Text::Iconv. Either I try with perl 5.8.8 perl from the depot, or perl 5.10.0, I get the same results!
Now I had done this in the past when I had compiled perl 5.8.8 on PA-RISC, 11.11. I had taken down some notes about a few things, and here's one of them:
***
NOTE: if you have trouble compiling Text::Iconv (i.e. complaining that it can't find iconv...),
you might need to manually compile it going into you're .../.cpan/build/Text-Iconv-1.4/ folder like so:
/opt/perl-5.8.8/bin/perl Makefile.PL LIBS='-L/usr/lib' INC='-I/usr/include'
make && make test
make install
* for some reasons, it doesn't seem to like the GNU iconv installed on HPUX.
It's supposed to work, but didn't for me!!!
I managed to get it going using the builtin iconv_open(), iconv() and iconv_close() functions from within the systems libc libraries!
***
That doesn't help at all. It just won't find my iconv (see http://pastebin.ca/991983). Also see http://pastebin.ca/991991 which shows it with verbose on. I've tried SOO many ways! I can't even list them all. The *only* way I got it to somehow find the iconv is to modify the Makefile.PL and replace (line 108):
#include
with
#include
As long as I've set /usr/loca/bin in my PATH, otherwise, it still won't find iconv. THEN it compiles.However, `make test` fails!! :(
* also tried with /usr/local/include/iconv.h and that just won't compile.
See the following for details... http://pastebin.ca/991987
I'm really starting to think there's something terribly wrong with my HPUX install. I just don't get it. I don't know what to try anymore... :(
Can anyone help?
Thank you soo much in advance.
Patrick.
- Tags:
- Perl
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP