WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: LWP UserAgent and HttpProtocol  (Read 286 times)

Offline t18

  • Jr. Member
  • **
  • Posts: 81
LWP UserAgent and HttpProtocol
« on: April 10, 2025, 02:43:31 AM »
Hello,

I'm trying to compile OpenOffice (because it seems to be more lightweight than LibreOffice and I'm using old CPUs) but can't find the requested LWP packages.

The command "cpan -i ..." doesn't seem to install them.

How can I do?

Many thanks

Offline CentralWare

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 815
Re: LWP UserAgent and HttpProtocol
« Reply #1 on: April 10, 2025, 04:18:44 AM »
Hello @T18!

When posting about a specific extension, please include
Tiny Core VERSION
Hardware PLATFORM
Desktop ENGINE (if GUI)

Example: TCL 16.x  x86_64  XORG/FLWM

This would give us all a head start as to where you're at.

If you're having extension problems, you'll also want to include a brief listing of your machine's specs.

Offline t18

  • Jr. Member
  • **
  • Posts: 81
Re: LWP UserAgent and HttpProtocol
« Reply #2 on: April 10, 2025, 04:46:16 AM »
Ok:  TC 15  x86  Xvesa.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15078
Re: LWP UserAgent and HttpProtocol
« Reply #3 on: April 10, 2025, 04:55:07 AM »
The command "cpan -i ..." doesn't seem to install them.

If the openoffice extension will later rely on the lwp packages you will need to build them from source rather than installing them using cpan.

Offline t18

  • Jr. Member
  • **
  • Posts: 81
Re: LWP UserAgent and HttpProtocol
« Reply #4 on: April 10, 2025, 07:04:31 AM »
The command "cpan -i ..." doesn't seem to install them.

If the openoffice extension will later rely on the lwp packages you will need to build them from source rather than installing them using cpan.

Precious hint, muchas gracias!  :)

Offline t18

  • Jr. Member
  • **
  • Posts: 81
Re: LWP UserAgent and HttpProtocol
« Reply #5 on: April 13, 2025, 02:47:46 AM »
It seems I've fallen into a blood bath.

I had imagined to install just a couple of (LWP) libraries. Instead they need other files that in turn need other files that in turn need other files.

I'm downloading tons of micro-files, each of them needing further files. It's an endless process.

Is it possible they didn't invented an all-included package? I haven't find it.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15078
Re: LWP UserAgent and HttpProtocol
« Reply #6 on: April 13, 2025, 06:21:51 AM »
Depending how far back you can go, there are a bunch of perl extensions in CorePure64-5.x
Code: [Select]
perl_archive_zip.tcz
perl_bit_vector.tcz
perl_carp_clan.tcz
perl_crypt_ssleay.tcz
perl_date_calc.tcz
perl_date_manip.tcz
perl_encode_locale.tcz
perl_file_listing.tcz
perl_finance_quote.tcz
perl_html_element_extended.tcz
perl_html_parser.tcz
perl_html_table_extract.tcz
perl_html_tagset.tcz
perl_html_tree.tcz
perl_http_cookies.tcz
perl_http_daemon.tcz
perl_http_date.tcz
perl_http_message.tcz
perl_http_negotiate.tcz
perl_io_html.tcz
perl_io_socket_ssl.tcz
perl_io_socket.tcz
perl_json.tcz
perl_lwp_mediatypes.tcz
perl_lwp_protocol_https.tcz
perl_lwp.tcz
perl_mozilla_ca.tcz
perl_net_http.tcz
perl_net_ssleay.tcz
perl_sub_uplevel.tcz
perl_test_exception.tcz
perl_try_tiny.tcz
perl_uri.tcz
perl_www_robotrules.tcz
perl_xml_namespacesupport.tcz
perl_xml_parser.tcz
perl_xml_sax_base.tcz
perl_xml_sax_expat.tcz
perl_xml_sax.tcz
perl_xml_simple.tcz

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12020
Re: LWP UserAgent and HttpProtocol
« Reply #7 on: April 13, 2025, 10:35:52 AM »
Hi t18
I'm trying to compile OpenOffice (because it seems to be more lightweight than LibreOffice ...
I'm not trying to discourage you, but compiling any of the Office
packages sounds like a major undertaking to me.

Depending on what you are trying to achieve, is it possible using
abiword and gnumeric might meet your needs?

Offline t18

  • Jr. Member
  • **
  • Posts: 81
Re: LWP UserAgent and HttpProtocol
« Reply #8 on: April 13, 2025, 01:47:37 PM »
Depending how far back you can go, there are a bunch of perl extensions in CorePure64-5.x
Code: [Select]
perl_archive_zip.tcz
perl_bit_vector.tcz
perl_carp_clan.tcz
perl_crypt_ssleay.tcz
perl_date_calc.tcz
perl_date_manip.tcz
perl_encode_locale.tcz
perl_file_listing.tcz
perl_finance_quote.tcz
perl_html_element_extended.tcz
perl_html_parser.tcz
perl_html_table_extract.tcz
perl_html_tagset.tcz
perl_html_tree.tcz
perl_http_cookies.tcz
perl_http_daemon.tcz
perl_http_date.tcz
perl_http_message.tcz
perl_http_negotiate.tcz
perl_io_html.tcz
perl_io_socket_ssl.tcz
perl_io_socket.tcz
perl_json.tcz
perl_lwp_mediatypes.tcz
perl_lwp_protocol_https.tcz
perl_lwp.tcz
perl_mozilla_ca.tcz
perl_net_http.tcz
perl_net_ssleay.tcz
perl_sub_uplevel.tcz
perl_test_exception.tcz
perl_try_tiny.tcz
perl_uri.tcz
perl_www_robotrules.tcz
perl_xml_namespacesupport.tcz
perl_xml_parser.tcz
perl_xml_sax_base.tcz
perl_xml_sax_expat.tcz
perl_xml_sax.tcz
perl_xml_simple.tcz

I've downloaded 53 files so far and it seems to be just the beginning. I think I'll give up.

Offline t18

  • Jr. Member
  • **
  • Posts: 81
Re: LWP UserAgent and HttpProtocol
« Reply #9 on: April 13, 2025, 01:50:57 PM »
Hi t18
I'm trying to compile OpenOffice (because it seems to be more lightweight than LibreOffice ...
I'm not trying to discourage you, but compiling any of the Office
packages sounds like a major undertaking to me.

Depending on what you are trying to achieve, is it possible using
abiword and gnumeric might meet your needs?

Yes, I didn't expect so much pain with the Perl dependencies.
I'm likely to consider those alternatives.