vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Usenet gateway (https://vborg.vbsupport.ru/showthread.php?t=7100)

slinky 05-29-2001 06:23 AM

Wow... just looking at the cp impressed me! But nuts.... I'm getting a lot of errors trying to install the modules. :( Tried to find some of the through CPAN.org and was having a tough time.... any ideas?



cpan> install DBI
Running make for T/TI/TIMB/DBI-1.15.tar.gz
Unwrapped into directory yes/build/TIMB000

CPAN.pm: Going to build T/TI/TIMB/DBI-1.15.tar.gz

Couldn't chdir yes/build/TIMB000: No such file or directory at (eval 26) line 42
19
======================================

cpan>install Bundle::MySQL
Can't install Bundle::MySQL, don't have an associated bundle file. :-(
at (eval 26) line 1806



===============================


cpan> install Text::Autoformat
cpan> install Date::Parse
cpan> install Email::Find
cpan> install URI::Find
cpan> install MIME::WordDecoder
cpan> install HTML::Entities

yields these errors:


Running make for D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz
yes/sources/authors/id/D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz: No such file or
directory
Checksum mismatch for distribution file. Please investigate.

Distribution id = D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz
CALLED_FOR Text::Autoformat
CONTAINSMODS Text::Autoformat
CPAN_USERID DCONWAY (Damian Conway <damian@conway.org>)
MD5_STATUS
localfile yes/sources/authors/id/D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz

I'd recommend removing
yes/sources/authors/id/D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz. It seems
to
be a bogus file. Maybe you have configured your `urllist' with a
bad URL. Please check this array with `o conf urllist', and
retry.

Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/authors/...NWAY/CHECKSUMS
yes/sources/authors/id/D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz: No such file or
directory
Checksum mismatch for distribution file. Please investigate.

Distribution id = D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz
CALLED_FOR Text::Autoformat
CONTAINSMODS Text::Autoformat
CPAN_USERID DCONWAY (Damian Conway <damian@conway.org>)
MD5_STATUS
localfile yes/sources/authors/id/D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz

I'd recommend removing
yes/sources/authors/id/D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz. It seems
to
be a bogus file. Maybe you have configured your `urllist' with a
bad URL. Please check this array with `o conf urllist', and
retry.

sh: yes/sources/authors/id/D/DC/DCONWAY/Text-Autoformat-1.04.tar.gz: No such fil
e or directory
Could not open >yes/build/DCONWAY000/Makefile.PL at (eval 26) line 4219

=============================

fastforward 05-29-2001 03:31 PM

I've never seen errors like that slinky :(
What version of Perl do you have and what platform?
You might have better luck installing them using the traditional method.

slinky 05-29-2001 10:35 PM

Not sure which version of perl but I went to CPAN to find the modules to install and not all of them are there. Here are the ones that are either not installed or that I couldn't find.

Bundle::mysql could be one of several different bundles.
Date::Parse isn't listed.
MIME::Decoder isn't listed
HTML::Entities isn't listed.

fastforward 05-29-2001 10:55 PM

Here's the links:

Bundle::mysql (part of the Msql-Mysql-modules bundle)
Date::Parse (part of the TimeDate bundle)
MIME::Decoder (part of the MIME-tools bundle
HTML::Entities (part of the HTML-Parser bundle)

There's a good chance that these particular four are already installed on your system. They are very common.

slinky 05-29-2001 11:18 PM

You're a saint... :) I booted it up and realize that MIME::WordDecoder isn't installed. After searching all over the place I found out that it is part of the MIME-tools package, FYI... I'm going to try to install them now... :)

fastforward 05-30-2001 12:08 AM

I see you're using the vBPortal Slinky. It looks good! I must have a closer look at that when I find time. That's a nice domain name too! No doubt you have plenty of offers for it :)

slinky 05-30-2001 01:02 AM

Quote:

Originally posted by fastforward
I see you're using the vBPortal Slinky. It looks good! I must have a closer look at that when I find time. That's a nice domain name too! No doubt you have plenty of offers for it :)
Yes - the Portal is coming along very nicely. Testing for wajones and I've added in a few twists of my own! :) Now all I need to do is hire a designer just to design the overall site look. The domain name is a long story but it worked out really well for me... got it over 6 years ago, then was involved with the former mayor of New York, now I'm back in control... long story but great ride. :D

Almost there... some of the problems I've encountered could be that I'm using a virtual host and I've had to install the modules into another directory /usr/thelaw/perl/ which I created. The only error I'm getting now upon install and make are:

Warning: I could not locate your pod2man program. Please make sure, your pod2man program is in your PATH before you execute 'make'

Getting closer....

carrillo 05-30-2001 02:54 AM

Quote:

Originally posted by fastforward
Here's the links:

Bundle::mysql (part of the Msql-Mysql-modules bundle)
Date::Parse (part of the TimeDate bundle)
MIME::Decoder (part of the MIME-tools bundle
HTML::Entities (part of the HTML-Parser bundle)

There's a good chance that these particular four are already installed on your system. They are very common.


MMmm,
an scripts "that" check wich modules your need for this hack..!

no...yes...to much work :rolleyes:

carrillo

mobilebbs 05-30-2001 04:50 PM

Please Can Help Me ??

I found this error when i try use newnews.pl to import newsgroup into my forum but it so many error like this .. :D

Code:

DBD::mysql::db do failed: Duplicate entry 'from:' for key 2 [for statement ``SELECT wordid FROM word WHERE title = '??''']) at newnews.pl line 628.
Please Who can help me fix it ??? Thank you Very Much.. :D

fastforward 05-30-2001 07:57 PM

I've seen a few other posts with similar errors (not related to this hack). I believe the advice given was to empty the word and searchindex tables and reindex. you could also try just deleting that particular record 'where title = '¡»'.

If you don't want to either of the above, you can simply turn off usenet post indexing for one batch run using the usenet control panel.


All times are GMT. The time now is 06:29 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01622 seconds
  • Memory Usage 1,752KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete