Closed Thread Icon

Preserved Topic: UBB question for DOC Ozone (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17716" title="Pages that link to Preserved Topic: UBB question for DOC Ozone (Page 1 of 1)" rel="nofollow" >Preserved Topic: UBB question for DOC Ozone <span class="small">(Page 1 of 1)</span>\

 
Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 06-21-2000 21:41

In the file ubbmisc.cgi you have the following code:

($0 =~ m,(.*)/[^/]+,) && unshift (@INC, "$1"); # Get the script location: UNIX / or Windows /
($0 =~ m,(.*)\\[^\\]+,) && unshift (@INC, "$1"); # Get the script location: Windows \

Would @INC need to be changed to c:\\Perl or something like that on the Win32 platform?

I keep getting the following error when I try to run this part of the board and I do have the socket.pm module it supposedly can't locate:

Can't locate Socket.pm in @INC at C:\Inetpub\wwwroot\bin\ubbmisc.pl line 56.
BEGIN failed--compilation aborted at C:\Inetpub\wwwroot\bin\ubbmisc.pl line 56.



WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 06-22-2000 03:55

Isn't perl such a fun language...

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 06-22-2000 18:27

"BEGIN failed"

How quaint, how like PERL. I can make perl scripts work, but have never really tried it on a windows box. You know there is a Windows version of the script you can get, right? Even if it's the free version, you should be able to search for the matching lines and figuere the syntax out that way. Best of luck to you!

Your pal, -doc-<P>

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 06-23-2000 16:04

Make sure Sockets is installed. In the Control Panel, goto General Settings, and at the very top, there is a Socket test. Run that. I had a problem with some of the pieces not working, and that showed a Socket problem. I reinstall Perl and it works fine now.

Pat Richard
Web weenie

« BackwardsOnwards »

Show Forum Drop Down Menu