<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: perl64 - unable to install html::parser in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939427#M102663</link>
    <description>I do not understand why he get's 10 points for an answer I already gave and I get none.&lt;BR /&gt;&lt;BR /&gt;If you download and install gcc-3.4.4/64 from my site, you have binutils and gdb included&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/gcc-3.4.4-11.11.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/gcc-3.4.4-11.11.sd.bz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Wed, 09 Nov 2005 07:27:58 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2005-11-09T07:27:58Z</dc:date>
    <item>
      <title>perl64 - unable to install html::parser</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939422#M102658</link>
      <description>hello everyone,&lt;BR /&gt;I'm trying to install html::parser (3.46 and also tried 3.40 - it fails with the same error).&lt;BR /&gt;I'm using perl64 with gcc64, on PA-Risc11.11 &lt;BR /&gt;creating the make file (by using perl Makefile.PL) works fines without any errors or warning. &lt;BR /&gt;make process fails, attached output.&lt;BR /&gt;thanks ppl&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 04:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939422#M102658</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-11-09T04:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: perl64 - unable to install html::parser</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939423#M102659</link>
      <description>You've got an assembler mismatch.&lt;BR /&gt;&lt;BR /&gt;Can I see the output of&lt;BR /&gt;&lt;BR /&gt;# echo $PATH&lt;BR /&gt;# whereis gcc&lt;BR /&gt;# gcc -v&lt;BR /&gt;# perl -V&lt;BR /&gt;&lt;BR /&gt;and replace gcc64 in the next line with the path to your 64bit gcc and compare the output.&lt;BR /&gt;GNU gcc 64bit is very happy with GNU binutils (gas)&lt;BR /&gt;&lt;BR /&gt;r3:/u/usr/merijn 101 &amp;gt; echo "int main(){return(1);}" &amp;gt; xx.c ; gcc64 -v xx.c&lt;BR /&gt;Reading specs from /wrk/pa20_64/bin/../lib/gcc/hppa64-hp-hpux11.11/3.4.4/specs&lt;BR /&gt;Configured with: ../src/configure --enable-languages=c,c++ --prefix=/usr/local/p&lt;BR /&gt;a20_64 --with-local-prefix=/usr/local/pa20_64 --with-gnu-as --with-as=/usr/local&lt;BR /&gt;/pa20_64/bin/as --with-gnu-ld --with-ld=/usr/local/pa20_64/bin/ld --disable-shar&lt;BR /&gt;ed --disable-nls --host=hppa64-hp-hpux11.11&lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 3.4.4&lt;BR /&gt; /wrk/pa20_64/bin/../libexec/gcc/hppa64-hp-hpux11.11/3.4.4/cc1 -quiet -v -iprefi&lt;BR /&gt;x /wrk/pa20_64/bin/../lib/gcc/hppa64-hp-hpux11.11/3.4.4/ xx.c -quiet -dumpbase x&lt;BR /&gt;x.c -auxbase xx -version -o /tmp/ccx5FfZw.s&lt;BR /&gt;ignoring nonexistent directory "/wrk/pa20_64/bin/../lib/gcc/hppa64-hp-hpux11.11/&lt;BR /&gt;3.4.4/../../../../hppa64-hp-hpux11.11/include"&lt;BR /&gt;ignoring duplicate directory "/usr/local/pa20_64/lib/gcc/hppa64-hp-hpux11.11/3.4&lt;BR /&gt;.4/include"&lt;BR /&gt;ignoring nonexistent directory "/usr/local/pa20_64/lib/gcc/hppa64-hp-hpux11.11/3&lt;BR /&gt;.4.4/../../../../hppa64-hp-hpux11.11/include"&lt;BR /&gt;#include "..." search starts here:&lt;BR /&gt;#include &amp;lt;...&amp;gt; search starts here:&lt;BR /&gt; /wrk/pa20_64/bin/../lib/gcc/hppa64-hp-hpux11.11/3.4.4/include&lt;BR /&gt; /usr/local/pa20_64/include&lt;BR /&gt; /usr/include&lt;BR /&gt;End of search list.&lt;BR /&gt;GNU C version 3.4.4 (hppa64-hp-hpux11.11)&lt;BR /&gt;        compiled by GNU C version 3.4.4.&lt;BR /&gt;GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072&lt;BR /&gt; /usr/local/pa20_64/bin/as -o /tmp/ccaXjcIU.o /tmp/ccx5FfZw.s&lt;BR /&gt; /wrk/pa20_64/bin/../libexec/gcc/hppa64-hp-hpux11.11/3.4.4/collect2 -E -u main /&lt;BR /&gt;usr/ccs/lib/pa20_64/crt0.o /wrk/pa20_64/bin/../lib/gcc/hppa64-hp-hpux11.11/3.4.4&lt;BR /&gt;/crtbegin.o -L/wrk/pa20_64/bin/../lib/gcc/hppa64-hp-hpux11.11/3.4.4 -L/wrk/pa20_&lt;BR /&gt;64/bin/../lib/gcc -L/usr/local/pa20_64/lib/gcc/hppa64-hp-hpux11.11/3.4.4 -L/wrk/&lt;BR /&gt;pa20_64/bin/../lib/gcc/hppa64-hp-hpux11.11/3.4.4/../../../../hppa64-hp-hpux11.11&lt;BR /&gt;/lib -L/usr/local/pa20_64/lib/gcc/hppa64-hp-hpux11.11/3.4.4/../../../../hppa64-h&lt;BR /&gt;p-hpux11.11/lib -L/usr/ccs/bin -L/usr/ccs/lib/pa20_64 -L/opt/langtools/lib/pa20_&lt;BR /&gt;64 -L/wrk/pa20_64/bin/../lib/gcc/hppa64-hp-hpux11.11/3.4.4/../../.. -L/usr/local&lt;BR /&gt;/pa20_64/lib/gcc/hppa64-hp-hpux11.11/3.4.4/../../.. /tmp/ccaXjcIU.o -lgcc -lc /u&lt;BR /&gt;sr/lib/pa20_64/milli.a -lgcc /wrk/pa20_64/bin/../lib/gcc/hppa64-hp-hpux11.11/3.4&lt;BR /&gt;.4/crtend.o&lt;BR /&gt;r3:/u/usr/merijn 102 &amp;gt;</description>
      <pubDate>Wed, 09 Nov 2005 04:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939423#M102659</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-11-09T04:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: perl64 - unable to install html::parser</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939424#M102660</link>
      <description>Try with HP C compiler or use GNU's assembler (gas)&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 09 Nov 2005 04:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939424#M102660</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-11-09T04:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: perl64 - unable to install html::parser</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939425#M102661</link>
      <description>hi, &lt;BR /&gt;arun - where can I find it?&lt;BR /&gt;&lt;BR /&gt;this is the output, I'm using diffrent perl (64) version then the default (32 - found on whereis) -both outputs are attached&lt;BR /&gt;root@electra: echo $PATH&lt;BR /&gt;/usr/sbin:/bin/posix:/bin:/usr/bin:/usr/contrib/bin:/var/perf/bin:/opt/lrom/bin&lt;BR /&gt;/opt/syncsort/bin:/usr/local/bin:/usr/electra/bin:/bin:/usr/bin:/etc:/usr/contr&lt;BR /&gt;b/bin:/users/root:/usr/lib:/usr/lib/acct:/DiskBill/common/bin:/usr/electra/bin:&lt;BR /&gt;sbin:/opt/perf/bin:/usr/symcli/bin&lt;BR /&gt;root@electra: whereis gcc&lt;BR /&gt;gcc: /usr/local/bin/gcc&lt;BR /&gt;root@electra: gcc -v&lt;BR /&gt;gcc version 2.7.2.3&lt;BR /&gt;root@electra: perl -V&lt;BR /&gt;Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:&lt;BR /&gt;  Platform:&lt;BR /&gt;    osname=hpux, osvers=10.20, archname=PA-RISC1.1&lt;BR /&gt;    uname='hp-ux rydal b.10.20 a 9000777 2011764956 two-user license '&lt;BR /&gt;    config_args=''&lt;BR /&gt;    hint=recommended, useposix=true, d_sigaction=define&lt;BR /&gt;    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=und&lt;BR /&gt;f&lt;BR /&gt;    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef&lt;BR /&gt;    use64bitint=undef use64bitall=undef uselongdouble=undef&lt;BR /&gt;  Compiler:&lt;BR /&gt;    cc='cc', ccflags =' -Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 ',&lt;BR /&gt;    optimize='-O +Onolimit',&lt;BR /&gt;    cppflags='-Ae'&lt;BR /&gt;    ccversion='A.10.32.18', gccversion='', gccosandvers=''&lt;BR /&gt;    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321&lt;BR /&gt;    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16&lt;BR /&gt;    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksiz&lt;BR /&gt;=8&lt;BR /&gt;    alignbytes=8, usemymalloc=y, prototype=define&lt;BR /&gt;  Linker and Libraries:&lt;BR /&gt;    ld='ld', ldflags =''&lt;BR /&gt;    libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib&lt;BR /&gt;    libs=-lnsl_s -lndbm -ldld -lm -lc -lndir -lcrypt -lsec&lt;BR /&gt;    perllibs=-lnsl_s -ldld -lm -lc -lndir -lcrypt -lsec&lt;BR /&gt;    libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a&lt;BR /&gt;  Dynamic Linking:&lt;BR /&gt;    dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-B,defer&lt;BR /&gt;ed '&lt;BR /&gt;    cccdlflags='+z', lddlflags='-b -s -a shared'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Characteristics of this binary (from libperl):&lt;BR /&gt;  Compile-time options: USE_LARGE_FILES&lt;BR /&gt;  Built under hpux&lt;BR /&gt;  Compiled at May 31 2001 15:33:39&lt;BR /&gt;  @INC:&lt;BR /&gt;    /opt/perl5/lib/5.6.1/PA-RISC1.1&lt;BR /&gt;    /opt/perl5/lib/5.6.1&lt;BR /&gt;    /opt/perl5/lib/site_perl/5.6.1/PA-RISC1.1&lt;BR /&gt;    /opt/perl5/lib/site_perl/5.6.1&lt;BR /&gt;    /opt/perl5/lib/site_perl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root@electra: /pub_tools/perl64_pa2.0_oracle/bin/perl -v&lt;BR /&gt;&lt;BR /&gt;This is perl, v5.8.2 built for PA-RISC2.0-LP64&lt;BR /&gt;(with 1 registered patch, see perl -V for more detail)&lt;BR /&gt;&lt;BR /&gt;Copyright 1987-2003, Larry Wall&lt;BR /&gt;&lt;BR /&gt;Perl may be copied only under the terms of either the Artistic License or the&lt;BR /&gt;GNU General Public License, which may be found in the Perl 5 source kit.&lt;BR /&gt;&lt;BR /&gt;Complete documentation for Perl, including FAQ lists, should be found on&lt;BR /&gt;this system using `man perl' or `perldoc perl'.  If you have access to the&lt;BR /&gt;Internet, point your browser at &lt;A href="http://www.perl.com/," target="_blank"&gt;http://www.perl.com/,&lt;/A&gt; the Perl Home Page.&lt;BR /&gt;&lt;BR /&gt;root@electra:</description>
      <pubDate>Wed, 09 Nov 2005 06:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939425#M102661</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-11-09T06:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: perl64 - unable to install html::parser</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939426#M102662</link>
      <description>Regarding GNU's assembler, it is no longer available from &lt;A href="http://www.hp.com/dspp." target="_blank"&gt;www.hp.com/dspp.&lt;/A&gt; HP says " &lt;BR /&gt;GNU binutils packages for HP-UX are no longer being provided." You can download the source of binutils from &lt;A href="http://ftp.gnu.org/gnu/binutils/" target="_blank"&gt;http://ftp.gnu.org/gnu/binutils/&lt;/A&gt; and compile it. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 09 Nov 2005 06:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939426#M102662</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-11-09T06:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: perl64 - unable to install html::parser</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939427#M102663</link>
      <description>I do not understand why he get's 10 points for an answer I already gave and I get none.&lt;BR /&gt;&lt;BR /&gt;If you download and install gcc-3.4.4/64 from my site, you have binutils and gdb included&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/gcc-3.4.4-11.11.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/gcc-3.4.4-11.11.sd.bz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 09 Nov 2005 07:27:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939427#M102663</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-11-09T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: perl64 - unable to install html::parser</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939428#M102664</link>
      <description>it still doesn't work :( even after installing this version of gcc.&lt;BR /&gt;attached 'make' output.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 09:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939428#M102664</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-11-09T09:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: perl64 - unable to install html::parser</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939429#M102665</link>
      <description>It still calls the wrong 'as'.&lt;BR /&gt;&lt;BR /&gt;You can try to&lt;BR /&gt;&lt;BR /&gt;a. Move your gcc/binutils path to the front&lt;BR /&gt;&lt;BR /&gt;# export PATH=/usr/local/pa20_64/bin:$PATH&lt;BR /&gt;&lt;BR /&gt;b. Temporary move HP's as out of the way (not a good option)&lt;BR /&gt;&lt;BR /&gt;c. Install a different perl that already includes HTML::Parser, like my port:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/perl-5.8.7-dor-11.11.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/perl-5.8.7-dor-11.11.sd.bz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Option c. will install perl/32 in /opt/perl, and perl/64 in /opt/perl64&lt;BR /&gt;&lt;BR /&gt;Both include HTML::Parser&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 09 Nov 2005 10:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939429#M102665</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-11-09T10:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: perl64 - unable to install html::parser</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939430#M102666</link>
      <description>thanks, it works now.&lt;BR /&gt;Itai</description>
      <pubDate>Wed, 09 Nov 2005 16:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl64-unable-to-install-html-parser/m-p/4939430#M102666</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-11-09T16:19:39Z</dc:date>
    </item>
  </channel>
</rss>

