Main Index MAIN
INDEX
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN

Problem running DMOZ_Wizard Plugin on lsql2.2.1

Home: Products: General Support Questions:

 

 


biznizmen
Novice

Karma: -0 / +0

Aug 12, 2006, 2:19 PM

Post #1 of 7 (915 views)
Shortcut

Send biznizmen a wink
Problem running DMOZ_Wizard Plugin on lsql2.2.1 Can't Post

Hi,

I get an error message when I try to run perl dmoz_cron.cgi > log.txt &. The error message reads as follows:

# Can't locate Unicode/MapUTF8.pm in @INC (@INC contains: /home/biz/public_html/cgi-bin/directory/admin/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at dmoz_cron.cgi line 10.
BEGIN failed--compilation aborted at dmoz_cron.cgi line 10.

Could someone please try to interpret that for me... I am not a very techie guy so I'm betting it's something really obvious and simple. Hope I'm right :)

Thanks in advance.


Andy
Enthusiast

Karma: -1 / +7


Aug 17, 2006, 1:23 PM

Post #2 of 7 (908 views)
Shortcut

Send Andy a wink
Re: [biznizmen] Problem running DMOZ_Wizard Plugin on lsql2.2.1 [In reply to] Can't Post

Hi,

Sorry for the long delay in replying. It looks like the Unicode::MapUTF8 Perl module isn't installed on your server. You will need to ask you host to install this for you. If you have root access (SSH, probably super user [-su]), then you could try it yourself;


Code
perl -MCPAN -e 'install Unicode::MapUTF8'


Hope that helps.

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com



biznizmen
Novice

Karma: -0 / +0

Aug 20, 2006, 5:37 PM

Post #3 of 7 (905 views)
Shortcut

Send biznizmen a wink
Re: [Andy] Problem running DMOZ_Wizard Plugin on lsql2.2.1 [In reply to] Can't Post

Thanks for the reply Andy... However... I did get the it installed and I still get the same error... Do you have any other ideas? I'd really like to get this up and running soon. Thanks for any advice.


Andy
Enthusiast

Karma: -1 / +7


Aug 21, 2006, 12:22 PM

Post #4 of 7 (902 views)
Shortcut

Send Andy a wink
Re: [biznizmen] Problem running DMOZ_Wizard Plugin on lsql2.2.1 [In reply to] Can't Post

Hi,

Mmm.. *exactly* the same error? If so, then something didn't get setup correctly (with the Perl module), as you shouldn't still get that error =)

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com


biznizmen
Novice

Karma: -0 / +0

Aug 24, 2006, 6:52 PM

Post #5 of 7 (887 views)
Shortcut

Send biznizmen a wink
Re: [Andy] Problem running DMOZ_Wizard Plugin on lsql2.2.1 [In reply to] Can't Post

well i got in touch with the support people to double-check that the perl module is installed properly and here is their reply:

******

It is indeed installed. I would suggest checking your code as well as the @INC directive.

Unicode::Map -- 0.112
Unicode::Map8 -- 0.12
Unicode::MapUTF8 -- 1.11


******

The code is most likely fine... is there a possibility that I installed the wrong version of the Plugin? An older or newer version? If that's the case, can you point me to the correct version :)

Thanks again.


biznizmen
Novice

Karma: -0 / +0

Sep 12, 2006, 3:49 AM

Post #6 of 7 (874 views)
Shortcut

Send biznizmen a wink
Re: [biznizmen] Problem running DMOZ_Wizard Plugin on lsql2.2.1 [In reply to] Can't Post

Any suggestions guys? Please... This is important.


biznizmen
Novice

Karma: -0 / +0

Sep 14, 2006, 11:18 AM

Post #7 of 7 (867 views)
Shortcut

Send biznizmen a wink
Re: [biznizmen] Problem running DMOZ_Wizard Plugin on lsql2.2.1 [In reply to] Can't Post

OK, I got the MapUTF8 thing working... but now I'm getting a new error:


Code
  
root@vegascity [/home/biz/public_html/cgi-bin/directory/admin]# perl dmoz_cron.cgi > log.txt &
[1] 25520
root@vegascity [/home/biz/public_html/cgi-bin/directory/admin]# --09:59:02-- http://rdf.dmoz.org/rdf/content.rdf.u8.gz
=> `content.rdf.u8.gz.1'
Resolving rdf.dmoz.org... done.
Connecting to rdf.dmoz.org[207.200.81.178]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 324,209,485 [application/x-gzip]
100%[====================================>] 324,209,485 3.16M/s ETA 00:00
10:00:40 (3.16 MB/s) - `content.rdf.u8.gz.1' saved [324209485/324209485]
mv: `content.rdf.u8.gz' and `content.rdf.u8.gz' are the same file
gzip: /home/tropezsl/public_html/cgi-bin/directory/admin/content.rdf.u8.gz: unexpected end of file
mv: can't stat source content.rdf.u8
No such file or directory at dmoz_cron.cgi line 161.



I inserted the following lines for the MapUTF8 to work:


Code
  
use lib '/home/.cpan/build/Unicode-MapUTF8-1.11/lib';
use lib '/home/.cpan/build/Jcode-2.06';



but it doesn't seem like that would cause the error that I'm getting.

Pleeeeease help...

 
 
 


Search for (options) Powered by Gossamer Forum v.1.2.4